From c37ccb985125f5efdf7600989331085f60d8a973 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 10 Aug 2023 21:34:48 +1000 Subject: Reintroduce track timer, now relying more on codecs --- src/codecs/include/codec.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/codecs/include/codec.hpp') diff --git a/src/codecs/include/codec.hpp b/src/codecs/include/codec.hpp index ece3d4fe..2f95389c 100644 --- a/src/codecs/include/codec.hpp +++ b/src/codecs/include/codec.hpp @@ -91,7 +91,7 @@ class ICodec { struct OutputFormat { uint8_t num_channels; uint32_t sample_rate_hz; - std::optional duration_seconds; + std::optional total_samples; bool operator==(const OutputFormat&) const = default; }; -- cgit v1.2.3