mirror of
https://github.com/romanz/amodem.git
synced 2026-04-19 20:55:59 +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):
|
def resample(src, dst, df=0.0):
|
||||||
from . import common
|
|
||||||
x = common.load(src)
|
x = common.load(src)
|
||||||
sampler = Sampler(x, Interpolator())
|
sampler = Sampler(x, Interpolator())
|
||||||
sampler.freq += df
|
sampler.freq += df
|
||||||
|
|||||||
Reference in New Issue
Block a user