shithub: aubio

Download patch

ref: afa3e1e4fdbd0f04c3813d32e6105432458b3082
parent: c952f4208effc2037d6e39a58e7d39034c7853f9
author: Paul Brossier <piem@piem.org>
date: Wed Feb 11 08:33:18 EST 2015

tests/src/io/test-source_apple_audio.c: improve examples

--- a/tests/src/io/test-source_apple_audio.c
+++ b/tests/src/io/test-source_apple_audio.c
@@ -16,10 +16,10 @@
     PRINT_MSG("examples:\n");
     PRINT_MSG(" - read file.wav at original samplerate\n");
     PRINT_MSG("       %s file.wav\n", argv[0]);
-    PRINT_MSG(" - read file.wav at 32000Hz\n");
+    PRINT_MSG(" - read file.aif at 32000Hz\n");
     PRINT_MSG("       %s file.aif 32000\n", argv[0]);
-    PRINT_MSG(" - read file.wav at original samplerate with 4096 blocks\n");
-    PRINT_MSG("       %s file.wav 0 4096 \n", argv[0]);
+    PRINT_MSG(" - read file.mp3 at original samplerate with 4096 blocks\n");
+    PRINT_MSG("       %s file.mp3 0 4096 \n", argv[0]);
     return err;
   }