Hi,<br><br><br>I have a source of pcma or pcmu 8KHz and i want to convert it to speex 16KHz using jspeex.<br>I decoded pcma/pcmu to pcm 16bits, but how should i proceed to obtain speex at 16KHz?<br><br>I could double the byte[] size and introduce zeroed bytes between the ones i got, but it doesn&#39;t seem to be the correct way..<br>
<br>Then i want to do the opposite, having 16KHz speex data and obtain 8KHz pcma/pcmu.<br><br>Thank you<br><br>