#Wyoming Protocol Question

1 messages · Page 1 of 1 (latest)

tame imp
#

Is it possible to Multiplex the Wyoming protocol similar to how a web proxy can run in multiple other Web servers?

unreal flicker
tame imp
# unreal flicker What are you actually trying to do?

I run my voice pipeline locally using AMD lemonade-sdk. It wraps many projects like llama.cpp, kokoro, and whisper and acts as a singular point to manage them. I had an idea of adding in wyoming endpoints so you no longer had to have custom components for sst,tts, and intents. I however thought before I trusted an AI answer and to save myself from reading through the source...I would ask if that was possible first.

unreal flicker
# tame imp I run my voice pipeline locally using AMD lemonade-sdk. It wraps many projects l...

People have made Wyoming wrappers for various things before so it is likely possible. The Wyoming protocol stuff is in THIS repo mostly but if you look around for Wyoming wrappers you will find some for other stuff and perhaps get some inspirations.

GitHub

Peer-to-peer protocol for voice assistants. Contribute to OHF-Voice/wyoming development by creating an account on GitHub.

tame imp
unreal flicker
tame imp
# unreal flicker I don't think so, at least not directly... Is your goal to only use a single por...

The service already multiplexes multiple things on a single port. It would be cool to continue to do so. lemonade is different as its mostly concentrated on user experience when it comes to the llm stack. It has ui components as well as other items that make it more user friendly in a single stack. I was trying to stick within those bounds. This is not meant to be simple to create, but simple to use once implemented. It sounds like I would need a port per service...

unreal flicker
unreal flicker
tame imp
# unreal flicker how that middleware would look, I am not sure. perhaps a custom "virtual integra...

Intuitively I think you are correct. If I wanted to replace 3 custom components with 1 python app that could serve up tts,sst, and intent running a python app using the wyoming libs would be a much easier route. The entire stack is openAI API compatible. I would really love nothing more than a virtual integration that uses the standard HA openai component. But from the github issues around that, it seems it has been rejected multiple times. Lemon-sdk has openai, ollama, and anthropic endpoints for max compatibility. (The ollama component could replace one of the 3 I am using, but its seems to be a bit limited).

tame imp
unreal flicker
unreal flicker