-
Notifications
You must be signed in to change notification settings - Fork 67
RSDK-12160 Remove audio input #1060
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
| - "src/viam/components/servo/servo.py" | ||
| - "src/viam/components/arm/arm.py" | ||
| - "src/viam/components/audio_input/audio_input.py" | ||
|
|
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.
| return {"command": command} | ||
|
|
||
|
|
||
| class MockAudioOut(AudioOut): |
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.
| class MockAudioOut(AudioOut): | |
| class MockAudioOut(AudioOut): |
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.
is there a reason there's still a audio_input folder in components with protobuf and other files?
Removes the old audio input component, has been replaced by audio_in.