-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Audio recorded on iOS is inaudible because of very low volume #1131
Comments
Logs!!!!
See this |
Hey! I used to have the same issue, I found two solutions: |
Hey @WNizard , thanks for the suggestion! Changing So when I updated The final solution wasn't so straightforward though. I did encounter some issues while testing with these settings.
So I made changes as follows avAudioSessionCategory: isFirstTimeInit
? AVAudioSessionCategory.playAndRecord
: (isRecording
? AVAudioSessionCategory.record
: AVAudioSessionCategory.playback), Now I'm setting |
Flutter Sound Version :
FULL or LITE flavor ?
Default. I guess it's full then.
Important: Result of the command :
flutter pub deps | grep flutter_sound
Severity
Platforms you faced the error
iOS ✅
Android (Works)
Flutter Web (Did not test)
Emulator (Not sure)
Real device ✅
Describe the bug
Audio recorded using this package on iOS has extremely low volume when played using the same package. I also tried setting volume to 1.0 without any success. I also toggled between
AudioSource.microphone
andAudioSource.defaultSource
.To Reproduce
Steps to reproduce the behavior:
Adding logs in the comments below
The text was updated successfully, but these errors were encountered: