Frank Klemm wrote:
> 
> Is there any possibility to
>   * feed lame with 24 (or may be 32 bit) PCM data?

There are two options for file input in the Makefile. On of them,
libsndfile, can handle 24 and 32 bit PCM WAV and AIFF files. You'll
need the libsndfile library which can be obtained here:

    http://www.zip.com.au/~erikd/libsndfile/

Unfortunately, I'm not sure how LAME uses libsndfile. If it just
uses sf_read_short() to read short samples, there will probably
be scaling issues (24/32bit -> 16 bit) which may not be easy
to resolve.

Hope this helps,
Erik
-- 
+-------------------------------------------------+
     Erik de Castro Lopo     [EMAIL PROTECTED]
+-------------------------------------------------+
Hiesenbugs - The bugs that go away when you turn on debugging.
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to