We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e463c87 commit 04290acCopy full SHA for 04290ac
1 file changed
pytsmod/console/console.py
@@ -1,16 +1,14 @@
1
import sys
2
sys.path.append('./')
3
4
+import soundfile as sf
5
from pytsmod import ola, wsola
6
from pytsmod import phase_vocoder as pv
7
from pytsmod import phase_vocoder_int as pv_int
8
from pytsmod import __path__ as path
-from pathlib import Path
9
+
10
import configparser
-import pkgutil
11
-# from pytsmod.console import *
12
import argparse
13
-import soundfile as sf
14
15
16
def run():
0 commit comments