changed voice over to use bernina_default
This commit is contained in:
2
laseron
2
laseron
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
caput SLAAR21-LTIM01-EVR0:FrontUnivOut3_SOURCE2 "LOW"
|
||||
caput SLAAR21-LPSYS-ESB:OPEN_TRANS "ON"
|
||||
/sf/bernina/anaconda/bernina_envs/bernina37/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser open");e.runAndWait()'
|
||||
/sf/bernina/anaconda/bernina_envs/bernina_default/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser open");e.runAndWait()'
|
||||
|
||||
Reference in New Issue
Block a user