diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-03 21:02:11 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-03 21:02:11 +0100 |
commit | 22cdfccb11679d6ae241653c9cb92c32f4fc1fde (patch) | |
tree | 16b0f8401e22c99e8d953eea14ac57a2fe50c67a /config.h | |
parent | 6bf4770e950299da92952f2965cccf86a903fc9f (diff) |
Integrate ClickStream into PCM
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |