forked from Chiro-Canto/TadaridaTools
babakounine
30e1bbb327
update date consideration in chunk function
when the recording starts at 23:59 and lasts more than 5 seconds the following splits get an accurate time 00:04, 00:09 and so on, but the date isn’t updated. I modified that in order to take into account both date and time so that timedelta, when adding 5secs also changes the date
TadaridaTools
Set of Tools to perform acoustic analysis and preprocess audio recordings to be sent to Vigie-Chiro plateform.
tadam requirements
- 7z
- python3
- python soundfile
tadam usage
Quick install
sudo cp ./src/tadam.py /usr/local/bin/tadam.py
sudo chmod +x /usr/local/bin/tadam.py
Example usage
$ ls
raw/ # Folder containing a set of wav files in real time (before time expansion)
tadam.py -v -i raw -o exp -l 5 -z -p "Car910130-2021-Pass1-Z1-AudioMoth_" -r 0.1
Description
Languages
Python
68.2%
Shell
31.8%