liamcottle / reticulum-meshchat

A simple mesh network communications app powered by the Reticulum Network Stack.
https://meshchat.app
MIT License
152 stars 10 forks source link

audio codec #12

Closed ramon159 closed 4 weeks ago

ramon159 commented 3 months ago

is possible switch between two codec protocols? and add support for more one like MELPe?

look the difference: https://m-k.mx/static/codec2/

markqvist commented 2 months ago

LXMF itself specifies audio modes for Codec2 and OPUS audio currently.

MELPe does sound very nice, but since the MELPe codec itself is proprietary and subject to a slew of commercial licensing issues, I don't personally see it being added as a supported codec in LXMF.

liamcottle commented 4 weeks ago

Hey! I don't have any experience with MELPe, but as @markqvist mentioned it's proprietary and probably wouldn't be added as a supported LXMF codec. Due to that, it probably wouldn't make it's way into MeshChat either.

But to answer your question on supporting multiple codecs, the most recent version of MeshChat now supports high quality opus voice messages (not audio calls yet). So at this stage, Codec2 and Opus are supported in MeshChat.

Closing this out as not planned, for MELPe :)