mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-04 21:15:10 +01:00
Don't set framesPerCallback for main stream as per oboe guidance
It's best to let oboe figure it out on it's own
This commit is contained in:
parent
b00008daf5
commit
8917ec9c88
@ -8,7 +8,6 @@ namespace skyline::audio {
|
||||
builder.setChannelCount(constant::StereoChannelCount);
|
||||
builder.setSampleRate(constant::SampleRate);
|
||||
builder.setFormat(constant::PcmFormat);
|
||||
builder.setFramesPerCallback(constant::MixBufferSize);
|
||||
builder.setUsage(oboe::Usage::Game);
|
||||
builder.setCallback(this);
|
||||
builder.setSharingMode(oboe::SharingMode::Exclusive);
|
||||
|
Loading…
Reference in New Issue
Block a user