awslabs / amazon-kinesis-video-streams-webrtc-sdk-android

Android SDK for interfacing with Amazon Kinesis Video Streams Signaling Service.
Apache License 2.0
58 stars 37 forks source link

Low Output Volume #28

Closed prechtelm closed 3 years ago

prechtelm commented 4 years ago

Hi, the volume is extremly low. How can we increase audio output volume? We tried this without any success:

remoteAudioTrack.setVolume(1.3);

MushMal commented 3 years ago

The sample application does not configure the mic settings. Perhaps, you can change it in the system settings or modify the sample to change the sensitivity - if that's the root cause. Check if the receiving and reproducing device has the right volume too. This is not related to KVS signaling which is the asset in question here