dear ladies and gentlemen, i just have made a small program which rips a cd into mp3s and use lame_enc.dll. now for the program i use visual basic 6 and vb cannot call dll functions with standard c calling convention (__cdecl). so i changed the exported functions to windows standard calling convention (__stdcall) to work with vb. now i have the following problem:
i can encode the wave files good, with no problems. everything ok. they also play in winamp 2.78 and 2.80, but they are said to have a bitrate of 32kbps (cbr) or 128 kbps (cbr) and the bitrate that actually is shown while playing goes either from a low value to a high value, or reverse. (about 1 kbps / sec, or so) what could be the reason ? thanks in advance markus ps: please excuse my bad english -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
