toolbox to perfom basic operations over audio signals
python -m controller <options> <*args>
Alternatively to shell mode you also can use a GUI based Mode
python -m controller gui
- Interpolation: perfom linear interpolation over a signal by a factor and plot the resulting signals
python -m controller interpolate pika.wav 2 -p True
- Decimation: downsample a signal by a factor and plot the resulting signals
python -m controller decimate signal_path factor -p True
- Reflection: reflects a signal, stores the resulting signal in opath and plot the resulting signals
python -m controller reflect signal_path -o opath
- Shiftting: shift a signal, stores the resulting signal in opath and plot the resulting signals
python -m controller reflect signal_path -o opath
-help: launch the help and detailed instructions for each command
python -m controller <command> -h
- Matplotlib
- Scipy
- Numpy
- wavio
- remi
- [glob]