mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 06:58:09 -05:00
Update cubeb and request a persistent stream session
This commit is contained in:
committed by
FearlessTobi
parent
fad38ec6e8
commit
a1e7360273
2
externals/cubeb
vendored
2
externals/cubeb
vendored
Submodule externals/cubeb updated: 616d773441...1d66483ad2
@ -30,6 +30,7 @@ public:
|
||||
params.rate = sample_rate;
|
||||
params.channels = num_channels;
|
||||
params.format = CUBEB_SAMPLE_S16NE;
|
||||
params.prefs = CUBEB_STREAM_PREF_PERSIST;
|
||||
switch (num_channels) {
|
||||
case 1:
|
||||
params.layout = CUBEB_LAYOUT_MONO;
|
||||
|
Reference in New Issue
Block a user