Wyoming is a peer-to-peer protocol for voice assistants, enabling communication between speech-to-text (STT), text-to-speech (TTS), wake word detection, and other voice processing services. Version 1.9.0 requires Python >=3.8. The project is actively maintained on GitHub under OHF-voice.
pip install wyomingNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs a basic Wyoming server on default port 10400.
Use the built-in WyomingServer and WyomingClient classes for communication.
Use asyncio.run() or ensure event loop is properly set.
Always use the serde functions provided by wyoming (e.g., wyoming.serde) to encode/decode messages.
No dependency data recorded yet.