scripts: rename existing filenames

This commit is contained in:
Roman Zeyde
2015-02-11 09:59:30 +02:00
parent 9709ffc523
commit e374a65920
3 changed files with 0 additions and 0 deletions

5
scripts/resample.py 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]))