forked from Chiro-Canto/TadaridaTools
31 lines
532 B
Markdown
31 lines
532 B
Markdown
# 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
|
|
```
|