sharyx_voice_sdk 0.0.3 copy "sharyx_voice_sdk: ^0.0.3" to clipboard
sharyx_voice_sdk: ^0.0.3 copied to clipboard

Voice assistant SDK for Flutter using Deepgram STT and ElevenLabs TTS.

0.0.3 #

Added #

  • Added support to send WhatsApp messages to contacts using voice commands.
  • Added functionality to open Instagram profiles via voice commands.
  • Added YouTube search capability triggered by voice input.
  • Added Spotify search support to play or find songs using voice commands.
  • Added Gmail compose functionality to create emails using voice commands.

Improved #

  • Enhanced intent handling to support additional third-party app actions.
  • Improved voice assistant response handling for app-specific commands.

0.0.2 #

Added #

  • Implemented voice-triggered device actions.
  • Added support to call contacts by name.
  • Added functionality to open the phone dialer.
  • Added navigation support using Google Maps.
  • Added capability to open installed apps on the device.
  • Added functionality to launch the device camera.

Improved #

  • Improved Android plugin intent handling.
  • Minor stability and performance improvements.

0.0.1 #

Added #

  • Initial release of Sharyx Voice SDK.
  • Speech-to-text integration using Deepgram.
  • Text-to-speech support using ElevenLabs.
  • Intent parsing using OpenAI.
  • Basic voice assistant flow for user interaction.