|
From: Jan S. <ha...@st...> - 2016-09-19 21:20:22
|
On Jul 06 10:02:34, fl...@fl... wrote: > 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; If all you need to do is read and write samples, you might be better off with libsndfile. http://www.mega-nerd.com/libsndfile/api.html |