-
Notifications
You must be signed in to change notification settings - Fork 31
RSDK-12154 RSDK-12155 Audio component wrappers #436
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
base: main
Are you sure you want to change the base?
Conversation
| @@ -1,4 +1,4 @@ | |||
| import '../../gen/common/v1/common.pb.dart'; | |||
| import '../../gen/common/v1/common.pb.dart' as common_pb; | |||
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.
Had to alias common_pb in these files due to GetProperties causing naming conflicts
njooma
left a comment
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.
Please pull from main to get the latest changes! lots of them are actually identical to the ones you made for common_pb
Adds new AudioIn and AudioOut component types. Protos to be merged: #431