summaryrefslogtreecommitdiffhomepage
path: root/config.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-03 21:02:11 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-03 21:02:11 +0100
commit22cdfccb11679d6ae241653c9cb92c32f4fc1fde (patch)
tree16b0f8401e22c99e8d953eea14ac57a2fe50c67a /config.h
parent6bf4770e950299da92952f2965cccf86a903fc9f (diff)
Integrate ClickStream into PCM
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
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
{