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

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -