HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nick_name

no profile record

comments

nick_name
·в прошлом году·discuss
For VoIP applications, one-way mouth-to-ear delay should ideally be less than 150 ms for natural conversations [1].

Other factors, such as jitter, transmission delay, queuing delay, etc., also impact quality. However, if the delay occurs mid-transmission (e.g., due to network congestion or routing inefficiencies), there’s little that can be done beyond optimizing at the endpoints.

[1] https://www.wikiwand.com/en/articles/Latency_(audio)#Telepho...
nick_name
·5 лет назад·discuss


  # python3 -m pip install pyotp
  SECRET='JBSWY3DPEHPK3PXP' python3 -c "import pyotp; print(pyotp.TOTP('${SECRET}').now())"