Added README to Audio Codecs presentation
This commit is contained in:
parent
11f81bb3af
commit
d83eb0c983
1 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
# Audio Codecs
|
||||
|
||||
Source files for the talk I gave on various audio codecs
|
||||
|
||||
|
||||
### Building
|
||||
|
||||
Requirements:
|
||||
- mdslides
|
||||
- GNU Make
|
||||
- A JS capable web browser
|
||||
|
||||
0. Clone this repository
|
||||
1. `make clean`
|
||||
2. `make`
|
||||
3. `make preview` or open `./out/index.html`
|
||||
|
||||
For instructions on presenting, refer to RevealJS documentation.
|
Loading…
Reference in a new issue