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

Xcode 11.2.1 AVAudioSessionCategoryPlayback #4

Open
cyrsis opened this issue Dec 4, 2019 · 3 comments
Open

Xcode 11.2.1 AVAudioSessionCategoryPlayback #4

cyrsis opened this issue Dec 4, 2019 · 3 comments

Comments

@cyrsis
Copy link

cyrsis commented Dec 4, 2019

Xcode
Classes -> SwiftFlutterMidiPlugin.swift
Line 40

From
try AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayback)

to
try AVAudioSession.sharedInstance().setCategory(AVAudioSession.Category.playback)

@rodydavis rodydavis transferred this issue from rodydavis/plugins Jan 31, 2020
@rodydavis
Copy link
Owner

Do you mind making a PR?

@valentinjob
Copy link

hey @rodydavis , thanks for the library. I've created a PR with the fix #10.

@satoshi-chiba
Copy link

@rodydavis
Could you please release #10 change as a new version?
I want to use by pubspec.yaml.

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

4 participants