I wish to encode audio with Opus encoder and send encoded frames in UDP packets. There are ~1600 bytes per second.
As far as I read about UDP packet size 1400 bytes is good choice to start but most articles are about ethernet. I can't find good references about LTE networks.
Is it efficient to transmit audio in 500 bytes UDP packets vs 1400 bytes packets?