Antidote-for-Tox / objcTox

No longer maintained
Mozilla Public License 2.0
37 stars 12 forks source link

Investigate increasing bitrate if network quality increases #53

Open dvor opened 9 years ago

dvor commented 9 years ago

Currently we decrease audio bitrate if it is unstable. If network quality increases it would be nice to increase bitrate back.

See OCTSubmanagerCalls.

Chuongv commented 9 years ago

After we decrease the audio bitrate, we could follow that up with a non-forceful request to change it back to the original bitrate. From there toxav, could set it at it's own discretion.

Question is, if we request non-force change, does that mean the callback we receive will always be stable? Will have to check with mannol on this one.