Merge branch 'dev' into dev-0.12

This commit is contained in:
David Reid
2025-01-11 17:03:23 +10:00
4 changed files with 64 additions and 29 deletions
-3
View File
@@ -125,9 +125,6 @@ int main(int argc, char** argv)
return -1;
}
/* Make sure the sound is set to looping or else it'll stop if the ring buffer runs out of data. */
ma_sound_set_looping(&sound, MA_TRUE);
/* Link the starting of the device and sound together. */
ma_device_start(&device);
ma_sound_start(&sound);