I am trying to use NAudio for the resampling of pcm data.
For that i use a custom stream class as input to a "RawSourceWaveStream" and feed that to a "WaveFormatConversionStream".
NAudio tries to read the .Length property of my stream, which is not supported.
The .CanSeek property of my stream is correctly set to false.
I installed NAudio via nuget, the version is "1.7-alpha06".
Thanks,
Lukas
For that i use a custom stream class as input to a "RawSourceWaveStream" and feed that to a "WaveFormatConversionStream".
NAudio tries to read the .Length property of my stream, which is not supported.
The .CanSeek property of my stream is correctly set to false.
I installed NAudio via nuget, the version is "1.7-alpha06".
Thanks,
Lukas