forked from ixchow/Instant-Presentation
-
Notifications
You must be signed in to change notification settings - Fork 0
wbt/Instant-Presentation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A quick hack to auto-generate slides. Depends on cURL, wget, sox, and a recent imagemagick. Released into the public domain. Usage: ./record.pl -- uses sox to record snippets of audio, which it moves to 'words.flac' ./recognize.pl -- grabs any 'words.flac' and sends to google's speech-to-text API; writes 'utterance' ./slidify.pl -- grabs any 'utterance' and uses google image search + some imagemagick to make a slide (slide.png) For my SIGBOVIK talk, I used a custom C++/SDL program to actually show 'slide.png'; this program is not included. However, pointing gqview (a nice image viewer) at slide.png seems to work equally well.
About
A quick perl hack to auto-generate slides based on what a presenter is saying.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Perl 100.0%