search for: testcase31

Displaying 2 results from an estimated 2 matches for "testcase31".

Did you mean: testcase3
2015 Apr 13
2
Regarding Opus Codec Input output file.
...Data type: integer16 File byte order: little-endian Host byte order: little-endian 2) I encode this file using following command ./opus_demo -e voip 48000 2 16 music_orig.wav testcase30.opus 3) Then Decoded testcase30.opus using following command ./opus_demo -d 48000 2 testcase30.opus testcase31.wav 4) My quality monitoring app not able to identify file type of "testcase31.wav" , gives following error. AFfindType - Unknown audio file type AFopnRead: Error opening input audio file "testcase31.wav" Can some body please take look and verify that i have followed correct...
2015 Apr 13
0
Regarding Opus Codec Input output file.
...th 16 bits/sec, but when I played the decode file with "aplay", couldn't hear anything. I used 96000 bits/sec with command ./opus_demo -e voip 48000 2 96000 music_orig.wav testcase30.opus Then decoded with same command you gave ./opus_demo -d 48000 2 testcase30.opus testcase31.wav And played using command (on my ubuntu 14.04 linux box) aplay -t raw -c 2 -r 48000 -f S16_LE testcase31.wav and was able to hear the audio clearly 2. The file that gets generated with "./opus_demo -d 48000 2 testcase30.opus testcase31.wav" (testcase31.wav) is jus...