Optimization to stereo panner.

This commit is contained in:
David Reid
2020-06-01 20:47:34 +10:00
parent 4d5433ae58
commit cc8201738b
2 changed files with 15 additions and 20 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ int main(int argc, char** argv)
}
ma_engine_sound_set_pitch(&engine, &sound1, 0.75f);
ma_engine_sound_set_pan(&engine, &sound1, -1.0f);
ma_engine_sound_set_pan(&engine, &sound1, 0.0f);
ma_engine_sound_set_looping(&engine, &sound1, MA_TRUE);
ma_engine_sound_start(&engine, &sound1);