ciyidogan commited on
Commit
b0ff4d9
·
verified ·
1 Parent(s): 6319387

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

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