Digital Audio Coding

By Sébastien Boisgérault, Mines ParisTech

March 29, 2019

Contents

  Document Archive  (latest update: November 30, 2015)

Presentations

Lab Sessions

Lab 2018

Quickstart: open the Jupyter notebooks in Binder.

All project files and some instructions are available on GitHub.

Lab 2017

Jupyter notebooks have been introduced.

Lab 2015 and before

Book

Current Version (2017 / work in progress)

Binary Coding

/ /

Quantization

/ /

Prediction

/ /

Spectral Methods
/ /

Old Version (2015)

  •    The book.

    It covers most of the content of the presentations in greater depth, but is slightly outdated ; in particular, some of the code examples don’t work anymore.

Exam

Exam 2014 (French)
Exam 2015 (French)
Exam 2017 (French)
 / 
Exam 2018 (French, with answers)
 / 
Exam 2019 (French, with answers)
 / 

Software

Get the latest version of the Python audio package with:

sudo pip install --upgrade audio

The package was tested on Ubuntu 14.04; it won’t work on Windows.