mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 00:36:20 +08:00
rename scripts to shorter names
This commit is contained in:
5
scripts/resample
Executable file
5
scripts/resample
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
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