ggerganov / ggwave

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

How to disable Truncating data #85

Open Artucuno opened 1 year ago

Artucuno commented 1 year ago

How do I disable Truncating data for ggwave python?

Thanks!

ggerganov commented 1 year ago

Which protocol are you using? For "fixed-length" protocols the maximum length of the payload is 64 bytes. For "variable-length" protocols, the maximum length is 140 bytes. Everything above these limits will be truncated.