gbishop / outfox

Automatically exported from code.google.com/p/outfox
Other
1 stars 0 forks source link

Timing based speech callback #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Chunking speech streams by words into sounds that pygame can play on Vista
fails miserably because of some pygame bug. It also results in very choppy
speech on XP and Linux. Since we know the sample rate, we can use a timing
based approach to word callbacks that should be accurate enough for doing
any kind of tracking in the browser. Start and end will still be fired as
they occur. On end, all unfired word callbacks will be fired ahead of the
end event.

Original issue reported on code.google.com by c...@unc.edu on 5 Sep 2008 at 10:53

GoogleCodeExporter commented 9 years ago
Implemented in rev 95. Tested on Ubuntu, XP, and Vista. No visible problems.

Original comment by c...@unc.edu on 6 Sep 2008 at 7:05

GoogleCodeExporter commented 9 years ago

Original comment by c...@unc.edu on 13 Sep 2008 at 4:03