diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-04 17:51:59 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-04 17:51:59 +0100 |
commit | 2e793141e5434043205763c70d3a597cf2d78eeb (patch) | |
tree | 8b6a14273fcc98ff7bf118cf63574257a637547f /PCM.h | |
parent | 624a69994d89c71b1ce59dd3b2117a235400be2f (diff) |
Separate clocks
Diffstat (limited to 'PCM.h')
-rw-r--r-- | PCM.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ public: PCM(); ~PCM(); - void click(); + void click(int64_t offset_us); // generate 1 buffer size void generate(); |