# NOT RUN {
# Specify individual files, 10 minutes every hour from the file start:
# }
# NOT RUN {
metadata <- mp3Subsamp(files = '~/media/SDcard/MA01.mp3', to = '~/Desktop/Acoustics/Recordings',
csv.dir = '~/Desktop/Acoustics/Results', index = "time0", loc.prefix = 'MABI01', CardRecorderID = 1
# }
# NOT RUN {
# 10 minute surveys at the top of every hour, from an entire SD card:
# }
# NOT RUN {
metadata <- mp3Subsamp(from = '~/media/SDcard', to = '~/Desktop/Acoustics/Recordings',
csv.dir = '~/Desktop/Acoustics/Results', loc.prefix = 'MABI01', CardRecorderID = 1
# }
# NOT RUN {
# 5 minute surveys every 30 minutes starting at the top of every hour, from an entire SD card:
# }
# NOT RUN {
metadata <- mp3Subsamp(from = '~/media/SDcard', to = '~/Desktop/Acoustics/Recordings',
csv.dir = '~/Desktop/Acoustics/Results', duration = 300, mins.between = 25, loc.prefix = 'MABI01',
CardRecorderID = 1
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab