PyDAFX
Python implementation of the Matlab code from the book DAFX - digital audio effects (Work in progress)
Install / Use
/learn @JoseRZapata/PyDAFXREADME
PyDAFX (Python implementation of DAFX Matlab code)
In order to study the theory and code of the book DAFX - Digital Audio Effects and python 3 for audio processing, I'm doing the Python 3 implementation of the MATLAB code from the book.
This is a work in progress, the code is unfinished, I'm doing this exercise in my free time and I hope that you can find this code useful!
Book Reference: <b>DAFX - Digital Audio Effects</b> <br> Edited by Udo Zölzer<br> ISBN: 978-0-470-66599-2<br> Second Edition, John Wiley & Sons, 2011<br> Matlab files source: http://ant-s4.unibw-hamburg.de/dafx/DAFX_Book_Page_2nd_edition/matlab.html
Run this jupyter notebooks in mybinder.org
Chapters
-
[X] 1. Introduction
-
[ ] 2. Filters and delays
-
[ ] 3. Modulators and demodulators (No Matlab code from the book)
-
[ ] 4. Nonlinear processing
-
[ ] 5. Spatial effects
-
[ ] 6. Time-segment processing
-
[ ] 7. Time-frequency processing
-
[ ] 8. Source-filter processing
-
[ ] 9. Adaptive digital audio effects
-
[ ] 10. Spectral processing (you can find the implementation in https://github.com/MTG/sms-tools)
-
[ ] 11. Time and frequency-warping musical signals
-
[ ] 12. Virtual analog effects
-
[ ] 13. Automatic mixing
Software and packages
- Python 3.4.3
- Ipython 6.2.1
- Matplotlib 2.1.0
- Scipy 1.0.0
- Numpy 1.13.3
