Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Running Examples

Setting Env Vars

export FILENAME=./examples/audio/bueller.wav

Running the examples

cargo run --example prerecorded_from_url
cargo run --example simple_stream
cargo run --example callback
cargo run --example make_prerecorded_request_builder
cargo run --example microphone_stream
cargo run --example simple_flux
cargo run --example microphone_flux
cargo run --example text_to_speech_to_file
cargo run --example text_to_speech_to_stream