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

Add support for WAV/PCM output #48

Merged
merged 4 commits into from
May 29, 2022
Merged

Add support for WAV/PCM output #48

merged 4 commits into from
May 29, 2022

Conversation

chenxiaolong
Copy link
Owner

This is primarily for troubleshooting. With this output format, the entire MediaCodec/MediaMuxer pipeline is bypassed and the raw PCM samples are directly written to the output file.

"Format" is used to reference a specific file format (container +
encoded audio stream). "Codec" will be used to reference an encoder or
decoder.

The naming in the code now matches the user-facing strings.

Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
It doesn't matter if the resulting string is a valid URI. The redaction
is for log messages only.

Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
@chenxiaolong chenxiaolong self-assigned this May 29, 2022
This is primarily for troubleshooting. With this output format, the
entire MediaCodec/MediaMuxer pipeline is bypassed and the raw PCM
samples are directly written to the output file.

Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
@chenxiaolong chenxiaolong merged commit df1ea76 into master May 29, 2022
@chenxiaolong chenxiaolong deleted the wave-output2 branch May 29, 2022 21:32
chenxiaolong added a commit that referenced this pull request May 29, 2022
Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
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.

None yet

1 participant