Created
June 20, 2019 22:54
-
-
Save Fef0/abd858b33d6694f33bf343cdab4dc188 to your computer and use it in GitHub Desktop.
Linux command for bit depth, bit rate and channel numbers ifno of an audio stream to a specific device
This file contains hidden or 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
| - Get infos about a supported stream of your audio equipment (X is your equipment, Y is the stream number) | |
| cat /proc/asound/X/streamY | |
| - Get infos about the actual stream your audio equipment is using, especially the bit depth, bit rate and channels number (X is your equipment) | |
| cat /proc/asound/X/pcm0p/sub0/hw_params |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment