<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
That is great to hear!<br>
<br>
We don't need to worry about packet loss or anything like that as we
are using CELT as a sound bank format, and as such don't need to worry
about other encoders either since we are building into our own bank
format. This will be a great memory saving for us.<br>
<br>
<div class="moz-signature"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(102, 102, 102);"><font
 color="#000000"><b>Chen-Po Sun</b></font> | Programmer <br>
Firelight Technologies Pty Ltd. <br>
FMOD Sound System | <a class="moz-txt-link-abbreviated" href="http://www.fmod.org">www.fmod.org</a> <br>
PH: <font color="#000000">+61 3 96635947</font> Fax: <font
 color="#000000">+61 3 96635951</font> <br>
</span>
</div>
<br>
<br>
Gregory Maxwell wrote:
<blockquote
 cite="mid:e692861c0910230627h10e8e8ado21e6fffbda6999a9@mail.gmail.com"
 type="cite">
  <pre wrap="">On Fri, Oct 23, 2009 at 7:00 AM, Jean-Marc Valin
<a class="moz-txt-link-rfc2396E" href="mailto:jean-marc.valin@usherbrooke.ca">&lt;jean-marc.valin@usherbrooke.ca&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">If you don't need packet loss concealment *and* you don't need the
encoder, then you can simply make it equal to zero.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Reducing/eliminating MAX_PERIOD will also make your decoder
incompatible with any encoder not changed in the same way unless you
disable the long term predictor (or run the encoder in complexity 1,
which disables the LTP).  Were it not for this compatibility issue
we'd probably make this a configure option.

But it's a perfectly fine and reasonable thing to do.  Disabling the
long term predictor / reducing MAX_PERIOD will lower quality/bitrate
only at fairly low bitrates, but it will save a fair amount of memory
and lower complexity.


  </pre>
</blockquote>
</body>
</html>