[mirotalksfu] - #215 Fix typo
هذا الالتزام موجود في:
@@ -29,13 +29,8 @@ class UIManager {
|
||||
`Audio processing ${isProcessing ? 'started' : 'stopped'}`,
|
||||
isProcessing ? 'success' : 'info'
|
||||
);
|
||||
if (noiseSuppressionEnabled) {
|
||||
this.elements.labelNoiseSuppression.textContent = '🔊 Noise Suppression';
|
||||
this.elements.labelNoiseSuppression.style.color = 'lime';
|
||||
} else {
|
||||
this.elements.labelNoiseSuppression.textContent = '🔇 Noise Suppression';
|
||||
this.elements.labelNoiseSuppression.style.color = 'white';
|
||||
}
|
||||
|
||||
this.elements.labelNoiseSuppression.style.color = noiseSuppressionEnabled ? 'lime' : 'white';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -2157,9 +2157,7 @@ class RoomClient {
|
||||
}
|
||||
|
||||
if (typeof labelNoiseSuppression !== 'undefined') {
|
||||
labelNoiseSuppression.textContent = this.RNNoiseProcessor.noiseSuppressionEnabled
|
||||
? '🔊 Noise Suppression'
|
||||
: '🔇 Noise Suppression';
|
||||
labelNoiseSuppression.style.color = this.RNNoiseProcessor.noiseSuppressionEnabled ? 'lime' : 'white';
|
||||
}
|
||||
|
||||
return processedStream;
|
||||
|
||||
@@ -535,9 +535,9 @@ access to use this app.
|
||||
<table class="settingsTable">
|
||||
<tr id="noiseSuppressionButton">
|
||||
<td>
|
||||
<div id="labelNoiseSuppression" class="title">
|
||||
<div class="title">
|
||||
<i class="fas fa-ear-listen"></i>
|
||||
<p>Noise Suppression</p>
|
||||
<p id="labelNoiseSuppression">Noise Suppression</p>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم