From d83eb0c98315dd487bf897a3cafee3bb86de0c95 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Wed, 18 Sep 2024 23:17:29 -0600 Subject: [PATCH] Added README to Audio Codecs presentation --- audiocodecs/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/audiocodecs/README.md b/audiocodecs/README.md index e69de29..42eddc8 100644 --- a/audiocodecs/README.md +++ b/audiocodecs/README.md @@ -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.