On Mon, 29 May 2006 14:00:34 +0200
"Maxim Krikun" <[EMAIL PROTECTED]> wrote:

> 
> The typical 24bit audio file contains two interleaved channels, i.e.
> frames of 3bytes+3bytes, so it can be cast to (nframes,3) Int32, or
> (nframes,2,3) Int8 array, but this is hardly a useful representation for
> audio data.

Why not ? It's good for slicing and dicing, anything else and
you should convert it to float before operating on it.

Simon.

-- 
Simon Burton, B.Sc.
Licensed PO Box 8066
ANU Canberra 2601
Australia
Ph. 61 02 6249 6940
http://arrowtheory.com 


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Numpy-discussion mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to