ILikeAI / AlwaysReddy

AlwaysReddy is a LLM voice assistant that is always just a hotkey away.
MIT License
524 stars 50 forks source link

Add config option PIPER_VOICE_INDEX to support multi-voice piper models #56

Closed Jobus0 closed 1 month ago

Jobus0 commented 1 month ago

Some models of Piper have multiple voices built into them, so to support that I added a PIPER_VOICE_INDEX integer option to config.

The option defaults to 0. If a non-zero value is used for a single-voice model, it uses the only voice that exists anyway.