We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a project that requires I implement AVAudioSession (specifically category AVAudioSessionCategoryAmbient)
It appears there's nothing for this in BW, so if I were to add it, would it go under Bubblewrap media?
If so, how do you guys see this being used? BW::Media.play_ambiant?
BW::Media.play_ambiant
The text was updated successfully, but these errors were encountered:
That could be cool - maybe BW::Media::Audio.play, BW::Media::Audio.play_ambient ? and then shortcut them to BW::Media.play_audio(ambient: true) ?
BW::Media::Audio.play
BW::Media::Audio.play_ambient
BW::Media.play_audio(ambient: true)
Pretty open to the API structure, but I do think the implementation should exist in BW::Media::Audio (vs. mingling it with Media::Player)
BW::Media::Audio
Media::Player
Would love a PR for it!
Sorry, something went wrong.
👍 Will put it on my list :D
No branches or pull requests
I have a project that requires I implement AVAudioSession (specifically category AVAudioSessionCategoryAmbient)
It appears there's nothing for this in BW, so if I were to add it, would it go under Bubblewrap media?
If so, how do you guys see this being used?
BW::Media.play_ambiant
?The text was updated successfully, but these errors were encountered: