-
Notifications
You must be signed in to change notification settings - Fork 605
collect change #550
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?
collect change #550
Conversation
| # self.auido_pub = None | ||
| # There was a typo(auido -> audio) |
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.
| # self.auido_pub = None | |
| # There was a typo(auido -> audio) |
| # self.auido_pub = self.session.declare_publisher(self.audio_topic) | ||
| # There was a typo(auido -> audio) |
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.
| # self.auido_pub = self.session.declare_publisher(self.audio_topic) | |
| # There was a typo(auido -> audio) |
| #if self.auido_pub: | ||
| # self.auido_pub.put(self.audio_status.serialize()) | ||
| # There was a typo(auido -> audio) |
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.
| #if self.auido_pub: | |
| # self.auido_pub.put(self.audio_status.serialize()) | |
| # There was a typo(auido -> audio) |
| logging.info("Elevenlabs TTS Zenoh client opened") | ||
| except Exception as e: | ||
| logging.error(f"Error opening Elevenlabs TTS Zenoh client: {e}") | ||
| # In case of error, only log is printed and there is no return. |
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.
| # In case of error, only log is printed and there is no return. |
| # if self.auido_pub: | ||
| # self.auido_pub.put(state.serialize()) | ||
| # There was a typo(auido -> audio) |
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.
| # if self.auido_pub: | |
| # self.auido_pub.put(state.serialize()) | |
| # There was a typo(auido -> audio) |
|
@sungchancho Thanks for your PR. Could you please remove the comments? |
|
I'll check and delete it. Can I still get the badge? |
Overview
[Provide a brief overview of the changes in this pull request.]
Changes
[Detail the changes you have made in this pull request. Include any new features, bug fixes, or improvements.]
Testing
[Describe the testing you have done to verify your changes. Include any relevant details about the test environment and the results of your tests.]
Impact
[Explain the impact of your changes. Include any potential risks or side effects that reviewers should be aware of.]
Additional Information
[Include any additional information that may be relevant to reviewers. This could include links to related issues or pull requests, references to documentation, or other context that may help reviewers understand your changes.]