Skip to content

Commit 4bf0b96

Browse files
authored
Update README.md
Initial Commit
1 parent 4af94f5 commit 4bf0b96

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
1-
# AudioCodingTutorials
2-
Audio Coding Notebooks and Tutorials
1+
# Audio Coding
2+
<p align="center">
3+
<img src="./images/ac_header.png">
4+
</p>
5+
6+
#### Prof. Dr. -Ing. Gerald Schuller <br> Jupyter Notebooks and Videos: Renato Profeta
7+
[Applied Media Systems Group](https://www.tu-ilmenau.de/en/applied-media-systems-group/) <br>
8+
[Technische Universität Ilmenau](https://www.tu-ilmenau.de/)
9+
10+
# Content
11+
- 01 Basics of Multirate Signal Processing:<br> [![NBViewer](https://badgen.net/badge/Launch/on%20NBViewer/blue?icon=terminal)](https://nbviewer.jupyter.org/github/GuitarsAI/AudioCodingTutorials/blob/master/AC_01_Basics_Multirate.ipynb)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GuitarsAI/AudioCodingTutorials/master?filepath=AC_01_Basics_Multirate.ipynb)[![Google Colab](https://badgen.net/badge/Launch/on%20Google%20Colab/black?icon=terminal)](https://colab.research.google.com/github/GuitarsAI/AudioCodingTutorials/blob/master/AC_01_Basics_Multirate.ipynb)[![Youtube](https://badgen.net/badge/Launch/on%20YouTube/red?icon=terminal)](https://youtu.be/Tp96ICZ_pMg)
12+
13+
- Sampling
14+
- Sampling a Discrete Time Signal
15+
- Downsampling
16+
- Upsampling
17+
- Real-Time Python Example: Sampling
18+
- Effects in the z-Domain
19+
- Modulation
20+
- Real-Time Python Example: Modulating a Speech Signal
21+
- Mid-rise and Mid-tread quantization
22+
- Real-Time Python Example: Quantization
23+
24+
# YouTube Playlist
25+
[![Youtube](https://badgen.net/badge/Launch/on%20YouTube/red?icon=terminal)](https://www.youtube.com/playlist?list=PL6QnpHKwdPYjRWkWLswWmxFrDmj6leRwh)
26+
27+
28+
# Requirements
29+
Please check the following files at the 'binder' folder:
30+
- environment.yml
31+
- postBuild
32+
33+
# Note
34+
Examples requiring a microphone will not work on remote environments such as Binder and Google Colab.

0 commit comments

Comments
 (0)