Voice chat over bluetooth between Android & Python (pybluez) -
i need stream live audio between android , python (pybluez).
at first, i've thought sip, i've understood works on android internet , not bluetooth.
so - solution i'm thinking on send voice data on sockets, in project: https://github.com/deanthomson/android-udp-audio-chat
my big issue solution bluetooth sockets has no "udp mechanism". rfcomm bluetooth sockets connection oriented, tcp sockets, , i'm worrying can lead bad audio transfer speeds..
should use method transfer 2-way live audio on bluetooth?
Comments
Post a Comment