Skip to content

Commit 32b99b0

Browse files
committed
fix hptsm.py
1 parent 96429d9 commit 32b99b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytsmod/hptsm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from librosa.effects import hpss
2-
from pytsm import phase_vocoder
3-
from pytsm import ola
2+
from .pvtsm import phase_vocoder
3+
from .olatsm import ola
44

55

66
def hptsm(x, s, hp_kernel_size=31, hp_power=2.0, hp_mask=False, hp_margin=1.0,

0 commit comments

Comments
 (0)