feliwir / SharpAudio

Audio playback/capturing engine for C#
MIT License
176 stars 19 forks source link

Demo volume too loud? #20

Closed Eightvo closed 3 years ago

Eightvo commented 3 years ago

The demo code uses volume 50.0f... that is extremely loud on my speaks and causing crackling. Even a volume on 1.0f is quite loud and occasionally causes crackling. Is the volume meant to be in a range of 0-100 or 0-1?

feliwir commented 3 years ago

Yes, you're correct. I fixed it to be 0.5 inside the readme