-
Notifications
You must be signed in to change notification settings - Fork 92
Comparing changes
Open a pull request
base repository: uezo/ChatdollKit
base: 0.8.8.1
head repository: uezo/ChatdollKit
compare: 0.8.9
- 11 commits
- 10 files changed
- 1 contributor
Commits on Dec 12, 2024
-
Add Voice Prefetch Mode functionality
- 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.
Configuration menu - View commit details
-
Copy full SHA for ba720ab - Browse repository at this point
Copy the full SHA ba720abView commit details -
Merge pull request #408 from uezo/voice-prefetch-mode
Add Voice Prefetch Mode functionality
Configuration menu - View commit details
-
Copy full SHA for 50be0d0 - Browse repository at this point
Copy the full SHA 50be0d0View commit details -
Add support for NijiVoice as a speech synthesizer
- Added support for NijiVoice as a speech synthesis service. - To use NijiVoice, add the `NijiVoiceSpeechSynthesizer` component to the AIAvatar object and configure the following in the inspector: - Set the API key and Voice Actor Id. - Enable the `IsEnabled` option. - When using NijiVoice, set the `Voice Prefetch Mode` to `Sequential`. This can be configured in the ModelController inspector.
Configuration menu - View commit details
-
Copy full SHA for 6c68894 - Browse repository at this point
Copy the full SHA 6c68894View commit details -
Merge pull request #409 from uezo/support-nijivoice-speech-synthesizer
Add support for NijiVoice as a speech synthesizer
Configuration menu - View commit details
-
Copy full SHA for d7854ac - Browse repository at this point
Copy the full SHA d7854acView commit details
Commits on Dec 13, 2024
-
Make it possible to start another GenAI stream while dialog
- Add `overwrite` argument: If set false, start new dialog (LLM stream) without stopping ongoing dialog. - Add OnBeforeProcessContentStreamAsync: Execute before processing content stream. By combining these features, you can improve the performance of successive speech by AITuber.
Configuration menu - View commit details
-
Copy full SHA for 66c9e5d - Browse repository at this point
Copy the full SHA 66c9e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65ddef1 - Browse repository at this point
Copy the full SHA 65ddef1View commit details -
Merge pull request #410 from uezo/improve-dialog-processing-20241214
Improve dialog processing
Configuration menu - View commit details
-
Copy full SHA for a091d8a - Browse repository at this point
Copy the full SHA a091d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a5b92 - Browse repository at this point
Copy the full SHA 16a5b92View commit details -
Merge pull request #411 from uezo/fix-bug-error-before-processing-con…
…tent Fix bug where DialogProcessor fails on before processing LLM stream
Configuration menu - View commit details
-
Copy full SHA for 4b82119 - Browse repository at this point
Copy the full SHA 4b82119 8000View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3911225 - Browse repository at this point
Copy the full SHA 3911225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b34ab - Browse repository at this point
Copy the full SHA 31b34abView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.8.8.1...0.8.9