Config File Locations

Config files are automatically generated at first run:

TypeWindows PathPriorityDescription
LocalProgram Dir manyspeech.jsonHighestPortable config, moves with app
User%USERPROFILE%\.manyspeech\manyspeech.jsonMediumUser-specific settings
System%PROGRAMDATA%\ManySpeech\manyspeech.jsonLowSystem-wide defaults

Examples

# View local config (if exists)
type "D:\Tools\ManySpeech\manyspeech.json"

# View user config
type "%USERPROFILE%\.manyspeech\manyspeech.json"

# View system config
type "%PROGRAMDATA%\ManySpeech\manyspeech.json"

💡 Tip: Higher priority files override identical fields in lower priority files.