Hi,
I have added a wav header to the file at beginning, now I am able to play the file but its all noise.
Seems like decoder generated some corrupted data.
Also I am facing the same error:- decoding error 0x0101 (lost synchronization) at byte offset 0 decoding error 0x0101 (lost synchronization) at byte offset 4342960
Can any one help me in this.
Thanks & Best Regards, WeaveBytes
WeaveBytes wrote:
HI,
- I am also getting same error:-
decoding error 0x0101 (lost synchronization) at byte offset 0 decoding error 0x0101 (lost synchronization) at byte offset 4342960
- I have compiled the test program as tm
and executing it as $ ./tm < smack_that.mp3 > test.wav
- The test.wav file cant be played. (I think I need to write a wav header
at the beginning of test.wav)
- Has anyone tried to open a file (instead of STDIN) and passed the
handle to decode function. If so, can you kindly share that code snippet.
Best Regards, WeaveBytes