ciyidogan commited on
Commit
8355f10
·
verified ·
1 Parent(s): c598435

Update flare-ui/src/app/components/environment/environment.component.html

Browse files
flare-ui/src/app/components/environment/environment.component.html CHANGED
@@ -111,6 +111,18 @@
111
  >
112
  <mat-icon matPrefix>key</mat-icon>
113
  </mat-form-field>
 
 
 
 
 
 
 
 
 
 
 
 
114
  </div>
115
 
116
  <!-- STT Configuration -->
 
111
  >
112
  <mat-icon matPrefix>key</mat-icon>
113
  </mat-form-field>
114
+
115
+ <mat-checkbox
116
+ name="ttsUseSSML"
117
+ [(ngModel)]="ttsSettings.use_ssml"
118
+ [disabled]="loading || !isTTSProviderSSMLCapable()"
119
+ *ngIf="environment.tts_engine !== 'no_tts'">
120
+ Use SSML (Speech Synthesis Markup Language)
121
+ </mat-checkbox>
122
+ <mat-hint *ngIf="isTTSProviderSSMLCapable() && environment.tts_engine !== 'no_tts'">
123
+ SSML provides better control over pronunciation, pauses, and emphasis
124
+ </mat-hint>
125
+
126
  </div>
127
 
128
  <!-- STT Configuration -->