I'm trying to decode array of bytes from DSP TrueSpeech to PCM. When we convert this array as part of streaming (divide it to packets) we can hear some strange "Beep" tones after the decoding.
We tried to decode the entire WAV file in one piece and we didn't get those Beeps. Currently we are using Alvas.net for it, but we tried also with NAudio and got the same reaults?
My questions: 1)Is anyone familiar with this kind of behavior? 2)Do you have an idea what can we do?
Thanks Ziv