Displaying 1 result from an estimated 1 matches for "qum0b24x_sms05_20100831_052100".
2013 Jan 31
2
Writing audio files (.wav) in a different directory
...he manuals of some audio packages I couldn't figure
it out.
I'm picking one 3-hour .wav file and asking the function to take a sample
of 1 minute (from minute 100 to minute 101 of the 3-hour file) and saving
it in an object "rec".
Here is what I'm doing:
filename<-"QUm0B24x_SMS05_20100831_052100.wav"
min.ini<-100
min.fin<-101
library(tuneR)
rec<-readWave(filename,min.ini,min.fin,"minutes")
writeWave(rec,"cut1.wav")
It is writing the file in the same directory of the "filename" object. What
I want to do is to write the "cut1.wav"...