ex_azure_speech - Elixir SDK for Azure Speech

Lately I’ve been working with Azure Cognitive Services and started to hit the limitations from their REST API, so decided to reverse engineer their SDK and implement it in elixir. So here’s the first version of ex_azure_speech.

Right now, I’ve implemented Speech-to-Text with support to pronunciation assessment, both one-shot and for continuous generation.

Next in the line is Text-to-Speech, which I’ll release next week or so.

7 Likes

Released version 0.2.0

Changes:

  • Added Text-To-Speech support
  • Improved Error handling
  • Improved Documentation
  • Exposes two behaviours: ExAzureSpeech.TextToSpeech and ExAzureSpeech.SpeechToText, making it easier for consumers to mock it on tests.
1 Like

Working on an app that needs speech recogntion and came to the forum to see what folks were up to. Serendipitous this was the first post! Thanks!