tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
783 stars 254 forks source link

Volume control? #41

Open XavierColombel opened 7 years ago

XavierColombel commented 7 years ago

Is there a way to control volume?

tlenclos commented 7 years ago

This is not implemented but seems available on StreamkingKit (https://github.com/tumtumtum/StreamingKit/wiki/Volume-Control) and android system audio manager (https://developer.android.com/reference/android/media/AudioManager.html#setStreamVolume).

You can submit a PR if you want.