grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications
MIT License
501 stars 158 forks source link

_onChangeVolume #48

Open JYBABY opened 4 years ago

JYBABY commented 4 years ago

while val==0 something error maybe happen _onChangeVolume (val) { if (val) { this.player.volume = val } }