Scripts that contain useful routines, recipes, and modules to encourage code reuse.
Developed on Python 3, mostly to work with audio files.
Files
- myUtils: most general modules go in here. e.g. for plotting, timing, directory/file manipulation etc.
- resample_wav.py: resamples individual wav files or a folder containing wav files.
- trim_audio: trim wav files to a desired length
Dependencies
- Take a look at the individual files/functions for the dependency required.
Authors
- Muhammad Huzaifah
Acknowledgements
- The countless people on the net who have inspired some of these functions.