You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p><strong>REQUEST_TIMEOUT</strong>: Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">5</span></code> - <em>Timeout for API calls</em></p></li>
80
-
<li><p><strong>SPEECH_TIMEOUT</strong>: Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">0</span></code> for macOS, <codeclass="docutils literal notranslate"><spanclass="pre">5</span></code> for Windows - <em>Timeout for speech synthesis</em>
79
+
<li><p><strong>SPEECH_TIMEOUT</strong>: Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">0</span></code> for macOS, <codeclass="docutils literal notranslate"><spanclass="pre">10</span></code> for Windows - <em>Timeout for speech synthesis</em>
81
80
<br><br></p></li>
82
81
<li><p><strong>NATIVE_AUDIO</strong>: Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code> - <em>If set to <codeclass="docutils literal notranslate"><spanclass="pre">True</span></code>, the response is generated in the server’s default voice</em></p></li>
83
82
<li><p><strong>WAKE_WORDS</strong>: Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">jarvis</span></code> (Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">alexa</span></code> in macOS older than <codeclass="docutils literal notranslate"><spanclass="pre">10.14</span></code>) - <em>Wake words to initiate Jarvis</em></p></li>
<li><p><strong>VOICE_RATE</strong>: Defaults to the value from <codeclass="docutils literal notranslate"><spanclass="pre">pyttsx3</span></code> module - <em>Speed/rate at which the text should be spoken</em>
89
88
<br><br></p></li>
90
89
<li><p><strong>VOICE_TIMEOUT</strong>: Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">3</span></code> - <em>Timeout for listener once wake word is detected - Awaits for a speech to begin until this limit</em></p></li>
91
-
<li><p><strong>VOICE_PHRASE_LIMIT</strong>: Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code> - <em>Timeout for phrase once listener is activated - Listener will be deactivated after this limit</em>
92
-
<br><br></p></li>
93
-
<li><p><strong>RESTART_TIMER</strong>: Defaults to 24 hours.</p>
94
-
<ul>
95
-
<li><p>I have a proxy tunneling my <codeclass="docutils literal notranslate"><spanclass="pre">localhost</span></code> from Jarvis server.</p></li>
96
-
<li><p>I have a CDN setup that’s allowing me to access the tunnel with a custom domain.</p></li>
97
-
<li><p>Since I don’t want my CDN to take the hit, and the tunnel origin changes often, I’m swapping the URL upon startup.</p></li>
98
-
<li><p>This requires restarting the UI every now and then.</p></li>
99
-
</ul>
100
-
</li>
90
+
<li><p><strong>VOICE_PHRASE_LIMIT</strong>: Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code> - <em>Timeout for phrase once listener is activated - Listener will be deactivated after this limit</em></p></li>
101
91
</ul>
102
92
<p><strong>Custom settings for speech recognition</strong></p>
103
93
<p>These are customized according to the author’s voice pitch.
0 commit comments