Skip to content
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

Add modular demos #381

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Add modular demos #381

merged 1 commit into from
Oct 25, 2024

Conversation

uezo
Copy link
Owner

@uezo uezo commented Oct 25, 2024

Added new demos showcasing the modularity introduced in v0.8. This includes:

  • A basic demo using only SpeechListener, SpeechSynthesizer, and LLMService individually.
  • A VoiceChanger demo that combines SpeechListener and SpeechSynthesizer.
  • A Translator demo that integrates SpeechListener, SpeechSynthesizer, and LLMService.

These demos highlight the improved reusability of individual components and demonstrate the flexibility in combining them for various use cases.

Added new demos showcasing the modularity introduced in v0.8. This includes:

- A basic demo using only SpeechListener, SpeechSynthesizer, and LLMService individually.
- A VoiceChanger demo that combines SpeechListener and SpeechSynthesizer.
- A Translator demo that integrates SpeechListener, SpeechSynthesizer, and LLMService.

These demos highlight the improved reusability of individual components and demonstrate the flexibility in combining them for various use cases.
@uezo uezo merged commit 1b47ff0 into master Oct 25, 2024
@uezo uezo deleted the add-modular-demos branch November 4, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant