Removed auto as a hardware synth device option. It was too flakey.

This commit is contained in:
Storm Dragon
2026-05-23 18:58:55 -04:00
parent 618987546a
commit ce43d64e77
11 changed files with 20 additions and 429 deletions
+1 -4
View File
@@ -1684,15 +1684,12 @@ the pico module:
language=de-DE
....
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 speech drivers use a serial device. Set an explicit path.
....
hardware_device=/dev/ttyACM0
hardware_device=/dev/ttyUSB0
hardware_device=/dev/ttyS0
hardware_device=auto
....
Hardware speech drivers use 9600 baud by default.
+1 -2
View File
@@ -344,8 +344,7 @@ Fenrir automatically detects and provides audio feedback for progress indicators
For hardware speech, set `speech#hardware_device` to an explicit serial path.
RPITalk gadget mode usually appears as `/dev/ttyACM0`; USB serial adapters
usually appear as `/dev/ttyUSB0`; built-in serial ports may be `/dev/ttyS0`.
The default baud rate is `9600`. `auto` is limited to devices that respond to a
driver-specific probe and may fail on silent synths. `doubletalkDriver` targets
The default baud rate is `9600`. `doubletalkDriver` targets
DoubleTalk LT-style serial devices, not the internal DoubleTalk PC ISA card.
USB TripleTalk devices work only if Linux exposes them as a serial tty such as
`/dev/ttyACM0` or `/dev/ttyUSB0`; USB-only models with no tty device need a
+1 -2
View File
@@ -927,11 +927,10 @@ 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. 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 speech drivers use a serial device. Set an explicit path.
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