Install tools

$ sudo apt-get install sox

$ sudo apt-get install libsox-fmt-mp3


Exchange

$ sox -V 035_girlsday.mp3 -b 16 -r 44100 -c 1 -s 035.wav

Channels       : 1 (mono)

Sample Rate    : 44100 Hz

Precision      : 16-bit



Options

-V : Set verbosity

-b : The number of bits  in each encoded sample.

-r : sample rate

-c :  The number of audio channels in the audio file

-s : the encoding types ( signed-integer )



Reference

http://sox.sourceforge.net/

http://blog.naver.com/untilok?Redirect=Log&logNo=25791730


'[C-11] Hi3716C' 카테고리의 다른 글

[Hi3716C] adb command  (0) 2013.12.19
[Hi3716C] Kernel module build  (0) 2013.12.16
[Hi3716C] sample_e2prom  (0) 2013.12.06
[Hi3716C-Kernel] tags, cscope  (0) 2013.11.28
[Hi3716C-Kernel] Kernel Build command  (0) 2013.11.26
Posted by eoseontaek