wok-current diff asterisk-speech-recog/description.txt @ rev 25340
quota: add -lpthread
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 24 16:14:12 2022 +0000 (2022-07-24) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/asterisk-speech-recog/description.txt Sun Jul 24 16:14:12 2022 +0000 1.3 @@ -0,0 +1,5 @@ 1.4 +Speech recognition script for Asterisk that uses Google speech API. 1.5 + 1.6 +This AGI script makes use of Google's speech recognition engine in order to 1.7 +render speech to text and return it back to the dialplan as an asterisk 1.8 +channel variable. See README for a complete list of supported languages.