i want to record a soundfile, and have the option of pausing the recording, and then continuing later.
i got writesf~ going ok now, but it only has start and stop....no pause button.
the other way i can do it, is to write the audio into an array, but tabwrite~ also has no pause button.
the other option is to write the first part of the audio into 1 array, the second part of the audio into another array, the third part into another...etc.
but then the only way i can see to join these arrays is to play them back in sequence, in realtime, and tabwrite~ into a master array.
there is stuff in the documentation about how to join 2 arrays by using [tabwrite], but not how to do it by using [tabwrite~], or something similar.
any ideas????
-
2 audio files in 1 array
-
damn...i knew if i wrote this up here that i'd find it....this has been driving me crazy for a whole week now...and i juts remembered the "switch~" object is the pause button that i need.
...however, if anyone knows of a way to splice audio files in arrays, that would also be really neat. thanks. -
VASP http://grrrr.org/ext/vasp/ might be able to, but I've never used it.