Skip to content

Commit

Permalink
perf: Enhance echo detection
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 11, 2024
1 parent 37de648 commit e3f72d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/call_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,8 @@ async def _process_one(self, input_pcm: bytes) -> None:
# Input signal
sr=self._sample_rate,
y=input_signal,
# Performance
n_fft=self._chunk_size,
# Quality
n_fft=128,
# Since the reference signal is already noise-reduced, we can assume it's stationary
clip_noise_stationary=False, # Noise is longer than the signal
stationary=True,
Expand Down

0 comments on commit e3f72d5

Please sign in to comment.