On Mon, Aug 25, 2008 at 4:25 PM, Dan Colesworthy
<[EMAIL PROTECTED]> wrote:
> Hello all,
>
>
>
> I need an efficient way to convert 24 bit signed audio data to a numpy array
> for further processing.  The data will be in a .wav file, and can be
> recovered via the python wave module.  At that point it is a byte string –
> likely in little endian order.

There are some wav io facilities in scipy.io.

If you need more advanced facilities and ndo not ming using
LGPL-licensed code, there is scikits.audiolab which is a wrapper
around sndfile and supports a large range of audio file formats:

http://www.mega-nerd.com/libsndfile/
http://projects.scipy.org/scipy/scikits

david
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to