You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The audio_service feature is usually used in conjunction with music, but we plan to use it in conjunction with the calling feature. At that time, the stream type of AudioManager is fixed to STREAM_MUSIC, and the volume button cannot be used as the call volume.
Feature proposal
The audio_service feature is usually used in conjunction with music, but we plan to use it in conjunction with the calling feature. At that time, the stream type of AudioManager is fixed to STREAM_MUSIC, and the volume button cannot be used as the call volume.
If I fix change(insert) codes at
audio_service/audio_service/android/src/main/java/com/ryanheise/audioservice/AudioService.java
Line 587 in e3abd9b
audio_service/audio_service/android/src/main/java/com/ryanheise/audioservice/AudioService.java
Line 323 in e3abd9b
Then it was possible to solve the problem. But it would be very nice to have it as a function.
Motivating use case(s)
When combining audio_service with uses other than music playback.
The text was updated successfully, but these errors were encountered: