The main goal about ABET is to wrapper some common editing scripts that are necessaries in audio research.
- It's necessary to have installed
Python 3.x
andpip3
in you machine - First you need to install the dependencies, to do that you can just run:
cd ABET pip install -r requirements.txt
- The you are ready to run ABET!
- You can execute ABET just running:
-
if you are using linux:
python3 abet.py
-
if you are using windows:
py abet.py
-
- To see available options you can just type:
python3 abet.py --help
-
Noise Reducer
- How to use:
- You just need the add the flag
--noise_reduction="[list of input files]"
or--noise_reduce_all=True
- You just need the add the flag
- How to use:
- Audio Difference Score - Based in spectogram
- The main idea is to have a value indicating the difference between two audios based in they MEL spectogram difference
- VISQOL and other metrics
- Audio Concat
- Self Duplicate Audio Extension
- Spectogram Generator
- Vinicius Novaes (vini2novaes@gmail.com / vcn2@cin.ufpe.br)