Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: LAME DLL beEncodeChunk question (Read 2790 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

LAME DLL beEncodeChunk question

I am making an MP3-encoder with lame_enc.dll. For the input i use the FMOD sound library. The problem is i get 2048 (stereo)samples a time wich i want to encode. Can i just feed lame with 2048 samples without  any problems? (without breaking any 'rules')

thanks in advance

 

LAME DLL beEncodeChunk question

Reply #1
IIRC, it will now accept pretty much any size and sizes the buffers accordingly.

LAME DLL beEncodeChunk question

Reply #2
thanks