Change pitch and volume added to voice settings.

This commit is contained in:
Storm Dragon
2025-08-07 21:33:11 -04:00
parent 835f7ca4af
commit 7b235bec14
4 changed files with 221 additions and 65 deletions
+1 -1
View File
@@ -1019,7 +1019,7 @@ if __name__ == "__main__":
menu.add_item("System", "Internet Configuration", "GAME=\"Network Configuration\" /home/stormux/.clirc")
menu.add_item("System", "Enable Screen", lambda: menu.toggle_screen("screen"))
menu.add_item("System", "Disable Screen", lambda: menu.toggle_screen("headless"))
menu.add_item("System", "Set System Default Speech Rate", "/usr/local/bin/speechd_rate.py")
menu.add_item("System", "Set System Speech Settings", "/usr/local/bin/speechd_rate.py")
menu.add_item("System", "Set Default Voice", "/usr/local/bin/set-voice.py")
menu.add_item("System", "Set Timezone", "GAME='Set Timezone' /home/stormux/.clirc")
menu.add_item("System", "Upload Files", "/home/stormux/.local/upload_server/uploader.py")