babakounine 772108c218 Actualiser src/tadam.py
correction oubli déclaration variable time dans chunk
2024-01-08 13:35:11 +01:00
2022-08-23 16:53:18 +02:00
2024-01-08 13:35:11 +01:00
2021-05-17 12:42:26 +02:00

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
No description provided
Readme 64 KiB
Languages
Python 68.2%
Shell 31.8%