7 releases

0.2.3 Aug 21, 2024
0.2.2 Aug 16, 2024
0.1.0 Aug 7, 2024
0.0.2-alpha May 29, 2024

#361 in Audio

Download history 202/week @ 2024-05-27 23/week @ 2024-06-03 10/week @ 2024-06-10 356/week @ 2024-08-05 169/week @ 2024-08-12 156/week @ 2024-08-19 4/week @ 2024-08-26

685 downloads per month

MIT license

150KB
3.5K SLoC

Azure Speech SDK - Rust

Crates.io License GitHub License Crates.io Downloads (recent) Crates.io Version GitHub Actions Workflow Status GitHub Issues GitHub Pull Requests GitHub Last Commit GitHub Contributors

Welcome to the Azure Speech SDK, a pure Rust library for interacting with Azure Speech Services.

Overview

This library aims to provide an easy-to-install and straightforward interface for working with Azure Speech Services. Inspired by the official Azure Speech SDK for JavaScript, it is designed to be simple and user-friendly.

The library currently supports the following features:

  • Speech Recognition (Speech-to-Text) examples
    • Real-time Speech Recognition
    • Custom Speech Recognition
    • Phrase List
    • Conversation Transcriber - Real-time Diarization (Work in Progress)
    • Pronunciation Assessment (Work in Progress)
  • Speech Synthesis (Text-to-Speech) example
    • Real-time Speech Synthesis
    • Custom Voice
    • SSML Support
  • Speech Translation (Work in Progress)
  • Intent Recognition (Work in Progress)
  • Keyword Recognition (Work in Progress)

The library is currently in the early stages of development, and I am actively working on adding more features and improving the existing ones.

Why This Library?

The motivation behind creating this library includes:

  1. Providing a Rust implementation of the Azure Speech SDK that eliminates the need for the C++ SDK dependency, offering a simpler alternative to existing implementations.
  2. Gaining a deeper understanding of Rust. This project serves as a learning experience for me to explore Rust's capabilities and best practices.

Installation

Add this library to your project using the following command:

cargo add azure_speech

And that's it!

You are now ready to use the Azure Speech SDK in your Rust project.

Usage

For usage examples, please refer to the examples folder in the repository. Or check the documentation.

Contributing

We welcome contributions! Feel free to submit pull requests and raise issues. Your feedback and contributions are invaluable in shaping the development of this library.

Support

If you find this project useful, please consider giving it a subscribe on GitHub. Your support is greatly appreciated.

Dependencies

~8–21MB
~333K SLoC