grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

_onChangeVolume

JYBABY opened this issue · comments

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