-
Notifications
You must be signed in to change notification settings - Fork 700
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
[noise_meter]: Mic recoder closed when other player app opened, with noise_meter #86
Labels
bugfix
a bug fix
Comments
Maybe using AVAudioSession? |
Will look into this issue soon |
I have almost managed to solve the issue, it was a little tricky to solve: The AVAudioSession gets interrupted if another media player needs to use it while it is recording. If this happens then the interruption should be handled correctly. |
Fixed in NoiseMeter version 2.0.0 and AudioStreamer 1.3.0 Thanks for the issue, it was a tough one to crack! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turn on the mic, then the Up-Left mic icon show red.
Open other player app, The mic icon gone.
The text was updated successfully, but these errors were encountered: