gradium 0.1.5

Rust client library for the Gradium Voice AI API.
Documentation
1
2
3
4
5
6
7
8
9
# Gradium

This repo contains a Rust client for the [Gradium Voice AI API](https://gradium.ai).

```bash
cargo run -r --example tts -- \
    --text "Hello, this is a test of the gradium text-to-speech system. Please ensure that you follow the signs." \ 
    --out-file ~/tmp/out.wav \
```