Skip to content

Toolbox to perfom basic discrete signal operations over audio files

Notifications You must be signed in to change notification settings

cri5Castro/audioProcessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Audio Processing


toolbox to perfom basic operations over audio signals

Usage

python -m controller <options> <*args>

Alternatively to shell mode you also can use a GUI based Mode

python -m controller gui

image

Examples

  • Interpolation: perfom linear interpolation over a signal by a factor and plot the resulting signals
python -m controller interpolate pika.wav 2  -p True

image

  • 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

Requirements:

About

Toolbox to perfom basic discrete signal operations over audio files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages