An Introduction to Voice-controlled Apps in JavaScript
Blog post from PubNub
The newSpoken SDK enables users to capture and transmit their voice commands to control remote devices and apps through the PubNub Network, which translates speech into text using a method called spoken.listen(). This technology offers enhanced convenience, particularly for driving and visually impaired users, by allowing voice control over applications and devices, such as IoT gadgets. The SDK boasts a high level of accuracy, surpassing typical human auditory capabilities, and provides developers with the tools to build voice-powered applications, including features like meeting note-taking, document writing, and chatbot interactions. By employing the provided code for both microphone-equipped devices and remote devices, users can swiftly create voice-controlled applications, making the integration of voice commands into technology both accessible and efficient.