WIP: Voice data caching #45

Draft
AnthonyKwon wants to merge 0 commits from voice-cache into master
Owner

Cache frequently used voice data, so it doesn't need to be synthesized again.
Can expect some cost savings.

Cache frequently used voice data, so it doesn't need to be synthesized again. Can expect some cost savings.
AnthonyKwon added this to the 4.1.0 milestone 2025-09-21 10:17:22 +09:00
AnthonyKwon changed target branch from master to dev 2025-09-21 14:55:50 +09:00
AnthonyKwon changed target branch from dev to master 2025-09-21 14:57:44 +09:00
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin voice-cache:voice-cache
git switch voice-cache

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff voice-cache
git switch voice-cache
git rebase master
git switch master
git merge --ff-only voice-cache
git switch voice-cache
git rebase master
git switch master
git merge --no-ff voice-cache
git switch master
git merge --squash voice-cache
git switch master
git merge --ff-only voice-cache
git switch master
git merge voice-cache
git push origin master
Sign in to join this conversation.
No description provided.