rename scripts to shorter names

This commit is contained in:
Roman Zeyde
2014-09-02 18:14:37 +03:00
parent 83db77293d
commit 782df53816
9 changed files with 1 additions and 41 deletions

5
scripts/resample Executable file
View 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]))