sorry, how can i Resample manually ...?
i tryed like this....
outputfile is the name of audio recorded using WasApi loopback method.
WaveFileReader Reader = new WaveFileReader(outputfile);
WaveFormat
TargetFormat = new WaveFormat();
WaveStream convertedStream;
TargetFormat =
convertedStream =
WaveFileWriter.CreateWaveFile(CompresedFileName, convertedStream);
convertedStream.Dispose();
but getting the error "AcmNotPossible calling acmStreamOpen"