From 2dafc188c32691087942878b50689f545dbf8469 Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Wed, 10 Jun 2026 02:17:42 +0200 Subject: [PATCH] docs: explain how to get voice data (Git LFS; release zips exclude MP3s) --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 953beed..fd24351 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # AI VoiceOver -This is the repository for AI_VoiceOver. Modified for Ascension.gg. \ No newline at end of file +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 +``` + +Then copy the `AI_VoiceOverData_Vanilla` folder into `Interface/AddOns`.