docs: explain how to get voice data (Git LFS; release zips exclude MP3s)
This commit is contained in:
parent
9fc99ca58e
commit
2dafc188c3
1 changed files with 14 additions and 1 deletions
13
README.md
13
README.md
|
|
@ -1,3 +1,16 @@
|
|||
# AI VoiceOver
|
||||
|
||||
This is the repository for AI_VoiceOver. Modified for Ascension.gg.
|
||||
|
||||
## Voice data
|
||||
|
||||
The voice MP3s (~1.2 GiB) are stored in Git LFS in this repo; release zips
|
||||
intentionally ship only the framework and lookup tables (`*.mp3` is
|
||||
`export-ignore`). To get the voice data:
|
||||
|
||||
```
|
||||
git lfs install
|
||||
git clone <this repo>
|
||||
```
|
||||
|
||||
Then copy the `AI_VoiceOverData_Vanilla` folder into `Interface/AddOns`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue