- Basic actions on signals. Normalization, changing sampling rate.
- Sound source localization.
- FIR filter experiments.
- Designing FIR filter.
- Designing IIR filter.
- Adding reverb to signals.
- Klatt resonator. Voice synthesizer.
- Onset detection.
- Create virtual environment with
virtualenv .venv
. - Activate venv with
.venv\Scripts\activate.bat
.
I got my grade and this code won't be used again. There is no point in refactoring.
"Let me stress that it’s these changes that drive the need to perform refactoring. If the code works and doesn’t ever need to change, it’s perfectly fine to leave it alone. It would be nice to improve it, but unless someone needs to understand it, it isn’t causing any real harm. Yet as soon as someone does need to understand how that code works, and struggles to follow it, then you have to do something about it." Martin Fowler - Refactoring