<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Folks, <br>
<br>
I would like to use Speex for an speech enhancement project and it
requires manipulation of coded parameters.<br>
<br>
I was wondering whether any of you could provide some info. on the
following queries, <br>
<br>
<pre wrap="">/<b class="moz-txt-star"><span class="moz-txt-tag">*</span>Encode the frame<span
 class="moz-txt-tag">*</span></b>/
<span class="moz-txt-citetags"></span>speex_encode(state, input, &amp;bits);
<span class="moz-txt-citetags"></span>
<span class="moz-txt-citetags"></span>Can I print the ASCII values of these bits (I mean how?). 

I did read the bit allocation available at below url, so that I could write a kind of unpacking function, however, the format of the table was quite confusing, I did understand the "0 1 2 3 4"?  

<a class="moz-txt-link-freetext" href="http://www.speex.org/docs/manual/speex-manual/node11.html#SECTION000114000000000000000">http://www.speex.org/docs/manual/speex-manual/node11.html#SECTION000114000000000000000</a>
</pre>
<pre wrap=""><!---->
Thanks for your help.

Kishore Prahallad
</pre>
<br>
</body>
</html>