From: Ulrich K. <ul...@ch...> - 2011-11-04 23:45:48
|
Jan Stary <ha...@st...>: >> Another possibility is to repeat the input file name: >> play recorda.wav recorda.wav recorda.wav >> This doesn't need temporary disk space. > And "play file.wav repeat 100" does? Yes, effects like repeat and reverse need to store the incoming audio somewhere for later use. Whether that's a problem or not depends on the file size and memory constraints, of course. There are disadvantages with the "concatenate files" approach, too; e.g., it can't be used (in constrast to the repeat effect) for data from a pipe, or recorded directly from the sound card. Ulrich |