Results 1 to 1 of 1
I can create a digital audio file with the following command:
Code:
dd bs=1k if=/dev/audio > audiofile
I surmise that this is a raw file with no header. I can ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-27-2011 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 16
Need specs on /dev/audio
I can create a digital audio file with the following command:
I surmise that this is a raw file with no header. I can play it back by catting the file to /dev/audio, but I want to import it into Audacity, which requires me to know parameters like sample rate, bit resolution format, and endian.Code:dd bs=1k if=/dev/audio > audiofile
What Linux commands will tell me this information on the audio card?


Reply With Quote
