2021-05-17 12:42:26 +02:00
|
|
|
# TadaridaTools
|
|
|
|
|
2021-07-13 10:41:10 +02:00
|
|
|
Set of Tools to perform acoustic analysis and preprocess audio recordings to be sent to Vigie-Chiro plateform.
|
|
|
|
|
|
|
|
|
|
|
|
## tadam requirements
|
|
|
|
|
|
|
|
* 7z
|
|
|
|
* python3
|
|
|
|
* python soundfile
|
2022-07-15 14:50:24 +02:00
|
|
|
|
|
|
|
## tadam usage
|
|
|
|
|
|
|
|
### Quick install
|
|
|
|
|
|
|
|
```bash
|
|
|
|
sudo cp ./src/tadam.py /usr/local/bin/tadam.py
|
|
|
|
sudo chmod +x /usr/local/bin/tadam.py
|
|
|
|
```
|
|
|
|
|
|
|
|
### Example usage
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ ls
|
|
|
|
raw/ # Folder containing a set of wav files in real time (before time expansion)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
tadam.py -v -i raw -o exp -l 5 -z -p "Car910130-2021-Pass1-Z1-AudioMoth_" -r 0.1
|
|
|
|
```
|