Displaying 2 results from an estimated 2 matches for "ooops_we_dont_handle_thi".
Did you mean:
ooops_we_dont_handle_this
2005 Nov 10
5
OggPCM proposal feedback
...> support every possible combination of formatting -
Exactly, a codec could support OGG_PCM_S16, OGG_PCM_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");
&g...
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