samples/audio/PlaySound: Added sample sound
authorJerome St-Louis <jerome@ecere.com>
Fri, 18 Apr 2014 08:57:19 +0000 (04:57 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 18 Apr 2014 08:57:19 +0000 (04:57 -0400)
samples/audio/PlaySound/PlaySound.ec
samples/audio/PlaySound/sound.wav [new file with mode: 0644]

index 17a413b..82e0fae 100644 (file)
@@ -11,7 +11,7 @@ class MainWindow : Window
    size = { 576, 432 };
 
    Mixer mixer { };
-   Sound sound10 { "10.wav" };
+   Sound sound10 { "sound.wav" };
 
    bool OnCreate()
    {
diff --git a/samples/audio/PlaySound/sound.wav b/samples/audio/PlaySound/sound.wav
new file mode 100644 (file)
index 0000000..871652b
Binary files /dev/null and b/samples/audio/PlaySound/sound.wav differ