Skip to content

Commit

Permalink
pycode2019: Initial presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Oct 8, 2019
1 parent 2e62a83 commit 394114b
Show file tree
Hide file tree
Showing 95 changed files with 35,068 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pycode2019/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

slides:
pandoc -t revealjs -s presentation.md -o slides.html --slide-level=2 --mathml -V center=false

slides.pdf:
pandoc -t beamer -s presentation.md -o slides.pdf --slide-level=2 --mathml

EMB_SUFFIX = emb1

%.${EMB_SUFFIX}.npz: %.wav
openl3 --suffix ${EMB_SUFFIX} --input-repr mel128 --content-type env --hop-size 0.5 --quiet $<

WAVS = $(wildcard data/UrbanSound8K/audio/*/*.wav)
#$(info $$WAVS is [${WAVS}])

urbansound: $(WAVS:%.wav=%.${EMB_SUFFIX}.npz)




343 changes: 343 additions & 0 deletions pycode2019/img/analysis-windows.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pycode2019/img/audacity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 394114b

Please sign in to comment.