Canardoux / flutter_sound

Flutter plugin for sound. Audio recorder and player.
Mozilla Public License 2.0
875 stars 573 forks source link

[BUG] Physical volume buttons #449

Open codesniper9315 opened 4 years ago

codesniper9315 commented 4 years ago

Dear guys! I am using this package(flutter_sound) for audio chat system in my app. Currently I have a problem with this package.

Before use flutter_sound, controlling the audio volume is working well. But just once initialize the audioRecorder after that I can not control the audio volume anymore. When I click the volume button what is side of my phone, I can see the in-call volume control UI. Whether I am using the microphone or not to record my audio...

Even if the app is running in background, same issue.

If I close the app permanently and re-run, I can not see this issue until initialize the audioRecorder.

If they don't record audio, I need to show the media volume UI when users control their volume.

Who can help me? Thanks

Larpoux commented 4 years ago

Hum! iOS or Android ?

codesniper9315 commented 4 years ago

on Both

Larpoux commented 4 years ago

I have myself such a problem on my Android device, but I never figured the reason. I did not do many investigations, and I even was not sure that it was tied with Flutter Sound.

Maybe someone else can help ?

codesniper9315 commented 4 years ago

In my thought, in this package my microphone keep be using after initialize once even if the app is running in background. So I am seeking the reason more exactly to fix it. But it is not going well yet.

codesniper9315 commented 4 years ago

Who can help me???

Larpoux commented 4 years ago

There is probably a problem in Flutter Sound, but I am surprised that your problem occurs on iOS AND Android. The code is very different in this area for the two devices.

codesniper9315 commented 4 years ago

On your end, it is working well on one of them platform at least on your end?

Larpoux commented 3 years ago

Hi @iscojin ,

Do you have still problems with volume buttons ?

Larpoux commented 3 years ago

Registered in the Flutter Sound Project

github-actions[bot] commented 10 months ago

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.