I'd like to capture the audio from a Glass app I'm creating for demonstration purposes (it makes quite a bit of use of the text-to-speech engine). I have video capture working (using this tutorial), but the output videos are silent.
One option I've considered is using a USB speaker that I could plug in (instead of the Glass earpiece); if one exists that is loud enough to be recorded directly, I could solve this problem in two passes by recording all the video, then re-running the test to record the audio separately, then mixing the two media streams together.
Any suggestions welcome!