naudio / NAudio.WaveFormRenderer

Simple utility to render waveforms of audio files in various styles using System.Drawing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to only display 1 channel?

joyde3382 opened this issue · comments

First of all thank you for creating this!

Currently using this for a media player like project, but i would like to split the waveforms into two separate tracks (Left / Right). Is this possible using WaveFormRenderer?

E.g. Like this: Right channel on top, and left channel on the buttom.
image

Best regards.