-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: Add AAC silent frame getter #5557
Conversation
*/ | ||
static getSilentFrame(codec, channelCount) { | ||
switch (codec) { | ||
case 'mp4a.40.2': |
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.
Like the stuff below, is there any reference for where these values come from for mp4a.40.2
? Like, any reference document that you got them from or ffmpeg command that generated them?
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.
Incremental code coverage: 7.89% |
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.
This is super cool. How will you use it?
In TS sometimes not all the audio samples are included to optimize, so we are going to include it ourselves :) |
This is necessary for enable the muxed TS transmuxer in the future.