Skip to content

Commit 64f5c34

Browse files
authored
Update README with improved protocol description
Clarified the protocol description and removed reference to Rhasspy.
1 parent 188b106 commit 64f5c34

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
# Wyoming Protocol
22

3-
A peer-to-peer protocol for voice assistants (basically [JSONL](https://jsonlines.org/) + PCM audio)
3+
A peer-to-peer TCP protocol for voice assistants (basically [JSONL](https://jsonlines.org/) + PCM audio)
44

55
``` text
66
{ "type": "...", "data": { ... }, "data_length": ..., "payload_length": ... }\n
77
<data_length bytes (optional)>
88
<payload_length bytes (optional)>
99
```
1010

11-
Used in [Rhasspy](https://github.com/rhasspy/rhasspy3/) and [Home Assistant](https://www.home-assistant.io/integrations/wyoming) for communication with voice services.
11+
Used in [Home Assistant](https://www.home-assistant.io/integrations/wyoming) for communication with voice services.
1212

1313
[![An open standard from the Open Home Foundation](https://www.openhomefoundation.org/badges/ohf-open-standard.png)](https://www.openhomefoundation.org/)
1414

1515
## Wyoming Projects
1616

17-
* Voice satellites
18-
* [Satellite](https://github.com/rhasspy/wyoming-satellite) for Home Assistant
1917
* Audio input/output
2018
* [mic-external](https://github.com/rhasspy/wyoming-mic-external)
2119
* [snd-external](https://github.com/rhasspy/wyoming-snd-external)

0 commit comments

Comments
 (0)