From 22cdfccb11679d6ae241653c9cb92c32f4fc1fde Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 Jan 2025 21:02:11 +0100 Subject: Integrate ClickStream into PCM --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index b347113..f93e6a9 100644 --- a/config.h +++ b/config.h @@ -10,6 +10,8 @@ const snd_pcm_sframes_t nframes = 1024; // ~1/44th sec buffer size const unsigned int f_sample = 44100; const int log_lines = 10; const int default_bpm = 120; +const int pcm_latency_us = 100000; +const int click_latency_frames = 10000; class Config { -- cgit v1.2.3