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 to include audio information #1281

Closed andrewfr closed 2 weeks ago

andrewfr commented 1 month ago

adding information for sending LMC audio messages

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

I had trouble finding information on sending audio from a client to the 01 Light. So I looked the esp32 code and read websocket documentation. I could add sample code

MikeBirdTech commented 3 weeks ago

Thanks @andrewfr!

@KillianLucas I would love to get your thoughts on have audio as the type for an LMC

andrewfr commented 3 weeks ago

Thanks @andrewfr!

@KillianLucas I would love to get your thoughts on have audio as the type for an LMC

Hi @MikeBirdTech @KillianLucas what I would say is confirm that the binary that websocket takes is WAV. I've opened up WAV files and set them straight without stripping the header.

KillianLucas commented 2 weeks ago

This is technically only for the 01, but we will be merging that in soon! Many thanks @andrewfr for adding this.