Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 867 Bytes

File metadata and controls

13 lines (10 loc) · 867 Bytes

audio-coding-materials

Materials for a course on audio coding given at the UPF, including lectures slides, labs notebook assignments, examples notebooks, and sounds (most of them coming from freesound.org).

To install the materials, create a virtual environment and install the dependencies. On Mac/Linux this will be:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

License

All the software is distributed with the Affero GPL license (http://www.gnu.org/licenses/agpl-3.0.en.html), the lecture slides are distributed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 (CC BY-NC-SA 4.0) license (http://creativecommons.org/licenses/by-nc-sa/4.0/) and the sounds in this repository are released under Creative Commons Attribution 4.0 (CC BY 4.0) license (http://creativecommons.org/licenses/by/4.0/)