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

Doesn't set AVAudioSession Active to false for iOS #259

Open
andordavoti opened this issue Apr 9, 2021 · 3 comments
Open

Doesn't set AVAudioSession Active to false for iOS #259

andordavoti opened this issue Apr 9, 2021 · 3 comments

Comments

@andordavoti
Copy link

This lib doesn't set AVAudioSession Active to false for iOS. So when you try playing audio with other libs after recording it doesn't work. The only current workaround at the moment is to play the recording after the users stops it, so AVAudioSession Active gets set to false.

@levepic
Copy link

levepic commented Jan 10, 2022

Did you find any other way to do this? Encountered the same problem. There must be some way to "reset" it without playing the full file.

@andordavoti
Copy link
Author

@levepic sorry, been a really long time since I've worked on this, so I don't remember

@levepic
Copy link

levepic commented Jan 11, 2022

Np and thanks for the reply, i'll just play an extra short audio after recording, that should handle it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants