Displaying 1 result from an estimated 1 matches for "vorbis120".
Did you mean:
vorbis1
2008 May 30
0
Request for Comments: multi-channel/32 bit WAV patch for oggenc
...at you should use to
play around with the multi-channel encoding. Though I did request
that he split his patch per issue he only posted this one and that's
what we will have to work with.
Now I leave you with some of his comments:
"I have some improvements reflected in the attached file vorbis120.patch:
1) Major bug remapping channels. The values in wav_permute_matrix
(oggenc\audio.c line 380) must be (instead the commented ones):
{0,2,1,3,4}, // {0,1,2,3,4}
{0,2,1,4,5,3} // {0,2,1,5,3,4}
2) New feature. Support for WAVE_FORMAT_EXTENSIBLE wav headers with only:
if (format.forma...