Skip to content
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

Conversation

pnts-se-whereby
Copy link
Contributor

@pnts-se-whereby pnts-se-whereby commented Feb 12, 2024

📦 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

ssrc0.bitrate && ssrc0.direction === "in" && ssrc0.audioLevel >= 0.001 && ssrc0.audioConcealment >= 0.1,
},
{
id: "deaccelerated",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

decelerated

Copy link
Contributor Author

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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deceleration

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in 180fdb9

Copy link
Contributor

@geirbakke geirbakke left a 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

@geirbakke
Copy link
Contributor

ah, you fixed as I reviewed

@pnts-se-whereby pnts-se-whereby merged commit ee10ca8 into main Feb 12, 2024
3 checks passed
@pnts-se-whereby pnts-se-whereby deleted the pontusfagerstrom/cob-359-split-audio-distortion-into-audio-concelment-and branch February 12, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants