OpenInterpreter / open-interpreter

A natural language interface for computers
http://openinterpreter.com/
GNU Affero General Public License v3.0
50.54k stars 4.4k forks source link

Update lmc-messages.mdx #1280

Open andrewfr opened 1 month ago

andrewfr commented 1 month ago

adding information about sending audio LMC Messages. The raw audio is in wav format.

(The 01 exposes a speech-to-speech websocket at localhost:10001.

If you stream raw audio bytes to / in Streaming LMC format, you will receive its response in the same format.)

Describe the changes you have made:

Reference any relevant issues (e.g. "Fixes #000"):

Pre-Submission Checklist (optional but appreciated):

OS Tests (optional but appreciated):

andrewfr commented 1 month ago

Noticed more information was needed about the websocket protocol the esp32 uses with the 01 Light server. I could include test code.