TadaridaTools/README.md

31 lines
532 B
Markdown
Raw Permalink Normal View History

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
```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
```