# omnivoice_ex v0.1.0 - Table of Contents > Elixir wrapper for OmniVoice — a unified speech generation model from K2-FSA supporting Voice Cloning, Voice Design, and multilingual TTS at 24kHz. Uses MessagePack binary protocol over Erlang Ports. ## Modules - [OmnivoiceEx](OmnivoiceEx.md): Elixir wrapper for [OmniVoice](https://huggingface.co/k2-fsa/OmniVoice) — a unified speech generation model from K2-FSA. - [OmnivoiceEx.Server](OmnivoiceEx.Server.md): GenServer that manages a Python OmniVoice bridge via Erlang Port. ## Mix Tasks - [mix omnivoice_ex.setup](Mix.Tasks.OmnivoiceEx.Setup.md): Installs Python dependencies required by OmniVoiceEx bridge.