Audio transcription app. Uses HTML5 audio and Javascript, along with jQuery and the jQuery hotkeys plugin. Tested in Chrome and Safari. Doesn't work in Firefox. And the keyboard shortcuts are far from ideal.
- Text is saved every second.
- Put the files somewhere.
- Create two directories, audio/ and transcripts/, and give your web server write rights to them. (For example,
chown apache.apache audio/ transcripts/
, orchgrp apache audio/ transcripts/; chmod g+w audio/ transcripts/
.) - Copy
config.sample.js
toconfig.js
and edit.
- Play/pause:
shift+space
- Rewind five seconds:
ctrl+j
- Fast forward five seconds:
ctrl+k
- Rewind thirty seconds:
ctrl+h
- Fast forward thirty seconds:
ctrl+l
- Jump to beginning:
ctrl+0
- Jump to end:
ctrl+9
- Increase volume:
ctrl+1
- Decrease volume:
ctrl+2