ggerganov / ggwave

Tiny data-over-sound library
https://youtu.be/Zcgf77T71QM
MIT License
1.94k stars 156 forks source link

MT protocol transmit not work on Android app and browser #69

Closed liux-pro closed 2 years ago

liux-pro commented 2 years ago

Hi, I try to send some words in MT protocol with android app ( download from google play , version 1.5). When I click send, no sound out. But other protocol works fine except MT.

Same thing happened at https://waver.ggerganov.com/

I record a video to show issue. https://drive.google.com/file/d/1BYF4WUKB1IN0PdF6LrL1yKcc9Nj24NaO/view?usp=sharing

ggerganov commented 2 years ago

Yes, sorry about that - the MT protocols are only supported in Fixed-length mode. I will update the app to provide some feedback about this.

image

Make sure the receiver and the sender are configured to the same number of Fixed-length bytes!