Skip to content
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

Closed
zxl777 opened this issue May 10, 2020 · 4 comments
Labels
bugfix a bug fix

Comments

@zxl777
Copy link

zxl777 commented May 10, 2020

Turn on the mic, then the Up-Left mic icon show red.

Open other player app, The mic icon gone.

@zxl777
Copy link
Author

zxl777 commented May 12, 2020

Maybe using AVAudioSession?

@thomasnilsson
Copy link
Contributor

Will look into this issue soon

@thomasnilsson thomasnilsson changed the title Mic recoder closed when other player app opened, with noise_meter [noise_meter]: Mic recoder closed when other player app opened, with noise_meter Aug 5, 2020
@thomasnilsson thomasnilsson added the bugfix a bug fix label Oct 11, 2020
@thomasnilsson
Copy link
Contributor

thomasnilsson commented Oct 25, 2020

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.

@thomasnilsson
Copy link
Contributor

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
Labels
bugfix a bug fix
Projects
None yet
Development

No branches or pull requests

2 participants