From: Greg [mailto:[EMAIL PROTECTED]
Sent: 25 September 2006 11:40
To: [EMAIL PROTECTED]; mp3encoder@minnie.tuhs.org
Subject: Lame development help.


Hi,

My company Televirtual Ltd need to use an MP3 encoder in our prototype, the
LAME encoder has emerged as the likely MP3 encoder of choice.

We do have a slight technical problem in that the pcm we're creating is as
mono file, we believe that to get around this issue we need to copy our
buffer so we have two channels, left and right and feed them into
lame_encode_buffer() the main problem is however, using Microsoft visual
Studio. NET 2003 we get link error 2019: unresolved symbol
'lame_encode_buffer()' reference in function 'Our sound encode function'.
We've tried using all the other lame_encode functions and are having to make
do with lame_encode_buffer_interleaved() but this appears to half the
quality of the file output.  In short, we need to know a) the best way to
encode a mono pcm file and b)if this method doesn't use the interleaved
function what might cause the rest of them to generate the link error.

Any replies and any help would be much appreciated.

Kind Regards

Greg Conn

_______________________________________________
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to