From 1c4ea89fd073994d17e57bddf1b8e46f84efdfb8 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Thu, 30 Sep 2021 17:32:34 +0900 Subject: [PATCH] @sampler idle_noise activate --- @sampler/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@sampler/src/main.cpp b/@sampler/src/main.cpp index 4df4e89..3755b78 100644 --- a/@sampler/src/main.cpp +++ b/@sampler/src/main.cpp @@ -35,8 +35,8 @@ //======================== // -#define IDLE_FREQ 22000 -#define IDLE_AMP 0 +#define IDLE_FREQ 50 +#define IDLE_AMP 0.05 // #define GAIN_FACTOR 1.0 // this is a private multiplier for this module. //