> > 
> > 
> > OR:
> > 1)  use commandline like strings to setup LAME's encoding engine
> > 
> >     handle = lame_get_handle();
> > 
> >     lame_setup_stuff(handle, "output samplerate = 32 kHz");
> >     lame_setup_stuff(handle, "input samplerate = 48 kHz");
> >     lame_setup_stuff(handle, "bitrate = 128 kps");
> 
> or in an Amiga TagItem like way (I have an implementation (~2k source,
> most of it are comments) of struct TagItem and NextTagItem() if you need
> it), less difficult to use (you didn't need a parser).
> 
> Bye,
> Alexander.
> 

And how about volunteering to add this to LAME? :-)

Mark



--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to