File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/TrackerCouncil.Smz3.Tracking Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ private SpeechSettings GetSpeechSettings()
9898
9999 public void Say ( SpeechRequest request )
100100 {
101- if ( ! _isEnabled ) return ;
101+ if ( ! _isEnabled || ! _pySpeechService . IsSpeechEnabled ) return ;
102102
103103 if ( request . Wait )
104104 {
Original file line number Diff line number Diff line change 1010 <PackageReference Include =" BunLabs.Common" Version =" 1.0.4" />
1111 <PackageReference Include =" MattEqualsCoder.MSURandomizer.Library" Version =" 3.0.1" />
1212 <PackageReference Include =" NAudio.Wasapi" Version =" 2.2.1" />
13- <PackageReference Include =" PySpeechServiceClient" Version =" 0.0.31 " />
13+ <PackageReference Include =" PySpeechServiceClient" Version =" 0.0.33 " />
1414 <PackageReference Include =" SharpHook" Version =" 5.3.8" />
1515 <PackageReference Include =" System.Speech" Version =" 9.0.1" />
1616 <PackageReference Include =" Websocket.Client" Version =" 5.1.2" />
You can’t perform that action at this time.
0 commit comments