Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Switched to median psd estiamtion for inference
Browse files Browse the repository at this point in the history
  • Loading branch information
William Benoit committed Mar 28, 2024
1 parent 8012bc1 commit 7b313f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/architectures/aframe/architectures/preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(
sample_rate,
fftlength=fftlength,
overlap=None,
average="mean",
average="median",
fast=highpass is not None,
)
self.whitener = Whiten(fduration, sample_rate, highpass)
Expand Down

0 comments on commit 7b313f6

Please sign in to comment.