FunWithElectronics.com
          - Collection of Information for those with Electronics as a Hobby
Up one level (Linux command line)

Decode mp3 file to raw audio data for using with a pipe





	lame --decode test.mp3 - | sox - -t raw -r 40000 -f -b 32 -c 1 - |  command_to_treat_raw_data.sh



Add a comment:

Fill in number
Name:
Title:
Text:
 
Wicked! - Ashish Gupta (2016-07-12 10:39:12)
This is super cool stuff! I was trying to do something very similar and ended up doing the same, using this as a verification for correctness. :)


Privacy | Contact