azure-speech 0.2.0

Pure Rust implementation for Microsoft Speech Service
Documentation

Azure Speech SDK - Rust

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.

Why This Library?

The motivation behind creating this library includes:

  1. Gaining a deeper understanding of Rust.
  2. 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.

Installation

Add this library to your project using the following command:

cargo add azure_speech

Usage

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

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 star on GitHub. Your support is greatly appreciated.