src/NAudio.Core/README.md
The cross-platform core of NAudio. Contains everything that is independent of the underlying audio API, so it targets plain net9.0 and can be used on Windows, Linux, and macOS.
WaveStream, IWaveProvider, ISampleProvider and associated base classesWaveFormat and format-conversion helpersWaveFileReader, WaveFileWriter, AiffFileReader, …)WdlResamplingSampleProvider) and pitch shifting (SmbPitchShiftingSampleProvider)Reference NAudio.Core directly when you want to read, write, or manipulate audio on non-Windows targets, or when you are assembling your own combination of platform packages (NAudio.Wasapi, NAudio.WinMM, NAudio.Asio, …) and don't want the full NAudio meta-package.
See the NAudio documentation site for tutorials and the full API reference, or the GitHub repository for full documentation.
MIT.