Hi there,

I currently use libsox to load and save audio data. I was wanting to 
write and read 64bit data, however the generic sox sample type is 32 bit 
(from sox.h) :
typedef sox_int32_t sox_sample_t;

The basic format of the read (and write) functions are :
size_t sox_read(
     sox_format_t * ft,
     sox_sample_t *buf,
     size_t len
     );

Can anyone tell me the basic methodology for reading/writing 64bit audio ?

thanks
Matt

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

Reply via email to