Limit voice selection to avoid awkward assignments
This commit is contained in:
@@ -18,12 +18,14 @@ speaker mappings, generated audio, and TTS endpoint stay on your computer.
|
||||
- Watches an EverQuest log without replaying historical lines on startup.
|
||||
- Speaks `Name says, '…'` NPC dialogue by default.
|
||||
- Calls `GET /health`, shows live Kokoro connectivity in the status bar, and
|
||||
refreshes its selectable voice catalog from `GET /v1/audio/voices`.
|
||||
refreshes its selectable voice catalog from `GET /v1/audio/voices`. NPC
|
||||
selection is limited to Mudmouth's curated 27-voice English pool.
|
||||
- Sends non-streaming WAV requests to `POST /v1/audio/speech` and plays clips
|
||||
sequentially with native audio support.
|
||||
- Repeats an NPC's identical line at 1.5x speed, then 2x speed when each repeat
|
||||
arrives within 15 seconds; a later line returns to normal speed.
|
||||
- Picks a real voice from your Kokoro server for a newly seen NPC and saves it.
|
||||
- Picks a curated voice available on your Kokoro server for a newly seen NPC
|
||||
and saves it.
|
||||
- Lets you pin an NPC to a particular voice, reroll a persistent random voice,
|
||||
or set the NPC to get a new random voice for every line.
|
||||
- Can optionally narrate zone entries (`You have entered Lake Rathetear.`).
|
||||
|
||||
Reference in New Issue
Block a user