ALORS j’ai fait ceci ci-dessous, il cela ne semble pas fonctionner il détecte que le com 7
;—————————– BASIC CONFIGURATION —————————————-
[MAIN]
ScriptType=RightSide
; RightSide: Also called FINGERSTARTER : connect one arduino ( called right ) to use FingerStarter + inmoov right side
; LeftSide: connect one arduino ( called left) to use head / inmoov left side
; NoArduino: vocal Only
; Full: Both side arduinos connected
debug=0
[TTS]
MyvoiceTTS=NaturalReaderSpeech
; you can use MarySpeech or NaturalReaderSpeech
MyvoiceType=Alain
; Voices are automatic donwloaded
; MaryTTS voices – take HSMM ones – http://myrobotlab.org/content/marytts-multi-language-support
; NaturalReaderSpeech voices , Use real case , exemple : Bruno : https://www.naturalreaders.com/voicelist.html
MyLanguage=fr
; en,fr,es
[ARDUINO]
MyRightPort=COM7
MyLeftport=COM8
ForceArduinoIsConnected=0
;FingerStarter use MyRightPort only
;———————————– END ————————————————–
;—————————– ADVANCED & OPTIONAL CONFIGURATION ————————————-
MyLeftPort=COM7
MyLeftport=COM8
[VOCAL]
EarInterpretEngine=chatbot
;ear.addCommand : it’s is hardcoded text, very simple to use and script
;chatbot : Very powefull AIML engine
EarEngine=WebkitSpeechRecognition
;WebkitSpeechRecognition or Sphinx
IsMute=0
;talk about starting actions
[GENERAL]
LoadingPicture=False
StartupSound=True
IuseLinux=False
;some things dont work on mac and linux like marytts voice automatic download
LaunchSwingGui=True
;usefull to speedup the system
;———————————– END ————————————————–