mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 16:48:06 +08:00
5 lines
112 B
Python
Executable File
5 lines
112 B
Python
Executable File
from amodem.sampling import resample
|
|
import sys
|
|
|
|
resample(src=sys.stdin, dst=sys.stdout, df=float(sys.argv[1]))
|