Attempt to make auto at least somewhat more reliable. Recommend that device be explicitly set if possible.

This commit is contained in:
Storm Dragon
2026-05-23 18:23:58 -04:00
parent 6e3d7fee94
commit 604221a29d
7 changed files with 49 additions and 53 deletions
+2 -2
View File
@@ -927,11 +927,11 @@ Select the language you want Fenrir to use.
language=english-us
Values: Text, see your TTS synths documentation what is available.
Hardware speech drivers use a serial device. The default ''auto'' checks /dev/ttyACM* first, then /dev/ttyUSB*. Set an explicit path for stable systems.
hardware_device=auto
Hardware speech drivers use a serial device. Set an explicit path for stable systems. ''auto'' is limited to devices that respond to a driver-specific probe and may fail on silent synths.
hardware_device=/dev/ttyACM0
hardware_device=/dev/ttyUSB0
hardware_device=/dev/ttyS0
hardware_device=auto
Hardware speech drivers use 9600 baud by default.
hardware_baud_rate=9600