File index.html contains web viewer for ascii cast with audio.
To launch it, just cd dir where script is unpacked and run some simplest http server from it
(e.g. webfsd -p 8080 -F works perfectly), then http://localhost:8080/index.html.
File index.html requires asciinema release files (asciinema-player.css and asciinema-player.js) to be downloaded from asciinema player releases.
Note, it won't work with file:// due to CORS.
Alternatively, one can run ./rec.sh play part1 to view cast from CLI but it won't allow you to control playback.
Also, you can create screencasts with audio with script: ./rec.sh rec myname.
Script rec.sh requires commands asciinema and play (from sox package).