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

AVPlayer can change the app's audio session under MumbleKit's feet #16

Open
mkrautz opened this issue Oct 24, 2012 · 0 comments
Open

AVPlayer can change the app's audio session under MumbleKit's feet #16

mkrautz opened this issue Oct 24, 2012 · 0 comments

Comments

@mkrautz
Copy link
Contributor

mkrautz commented Oct 24, 2012

From an email:

MumbleKit was using Opus as its encoder and Opus only supports a few sample rates, in MumbleKit's
case, 48000hz. When playing a 44.1khz aac file with AVPlayer the remoteio's input callback would
start erring at AudioUnitRender because AVPlayer had fiddled with the AVSessions samplerate.
The way I was finally able to play AVPlayer while MumbleKit was running was to reencode my aac
files being played to match the samplerate of the input callback, 48000.

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

1 participant