Implemented glk_schannel_set_volume_ext() partly
[projects/chimara/chimara.git] / tests / soundtest.c
index 55759dc27b249d4ac5b32d22d7b4b1744a5add2f..b0a380042746e891876e7172513b00795485767a 100644 (file)
@@ -109,11 +109,11 @@ glk_main(void)
                                        glk_put_string("Ramping volume to ");
                                        if(ramp == 0) {
                                                glk_put_string("HALF.\n");
-                                               glk_schannel_set_volume_ext(sc[0], 0x8000, 1000, 42);
+                                               glk_schannel_set_volume_ext(sc[0], 0x8000, 3000, 42);
                                                ramp = 1;
                                        } else if(ramp == 1) {
                                                glk_put_string("FULL.\n");
-                                               glk_schannel_set_volume_ext(sc[0], 0x10000, 1000, 69);
+                                               glk_schannel_set_volume_ext(sc[0], 0x10000, 3000, 69);
                                                ramp = 0;
                                        }
                                } else if(strcmp(buffer, "multi") == 0) {