src/NAudio.WinForms/README.md
Windows Forms controls for NAudio. Windows-only (net9.0-windows, UseWindowsForms=true).
A handful of reusable GUI controls useful when building audio apps with WinForms:
Fader — vertical channel faderVolumeSlider — horizontal volume sliderPanSlider — pan controlPot — rotary knobWaveViewer — render a WaveStream as a waveformProgressLog — progress/log text controlInstall this package only if you are building a Windows Forms application and want ready-made audio controls. For WPF apps, use the NAudioWpfDemo project in the NAudio source tree as a reference and roll your own controls — there is no NAudio.Wpf package.
See the NAudio documentation site for tutorials and the full API reference, or the GitHub repository for full documentation and demos.
MIT.