search for: convtoflac

Displaying 2 results from an estimated 2 matches for "convtoflac".

2013 Jul 16
0
FLAC script to convert from wav to FLAC and also with other 3 to 4 formats
Hi, Below link is the script which i found while surfing, this script basically converts your voice file to flac format, where the file is reduced to 50%. http://legroom.net/files/software/convtoflac.sh The quality is really good, I tested. this... In large production environment this script can be used, only challenging part, please make sure the CPU usage is within the limit while conversion. Can be used like this, exten => _4X.,n,MixMonitor(IND_PRI/${CDR(accountcode)}/OUT/${STRFTIME(${...
2012 Jan 04
4
Speech recognition in asterisk using google voice API
Hello, I have written an agi script that uses google voice API for voice recognition. The script records from the current channel untill the pound key (#) is pressed or the timeout (15 seconds) is reached. The recording is send over to google speech recognition service and the returned text string is assigned to a channel variable. More info and dialplan examples can be found in the README file: