Hi,
can we implement text to speach script to play customer ticket number sound once get cleared from the kitchen?
will be great if we can do.
Hi,
can we implement text to speach script to play customer ticket number sound once get cleared from the kitchen?
will be great if we can do.
I think there is command line TTS software out there. Your implement will be the same as playing sound.
Google show eSpeak, NirCmd.
NirCmd look easy to use http://www.nirsoft.net/utils/nircmd.html
Still Prefer Twitter or maybe if we can integrate with facebook messenger would be better choice. This TTS will not work with restaurant with Dining room I guess.
Thanks actually my plan is playing around below ideas:
http://www.masswerk.at/mespeak/
Also, if we can integrated with voice recognition. Will be great to move Sambapos for another level where can cupture orders by voice. Example : resturant drive thru orders
the best content i found which can be used as base line is what is this link:
https://github.com/hiddentao/google-tts.
google-tts-master.zip (89.0 KB)
It is not working for non native English speaker like me. I think develops web interface (great for any languages) or mobile client would be better idea and more accuracy. This voice recognition take too much time, capture, process, read back to customer to confirm. It is long process for each order.
Why not just use Microsoft default narrator voice? I try NirCMD is easy just command line nircmd speak text "messgae you want to say". It should be faster response than using API request.