Displaying 2 results from an estimated 2 matches for "bitwdith".
Did you mean:
binwidth
2005 Nov 10
5
OggPCM proposal feedback
...M_FLOAT32 and thats
it. If the decoder in the codec wants to figure out if it supports the
current file it can do:
if (format != OGG_PCM_S16 && format != OGG_PCM_FLOAT32)
ooops_we_dont_handle_this ("some error message");
This is far less error prone than:
if (! (bitwdith == 16 && signed && data_format == OGG_PCM_PCM)
|| ! (bitwdith == 32 && data_format == OGG_PCM_FLOAT))
ooops_we_dont_handle_this ("some error message");
> in fact, many will require a very small set of parameters going in,
My propsal has a sma...
2005 Nov 09
8
OggPCM proposal feedback
Hi all,
Siliva contacted me about this OggPCM proposal and asked me
to join in. For those who don't know me, I am the main author
and maintainer of libsndfile and therefore know quite a bit
about how uncompressed audio is stored in sound files. However
even I would not consider myself an expert; there are areas
to do with channel assignments that I know I am ignorant of.
I am also quite