mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update the Steam Audio example.
This commit is contained in:
@@ -295,7 +295,7 @@ int main(int argc, char** argv)
|
|||||||
need not be exposed to the public API. There should be no need for the public API to require a
|
need not be exposed to the public API. There should be no need for the public API to require a
|
||||||
fixed sized update.
|
fixed sized update.
|
||||||
*/
|
*/
|
||||||
iplAudioSettings.frameSize = g_engine.pDevice->playback.internalPeriodSizeInFrames;
|
iplAudioSettings.frameSize = engineConfig.periodSizeInFrames;
|
||||||
|
|
||||||
|
|
||||||
/* IPLContext */
|
/* IPLContext */
|
||||||
|
|||||||
Reference in New Issue
Block a user