Changeset afa3e1e
- Timestamp:
- Feb 11, 2015, 1:33:18 PM (10 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 5525507
- Parents:
- c952f42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source_apple_audio.c
rc952f42 rafa3e1e 17 17 PRINT_MSG(" - read file.wav at original samplerate\n"); 18 18 PRINT_MSG(" %s file.wav\n", argv[0]); 19 PRINT_MSG(" - read file. wavat 32000Hz\n");19 PRINT_MSG(" - read file.aif at 32000Hz\n"); 20 20 PRINT_MSG(" %s file.aif 32000\n", argv[0]); 21 PRINT_MSG(" - read file. wavat original samplerate with 4096 blocks\n");22 PRINT_MSG(" %s file. wav0 4096 \n", argv[0]);21 PRINT_MSG(" - read file.mp3 at original samplerate with 4096 blocks\n"); 22 PRINT_MSG(" %s file.mp3 0 4096 \n", argv[0]); 23 23 return err; 24 24 }
Note: See TracChangeset
for help on using the changeset viewer.