babakounine d874613f81 Actualiser src/tadam.py
ajout try/except au début de la fonction rate pour palier aux cas où les boitiers créent des fichiers wav erronés illisibles qui bloquent le traitement
2024-02-19 22:31:57 +01:00
2022-08-23 16:53:18 +02:00
2024-02-19 22:31:57 +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 67 KiB
Languages
Python 68.2%
Shell 31.8%