mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 16:48:06 +08:00
sampling: remove unused import
This commit is contained in:
@@ -72,7 +72,6 @@ class Sampler(object):
|
||||
|
||||
|
||||
def resample(src, dst, df=0.0):
|
||||
from . import common
|
||||
x = common.load(src)
|
||||
sampler = Sampler(x, Interpolator())
|
||||
sampler.freq += df
|
||||
|
||||
Reference in New Issue
Block a user