mirror of
https://github.com/romanz/amodem.git
synced 2026-02-25 00:31:08 +08:00
refactor sampling module
This commit is contained in:
4
scripts/resample.py
Executable file
4
scripts/resample.py
Executable file
@@ -0,0 +1,4 @@
|
||||
from amodem.sampling import resample
|
||||
import sys
|
||||
|
||||
resample(src=sys.stdin, dst=sys.stdout, df=float(sys.argv[1]))
|
||||
Reference in New Issue
Block a user