You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
From an email:
The text was updated successfully, but these errors were encountered: