We are dealing with large deployments of audio moth sensors using triggered recordings for bats. Some projects have 100+ sensors deployed several times over the season. We are looking for a more efficient method of expanding twavs, ideally via a CLI tool. Currently we expand files on a subfolder bases (by sensor/deployment) because if there are issues expanding it is hard to figure out what folder a error came from. Is there a tool that is available or can easily be scripted to be able to script twav expansion? Ideally, multithreaded?
top of page
To test this feature, visit your live site.
.twav expansion (triggered wav expansion)
.twav expansion (triggered wav expansion)
5 comments
Like
5 Comments
bottom of page
Hi Abram,
The expansion function is part of the AudioMoth-Utils package. The Node.js source code is here: https://github.com/OpenAcousticDevices/AudioMoth-Utils and it is available as an installable Node.js package on npm here: https://www.npmjs.com/package/audiomoth-utils It should be quite easy to write a short Node.js script that spawns multiple processes to run the expand function across multiple threads.
Alex