Skip to content

Commit

Permalink
chore: prepare 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jersou committed Oct 6, 2024
1 parent 4c669a8 commit 0df5876
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v0.5.8 / 2024.10.07

- feat: cache generated TTS file

### v0.5.7 / 2024.10.06

- fix: coqui-tts error on windows
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Options:
--config-file json config file [string]
--skip-read-tts-cache disable the TTS cache usage [boolean] [default: false]
--skip-write-tts-cache disable the TTS cache write [boolean] [default: false]
--tts-cache-path path to the TTS cache [string] [default: "<SPG dir>/.spg-TTS-cache"]
--tts-cache-path path to the TTS cache [string] [default: "<SPG dir>/.spg-TTS-cache"]
```

Separate options by spaces, ex :
Expand Down Expand Up @@ -293,6 +293,11 @@ All key/value are optional, ex:
}
```

## TTS cache

A folder `<studio-pack-generator install dir>/.spg-TTS-cache/` is used to keep
the generated audio files.

## OpenAI TTS

To use OpenAI TTS, use `--use-open-ai-tts` option, and you must set the API key:
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.7",
"version": "0.5.8",
"license": "MIT",
"name": "@jersou/studio-pack-generator",
"tasks": {
Expand Down

0 comments on commit 0df5876

Please sign in to comment.