←back to thread

86 points stargrave | 1 comments | | HN request time: 0.212s | source
Show context
jacknews ◴[] No.40084265[source]
This is great but would need to run on windows for the typical mumble use-case of gaming.

It would also be great to have this running on ESP32 or similar, so you could make dedicated IP desk intercoms - I envisage a star-trek style intercom, with each button being a channel that you can join by pushing it in (can join multiple simultaneously).

replies(4): >>40084402 #>>40084604 #>>40084745 #>>40086715 #
1. squarefoot ◴[] No.40086715[source]
> It would also be great to have this running on ESP32 or similar

ESP32 has its own port of the Codec2 library, which allows intelligible communications using very low bandwidth (a few kb/s). It could make the ideal solution for creating small cheap intercoms scattered around a small area using WiFi, or employing very low bandwidth radio connection such as LoRa for wider coverage. I still didn't see any real application, beside a few simple proof of concept videos on YouTube, though.

More info:

http://www.rowetel.com/?page_id=452

https://www.arduino.cc/reference/en/libraries/esp32_codec2/