[Libav-user] mp3 decoding with ffmpeg

2013-06-17 Thread Daniel Glaß
I want to decode an mp3-File with the ffmpeg library. #include #include #include #include #include #include #include #include #define INBUF_SIZE 4096 #define AUDIO_INBUF_SIZE 20480 #define AUDIO_REFILL_THRESH 4096 static void audio_deco

Re: [Libav-user] mp3 decoding with ffmpeg

2013-06-17 Thread Andrey Utkin
2013/6/17 Daniel Glaß : > original sound, but i sounds like the smurfs and its distorted. Have anyone > here an idea? Does "sounding like smurf" means something like "childish" voice with going faster than original? Then it may be played back at sample rate higher than original recording. Check yo

Re: [Libav-user] mp3 decoding with ffmpeg

2013-06-17 Thread Andrey Utkin
Does "sounding like smurf" means something like "childish" voice with going faster than original? Then it may be played back at sample rate higher than original recording. Check your original sample rate and the one used by your player. I'd suggest you producing a file in a media container, which h