<div dir="ltr"><pre style="color:rgb(0,0,0)">HK Wong wrote:
&gt;<i> for Opus. I am now using sources of libopus. The first question is for
</i>&gt;<i> calling opus_decode(), do I need to skip the header bytes of an opus
</i>&gt;<i> file before I can input the file data to opus_decode()? Or will libopus
</i>&gt;<i> handle this automatically?
</i>
You need to feed libopus distinct packets, and you need to parse out the 
size of those packets from the file first. This is not handled 
automatically by libopus (that is what libopusfile is for).</pre><pre style><font color="#0000ff" face="arial, helvetica, sans-serif">So each libopus packet begins by a TOC byte as stated in RFC6716? And the no. of bytes of each packet usually denoted by the segment table entries in the ogg layer? If the TOC byte is also needed to feed into libopus?</font></pre>
<pre style="color:rgb(0,0,0)">&gt;<i> Actually I have browsed through the site, but there is nothing detail
</i>&gt;<i> talking about the header bytes of opus file. When I compare two opus
</i>&gt;<i> files by hex viewer I can identify the header portion, but have no clue
</i>&gt;<i> how each packet is allocated.
</i>
You can find details on the headers here:
<a href="http://tools.ietf.org/html/draft-ietf-codec-oggopus">http://tools.ietf.org/html/draft-ietf-codec-oggopus</a>

Most of the details of the Ogg layer that encapsulates Opus packets is 
found here:
<a href="http://tools.ietf.org/html/rfc3533">http://tools.ietf.org/html/rfc3533</a>

&gt;<i> BTW, I know libopusfile is solely for decoding and should be more
</i>&gt;<i> convenience for my application. However, the .a files are not compatible
</i>&gt;<i> with Microchip compiler.
</i>
The source code of libopusfile is here:
<a href="http://git.xiph.org/?p=opusfile.git">http://git.xiph.org/?p=opusfile.git</a>

I don&#39;t know anything about your environment, but you should be able to 
compile your own library from the source files there.</pre><pre><pre><font color="#0000ff" face="arial, helvetica, sans-serif">And for libopusfile, it needs to run with libopus and also libogg? And is this </font><font color="#0000ff" face="arial, helvetica, sans-serif" style="color:rgb(34,34,34)">(</font><font color="#0000ff" face="arial, helvetica, sans-serif"><a href="http://downloads.xiph.org/releases/ogg/libogg-1.3.0.zip">http://downloads.xiph.org/releases/ogg/libogg-1.3.0.zip</a></font><span style="color:rgb(0,0,255);font-family:arial,helvetica,sans-serif">) the download link for libogg?</span></pre>
<pre style><font color="#0000ff" face="arial, helvetica, sans-serif">BR</font></pre><pre style><font color="#0000ff" face="arial, helvetica, sans-serif">H.K. Wong</font></pre></pre><pre style="color:rgb(0,0,0)"><br></pre>
</div>