From fcfaa7affa0ac8afeaf38346226beb30fca09733 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 9 Feb 2021 20:32:50 +0100 Subject: Add setting for controlling ALSA periods to output module. --- drumgizmo/output/alsa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drumgizmo/output/alsa.h') diff --git a/drumgizmo/output/alsa.h b/drumgizmo/output/alsa.h index 7a7a315..96baf44 100644 --- a/drumgizmo/output/alsa.h +++ b/drumgizmo/output/alsa.h @@ -62,4 +62,5 @@ private: std::string dev; unsigned int srate; // samplerate snd_pcm_uframes_t frames; + unsigned int periods; }; -- cgit v1.2.3