Open qwerter opened 11 years ago
Hi,
When passing mono pcm stream to Encoder, sometimes it just crashes, sometimes output is too fast.
Best regards, Vic.
found the problem, you should use lame_encode_buffer and to pass NULL for one channel, instead of using lame_encode_buffer_interleaved. I can make a pull request if you like
Hi,
When passing mono pcm stream to Encoder, sometimes it just crashes, sometimes output is too fast.
Best regards, Vic.