GitXplorerGitXplorer
v

ABET

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
71fba29f26ff317506caf1056ce1890af565845c

-Grammar fixing

vvcnovaes committed 2 years ago
Unverified
cc173d42d8259e74931a252dd8640ca895dc56e9

- README addition

vvcnovaes committed 2 years ago
Unverified
56b5cf230da3a2f312261049e06da2fdab9e1ddd

Updating gitignore

vvcnovaes committed 2 years ago
Unverified
5b1995f40a616ec3c3e07baf9175ead3384a9980

Initial Commit

vvcnovaes committed 2 years ago

README

The README file for this repository.

ABET ( Audio Basic Editing Tool)

What is ABET?

The main goal about ABET is to wrapper some common editing scripts that are necessaries in audio research.

Installation

  • It's necessary to have installed Python 3.x and pip3 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!

Basic Usage

  • 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
    

Current Features:

  • Noise Reducer
    • How to use:
      • You just need the add the flag --noise_reduction="[list of input files]" or --noise_reduce_all=True

Future Features:

  • 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

Authors: