Skip to content
nnnzo edited this page Sep 11, 2020 · 14 revisions

Get Started

"AFT.py" is a python module. It's made to be used inside another script without taking space.

How to Install AFT

$ pip install audioft

How to import it

AFT can be imported by placing the following line of code at the start of your python script.

from audioft import *

How to use it

AFT can be used in a script by calling the TranslationEngine() function.

Clone this wiki locally