mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Add support for disabling listeners.
This commit is contained in:
@@ -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);*/
|
||||
|
||||
Reference in New Issue
Block a user