## Running Examples ### Setting Env Vars ```sh export FILENAME=./examples/audio/bueller.wav ``` ### Running the examples ```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 ```