Decoding GSM 6.10 parts in NAudio
问题 How can I decode GSM 6.10 (Full-Rate) codec audio byte array on the fly in NAudio? Sources says that wave decoding is processed at one time and I can't process several bytes of wave (fix me if I'm wrong). My situation is that I receive bytes array of GSM 6.10 audio from the server, array size can be specified, but how can i decode it and write to the device? Edit: What am I doing wrong? According to Mark's solution this should work but all I hear is distorted sounds: WaveOut waveO = new