-
Notifications
You must be signed in to change notification settings - Fork 32
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
Update introduction section #204
Conversation
This removes mention of Media Playback Quality, which isn't in scope, and display capability detection is solved elsewhere
Co-authored-by: Marcos Cáceres <[email protected]>
Co-authored-by: Marcos Cáceres <[email protected]>
Co-authored-by: Marcos Cáceres <[email protected]>
index.bs
Outdated
is the number of bits used to encode a second of the audio track. | ||
</p> | ||
|
||
<p> | ||
The <dfn for='AudioConfiguration' dict-member>samplerate</dfn> | ||
represents the samplerate of the audio track in. The samplerate is the | ||
number of samples of audio carried per second. samplerate is only | ||
member represents the samplerate of the audio track in. The samplerate |
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.
member represents the samplerate of the audio track in. The samplerate | |
member represents the sample rate of the audio track in. The sample rate |
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.
We also need to remove "in" here. I'll fix this.
represents the samplerate of the audio track in. The samplerate is the | ||
number of samples of audio carried per second. samplerate is only | ||
member represents the samplerate of the audio track in. The samplerate | ||
is the number of samples of audio carried per second. samplerate is only |
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.
is the number of samples of audio carried per second. samplerate is only | |
is the number of samples of audio carried per second. sample rate is only |
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.
samplerate here refers to the dictionary member, so i think shouldn't change.
Co-authored-by: Marcos Cáceres <[email protected]>
This PR updates the introduction to explain that display capability detection happens elsewhere, and removes mention of Media Playback Quality.
It also fixes a few grammatical issues I found elsewhere in the spec.
Preview | Diff