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

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

Browse files
flare-ui/src/app/components/environment/environment.component.html CHANGED
@@ -110,21 +110,20 @@
110
  placeholder="Enter TTS API key"
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 -->
129
  <div class="engine-row">
130
  <mat-form-field appearance="outline" class="engine-field">
 
110
  placeholder="Enter TTS API key"
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">
129
  <mat-form-field appearance="outline" class="engine-field">