Hi mark,
I've been using NAudio for the past few day mixing two wave file with this format :
New Encoding: ALaw
New SampleRate: 8000
New BitsPerSample: 8
New Channels: 1
New Block Align Channels: 1
New Bits per Second: 8000
as I found, first I should convert them into a 32 bit floating and then add converted stream to WaveMixerStream32 as input stream but all my efforts goes wrong!
I got these errors trying different codes :
"Must be IEEE floating point Parameter name: waveProvider.WaveFormat"
"Unsupported source encoding"
...
what sould I do in converting and mixing process?
I've been using NAudio for the past few day mixing two wave file with this format :
New Encoding: ALaw
New SampleRate: 8000
New BitsPerSample: 8
New Channels: 1
New Block Align Channels: 1
New Bits per Second: 8000
as I found, first I should convert them into a 32 bit floating and then add converted stream to WaveMixerStream32 as input stream but all my efforts goes wrong!
I got these errors trying different codes :
"Must be IEEE floating point Parameter name: waveProvider.WaveFormat"
"Unsupported source encoding"
...
what sould I do in converting and mixing process?