Skip to content

Commit cd0981d

Browse files
committed
apply_bandpass -> false
1 parent 786be3a commit cd0981d

File tree

1 file changed

+1
-1
lines changed
  • backend/shared-logic/src

1 file changed

+1
-1
lines changed

backend/shared-logic/src/lsl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub struct ProcessingConfig {
2828
impl Default for ProcessingConfig {
2929
fn default() -> Self {
3030
Self {
31-
apply_bandpass: true,
31+
apply_bandpass: false,
3232
use_iir: false,
3333
l_freq: Some(1.0),
3434
h_freq: Some(50.0),

0 commit comments

Comments
 (0)