NAudio.WaveFormRenderer
NAudio.WaveFormRenderer copied to clipboard
How can I display only a portion of the waveform?
Can I display only a portion of the audio waveform (like from 3 to 8 seconds) and have the waveform continually update to the current playing time as the audio plays in NAudio?
I tried to use OffsetSampleProvider in NAudio, but WaveFormRenderer doesn't seem to support rendering it.