- Introduces `HumeVoiceClient`, a Python client for interacting with EVI, Hume's new Empathic Voice Interface.
- Introduces a `MicrophoneInterface` that allows you to talk to EVI through your device's microphone and speakers.
- Adds support for creating, getting, listing, and deleting EVI configs with `HumeVoiceClient`.
- Adds support for configuring a `VoiceSocket` with an EVI config through the `HumeVoiceClient`.
- Adds support for configuring the voice of EVI to be either Ito or Kora.
- Adds support for configuring the session and audio settings on a `VoiceSocket` with `update_session_settings()`.
- Adds support for listing chat history with `HumeVoiceClient`.