Displaying 1 result from an estimated 1 matches for "invoh".
Did you mean:
invol
2009 Mar 09
1
audio data encoding in FLAC: how complex ?
...o !
The following algorithm describes Golomb(=Rice?) encoding:
http://en.wikipedia.org/wiki/Golomb_coding#Simple_algorithm
What is unclear to me is how many audio samples
encoded with a fixed parameter (denoted 'M' in the wiki,
which i presume is equivalent to the 'Rice parameter'
invohed here):
http://flac.sourceforge.net/documentation_format_overview.html
But things are a bit more complicated because the wiki says:
"audio codecs [...] use a Rice code after the linear prediction step".
But it does not tell us about how many points/samples get
interpolated, and what cri...