adhearsion / adhearsion-asr

Adds speech recognition support to Adhearsion as a plugin.
http://adhearsion.com
MIT License
6 stars 6 forks source link

Timeouts should be specified in milliseconds #15

Closed bklang closed 10 years ago

bklang commented 10 years ago

Most timeouts for input will be less than 5 seconds. As such we will want more granular control over the timeouts than whole second.

benlangfeld commented 10 years ago

Most Ruby APIs use whole seconds, as the SI unit. You can specify fractional seconds just fine.