nstudio / nativescript-audio

:microphone: NativeScript plugin to record and play audio :musical_note:
Other
150 stars 104 forks source link

volume control not working on android #119

Closed bradrice closed 6 years ago

bradrice commented 6 years ago

I'm trying to create a mute button and it works on Apple, but not on Android.

This code is what I am using on a click:

this._player.volume = 0;

bradmartin commented 6 years ago

Fixed with https://github.com/nstudio/nativescript-audio/blob/master/src/android/player.ts#L46