Last active
January 29, 2023 21:02
-
-
Save steffen-wirth/bf9b82505038516d71069bdc2c24fc4d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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