c# - How can I use volumeSlider in NAudio? -


i'm using naudio library audio player project. want make user control volume-slider here

is there knows how use volume-slider in naudio?

the naudiodemo project included in source code includes example of using slider. handle volumechanged event on volumeslider, , use volume property set volume either on stream (e.g. volume property on samplechannel), or directly on output device (e.g. waveout)


Comments

Popular posts from this blog

Upgrade php version of xampp not success -

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -