Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following merged WebRTC 1.0 PRs may relate to ORTC as well:
w3c/webrtc-pc#1373 (DTMF playout algorithm for comma) w3c/webrtc-pc#1338 (insertDTMF replaces tone buffer) w3c/webrtc-pc#1335 (typo in DTMF playout steps) w3c/webrtc-pc#1298 (intertone gap maximum)
The text was updated successfully, but these errors were encountered:
WebRTC insertDTMF has a race condition since the tonebuffer can change dynamically depending when it was read vs calling the insert.
Sorry, something went wrong.
DTMF sync with WebRTC 1.0
bba15d3
Fix for Issue #719
Opened a separate Issue #732 to deal with the race condition.
d46a2bc
Fix for Issue Fix for Issue #719 Rebase of PR #729
aboba
No branches or pull requests
The following merged WebRTC 1.0 PRs may relate to ORTC as well:
w3c/webrtc-pc#1373 (DTMF playout algorithm for comma)
w3c/webrtc-pc#1338 (insertDTMF replaces tone buffer)
w3c/webrtc-pc#1335 (typo in DTMF playout steps)
w3c/webrtc-pc#1298 (intertone gap maximum)
The text was updated successfully, but these errors were encountered: