We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9b0a5 commit 680368aCopy full SHA for 680368a
2 files changed
pytsmod/console/__init__.py
@@ -1,3 +1,2 @@
1
from .console import run
2
-
3
-# run()
+from .descs import *
pytsmod/console/console.py
@@ -4,7 +4,7 @@
4
from pytsmod import ola, wsola
5
from pytsmod import phase_vocoder as pv
6
from pytsmod import phase_vocoder_int as pv_int
7
-from .descs import *
+from pytsmod.console import *
8
import argparse
9
import soundfile as sf
10
0 commit comments