Skip to content

Add Voice Prefetch Mode functionality#408

Merged
uezo merged 1 commit intomasterfrom
voice-prefetch-mode
Dec 12, 2024
Merged

Add Voice Prefetch Mode functionality#408
uezo merged 1 commit intomasterfrom
voice-prefetch-mode

Conversation

@uezo
Copy link
Owner

@uezo uezo commented Dec 12, 2024

  • Introduced Voice Prefetch Modes: Parallel, Sequential, and Disabled.
  • Implemented Sequential mode to handle requests in a FIFO queue.
  • Replaced the previous bool UsePrefetch setting with the new Voice Prefetch Mode system.
    • UsePrefetch = true corresponds to the new Parallel mode (default).
    • UsePrefetch = false corresponds to the new Disabled mode.

- Introduced Voice Prefetch Modes: Parallel, Sequential, and Disabled.
- Implemented Sequential mode to handle requests in a FIFO queue.
- Replaced the previous `bool UsePrefetch` setting with the new `Voice Prefetch Mode` system.
  - `UsePrefetch = true` corresponds to the new `Parallel` mode (default).
  - `UsePrefetch = false` corresponds to the new `Disabled` mode.
@uezo uezo merged commit 50be0d0 into master Dec 12, 2024
@uezo uezo deleted the voice-prefetch-mode branch April 26, 2025 00:38
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