1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
```sh
export FILENAME=./examples/audio/bueller.wav
```
```sh
cargo run --example prerecorded_from_url
```
```sh
cargo run --example simple_stream
```
```sh
cargo run --example callback
```
```sh
cargo run --example make_prerecorded_request_builder
```
```sh
cargo run --example microphone_stream
```
```sh
cargo run --example text_to_speech_to_file
```
```sh
cargo run --example text_to_speech_to_stream
```