Tuesday, 16 April 2019

Making a synthesized voice VoIP or GSM call from Node to a mobile phone.

I would like to have a server running that is able to make a VoIP Phone Call to my phone and speak with a synthesized voice.I basically want to have Node listening for events - new emails, a new Firebase Crashlytics report, etc., - and when they come in, generate a string of text such as "A crash has been detected through Firebase Crashlytics at time X...". I then want Node to call my phone and, when I answer, read out that string of text via a Speech Synth API.I understand that there are better ways to distribute information, but I want to use a phone call to do it as this is just a side project. I also don't want to use Twilio or some other service - I want to purely develop it myself using either WebRTC/VoIP or a GSM Module.Do you know of any methods by which this might be accomplished?Thank you.

Submitted April 16, 2019 at 08:22AM by JamieCorkhill

No comments:

Post a Comment