-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Add audio capture stats, rename method to getStats. #97
Conversation
This is approximately just a move, but instead of talking about "audio samples" I've rephrased it to match the terminology that is used outside of webrtc-stats to say "audio frames" instead. I've also added a clarifying note. |
Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM in the sense that this is a move from stats, which I appreciate!
But I am not an audio expert, and would appreciate @padenot looking this over.
|
If this merges we'll delete the corresponding ones from RTCPeerConnection.getStats and implement this instead |
@dontcallmedom can we add @padenot as a reviewer in this repo? I don't seem to have the powers. |
Paul had valuable feedback and should be able to comment tomorrow. |
I've filed #98 with Paul's concerns. |
#98 is about async versus sync, not about the metrics added in this PR. Can we follow up on the API shape separately from the addition of these metrics? Can I merge the PR? |
This is a prototype implementation of the video side of track stats, https://w3c.github.io/mediacapture-extensions/#mediastreamtrack-frame-stats, including changes from PR w3c/mediacapture-extensions#97. Bug: None Change-Id: I80a01fc52c5b6ea16b8bc37d050dfaac9d65c48a
This is a prototype implementation of the video side of track stats, https://w3c.github.io/mediacapture-extensions/#mediastreamtrack-frame-stats, including changes from PR w3c/mediacapture-extensions#97. Bug: None Change-Id: I80a01fc52c5b6ea16b8bc37d050dfaac9d65c48a
This is a prototype implementation of the video side of track stats, https://w3c.github.io/mediacapture-extensions/#mediastreamtrack-frame-stats, including changes from PR w3c/mediacapture-extensions#97. Bug: None Change-Id: I80a01fc52c5b6ea16b8bc37d050dfaac9d65c48a
This PR is obsolete. I will close it once I have a synchronous version of the proposal and other PRs have landed. Iceboxed in the meantime |
Closing this one, will upload a new version which follows the new API pattern and rephrases things a bit |
Fixes #96.
Preview | Diff