Spaces:
Building
Building
Update flare-ui/src/app/services/audio-stream.service.ts
Browse files
flare-ui/src/app/services/audio-stream.service.ts
CHANGED
@@ -233,7 +233,7 @@ export class AudioStreamService implements OnDestroy {
|
|
233 |
const result = new Int16Array(l);
|
234 |
|
235 |
// ✅ Gain artır - ses seviyesi çok düşük
|
236 |
-
const gain =
|
237 |
|
238 |
for (let i = 0; i < l; i++) {
|
239 |
// Apply gain and clamp to [-1, 1]
|
|
|
233 |
const result = new Int16Array(l);
|
234 |
|
235 |
// ✅ Gain artır - ses seviyesi çok düşük
|
236 |
+
const gain = 2.0; // 2x gain uygula
|
237 |
|
238 |
for (let i = 0; i < l; i++) {
|
239 |
// Apply gain and clamp to [-1, 1]
|