Skip to content

Instantly share code, notes, and snippets.

@steffen-wirth
Last active January 29, 2023 21:02
Show Gist options
  • Save steffen-wirth/bf9b82505038516d71069bdc2c24fc4d to your computer and use it in GitHub Desktop.
Save steffen-wirth/bf9b82505038516d71069bdc2c24fc4d to your computer and use it in GitHub Desktop.
#http://www.hifi-forum.de/viewthread-54-17564.html
#folgenden Befehle sollten eine Übersicht der Interfaces liefern, die 96 bzw. 192kHz und 24 bzw. 32bit Samplingrate und -tiefe unterstützen:
egrep -R '(192|96)000' /proc/asound/card[0-9];
egrep -R 'S(24|32)' /proc/asound/card[0-9];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment