-
Notifications
You must be signed in to change notification settings - Fork 10.1k
include audio in qcamera.ts #35608
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
Merged
Merged
include audio in qcamera.ts #35608
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
aa2aa1c
encode/store audio as part of video file
Quantizr 1409c53
better match write_audio() with write()
Quantizr d0e9a1e
handle different FFmpeg versions, flush audio encoder, suppress encod…
Quantizr 70d3dc2
use audio_buffer.size() instead of keeping track of size separately
Quantizr 1b994ca
no more for loops
Quantizr 9d01fb9
save to qcam and rlog
Quantizr 4888449
assert audio support check
Quantizr 78f2232
microphone --> soundPressure, audioData --> rawAudioData
Quantizr 4a157c3
deque much more efficient if buffer ever >> frame_size, ~ same perfor…
Quantizr 6b951cf
cleanup and fix time scaling
Quantizr 1569451
initialize audio separately and pass sample_rate in
Quantizr 5f6646b
update comments
Quantizr 6b751f8
ensure header is written before writing audio
Quantizr 95d0b5a
buffer audio frame but do not process before header written
Quantizr 6f36b16
handle buffer overflow now that we are using as an actual buffer
Quantizr cf6c307
spelling
Quantizr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.