Add support for disabling listeners.

This commit is contained in:
David Reid
2021-11-14 17:04:07 +10:00
parent 2002913d9e
commit 75a6b8191c
2 changed files with 68 additions and 11 deletions
+1
View File
@@ -120,6 +120,7 @@ int main(int argc, char** argv)
//ma_sound_group_set_fade_in_milliseconds(&group, 0, 1, 5000);
//ma_sound_group_stop(&group);
//ma_engine_listener_set_enabled(&engine, 0, MA_FALSE);
//ma_sound_set_fade_in_milliseconds(&sound, 0, 1, 5000);
/*ma_sound_set_volume(&sound, 0.25f);*/
/*ma_sound_set_pitch(&sound, 1.1f);*/