We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84b9a6c + 2a36271 commit 8b2cc14Copy full SHA for 8b2cc14
1 file changed
src/recording.cpp
@@ -386,6 +386,7 @@ void recording::typed_transfer_loop(streamid_t streamid, double srate, const inl
386
if (!shutdown_) {
387
timestamps.push_back(first_timestamp);
388
file_.write_data_chunk(streamid, timestamps, chunk, (uint32_t)in->get_channel_count());
389
+ sample_count += timestamps.size();
390
}
391
392
auto next_pull = Clock::now();
0 commit comments