Hi everyone, I&#39;ve just started working on a Vorbis project and I have a few questions.<br><br>1.&nbsp; One of the first things I need to do is demonstrate the performance difference the fixed and floating point version of the decoder.&nbsp; From what I read there isn&#39;t a defined set of test vectors for proving functionality, but does anyone have a general set of recommendations on what would be a good set of sounds/encoded vorbis files to use for this purpose?&nbsp; I could just blindly feed in sweeps, noises, and music samples, but I was hoping for something a bit more scientific and rigorous than that.&nbsp; Even if it&#39;s something that could be borrow from verification of another audio codec, that would be a good start.<br>
<br>2.&nbsp; As this is going into an embedded system, memory usage is very important to me.&nbsp; I saw a note that the lowmem branch saves approximately 10-15% of dynamic memory usage at the cost of an additional startup delay.&nbsp; Has anyone quantified this startup delay?&nbsp; I know it will vary greatly depending on target system but even a rough figure and a note on which platform you&#39;re running on would be great.&nbsp; I won&#39;t have the luxury of running on target until pretty far into the project so it&#39;s important that I pick the right starting point for my optimizations.<br>
<br>3.&nbsp; I&#39;ve seen a few notes on reported memory leaks in the Tremor source and mentions of patches for these problems.&nbsp; However, it&#39;s unclear to me exactly where these patches reside.&nbsp; All I&#39;ve found thus far are the Tremor trunk and lowmem branch both of which have the same changelog which ends in May 2002.&nbsp; Are these memory leak fixes integrated into either of these branches?&nbsp; If not, where exactly can I find them?&nbsp; I&#39;m quite unfamiliar with svn so my appologies if there&#39;s some command within subversion that lets me view or gets these changes.<br>
<br>4.&nbsp; Are there any other recommended mailing lists/discussion boards for discussing Vorbis and audio compression?&nbsp; While this is the perfect place for these questions, it&#39;s a little quiet around here.<br><br>Thanks for the help.<br>
<br>Ethan<br>