-
Notifications
You must be signed in to change notification settings - Fork 0
Home
nnnzo edited this page Sep 11, 2020
·
14 revisions
"AFT.py" is a python module. It's made to be used inside another script without taking space.
$ pip install audioft
AFT can be imported by placing the following line of code at the start of your python script.
from audioft import *
AFT can be used in a script by calling the TranslationEngine() function.