Use MP3EndoderLAME and MP3DecoderHelix in the same project? #458
-
Hi!
Do I need to modify the enumerator names in one of the libraries, or am I missing something? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
It might be that there are some confilcts - but in any case you will not be able to use more then one library at the same time because there is just not enough memory! Last, but not least, I just committed a correction to liblame which should resolve the conflict... |
Beta Was this translation helpful? Give feedback.
-
You might have overlooked that the problem has been resolved. Just update the library! I would recommend to use some leaner codecs instead of MP3... |
Beta Was this translation helpful? Give feedback.
-
Since it is only voice, the field is pretty much open and you can look at all of the available options. I suggest to have a closer look at opus or at the low complexity codecs that are also used by Bluetooth (aptx, lc3) |
Beta Was this translation helpful? Give feedback.
It might be that there are some confilcts - but in any case you will not be able to use more then one library at the same time because there is just not enough memory!
Do not use USE_HELIX or USE_LAME (it is legacy code which will be removed soon) but use the corresponding includes like shown in the examples...
Last, but not least, I just committed a correction to liblame which should resolve the conflict...