|
From: John E. <joh...@nt...> - 2020-08-30 11:41:39
|
Hi, I have managed to create a lame binary with a statically linked libmpg123 using VS2019 and Intel 19. This does not use the project files included in the vc_solution folder, it uses project files that I have created and used over the years. It functions perfectly well except that the output wave file is 1152 samples shorter than it should be on my test file. The "skipping initial" and "skipping final" messages are the same but "Frame# " shows "9782/9782 32 kbps MS" with libmpg123 and "9784/9784 32 kbps MS" with the standard mpglib compile. Any thoughts? Cheers John (john33 on HA) On 11/07/2020 11:31, Alexander Leidinger via Lame-dev wrote: > Hi, > > I've committed the patch of Thomas Orgis to use libmpg123 for the > decoder part. Step 1 (being able to use either one, the external > libmpg123 (preferred) or the internal mpglib) is committed and tested > on FreeBSD. > > I would like to get reports from Linux and MacOS (configure way) if it > works. Please run "ldd | grep libmpg123" on the lame binary to > validate that it is linked against libmpg123 and please re-convert an > existing MP3 file as a test. > > Anyone out there who can modify the MacOS XCode project and Windows VC > project? > > When we have it working on those major platforms, I plan to remove the > interal mpglib (except someone can provide a very very good reason to > not remove it). > > Bye, > Alexander. > |