-
Notifications
You must be signed in to change notification settings - Fork 0
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
Split distortion into concealment and acceleration/deacceleration #68
Split distortion into concealment and acceleration/deacceleration #68
Conversation
ssrc0.bitrate && ssrc0.direction === "in" && ssrc0.audioLevel >= 0.001 && ssrc0.audioConcealment >= 0.1, | ||
}, | ||
{ | ||
id: "deaccelerated", |
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.
decelerated
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.
fixed in 180fdb9
value: ({ ssrc0 }) => ssrc0.audioConcealment, | ||
}, | ||
{ | ||
id: "deacceleration", |
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.
deceleration
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.
fixed in 180fdb9
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 besides the typos(?).
Let's go back to distortion as a composite metric if this split doesn't prove useful
ah, you fixed as I reviewed |
📦 Published PR as canary version:
1.7.7--canary.68.7869334338.0
✨ Test out this PR locally via:
npm install @whereby/jslib-media@1.7.7--canary.68.7869334338.0 # or yarn add @whereby/jslib-media@1.7.7--canary.68.7869334338.0