-
Notifications
You must be signed in to change notification settings - Fork 26
RSDK-12150 Add AudioIn Component #493
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
Changes from 3 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
012902e
[WORKFLOW] Updating protos from viamrobotics/api, commit: e1124aeb085…
viambot 572f247
audio in wrapper
oliviamiller 8a7b980
cleanup
oliviamiller e98cf28
clean up protos
oliviamiller ab0bfdf
add example
oliviamiller b773f7a
clean up
oliviamiller 0d2725d
add get geometries
oliviamiller fc0869b
run clang format
oliviamiller 75fde70
mock lint
oliviamiller 41b598d
dont use std::byte
oliviamiller 65de978
fix naming conflict with audio_info
oliviamiller 6d495c7
fix equal operator
oliviamiller 716790b
add test cases
oliviamiller 728d566
format
oliviamiller b997866
pr comments
oliviamiller 7616ba3
lint
oliviamiller abc6bd5
lint again
oliviamiller 9910fad
properties to audio_properties
oliviamiller 7628375
Merge branch 'main' into audio
lia-viam ff84ded
include tuple
oliviamiller 2febd1f
Merge branch 'audio' of https://github.com/oliviamiller/viam-cpp-sdk …
oliviamiller 5787c7b
make vars constants
oliviamiller 54ddbac
include tuple in right file
oliviamiller 08e96f6
make request id const
oliviamiller dd97070
fix M_PI not found on windows
oliviamiller 0c7e883
lint
oliviamiller faad112
fix typo
oliviamiller 5f66fb2
lint
oliviamiller deab294
module example
oliviamiller 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
Some comments aren't visible on the classic Files Changed page.
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.
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.
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.
don't forget to revert these before merging! also in the future it's best to
git stashthese changes rather than committing them while working on the PRThere 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.
oops yeah did not mean to commit this, reverted