diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-02-15 16:12:07 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-02-15 16:12:07 +1100 |
| commit | 62f6179abe24339c2e5b7350528afbcad4c52067 (patch) | |
| tree | d14f0b35ef601d0877ced507c5560236da666218 /src/audio/include/audio_decoder.hpp | |
| parent | e466522c25758670da335195d60a5d599ed56177 (diff) | |
| download | tangara-fw-62f6179abe24339c2e5b7350528afbcad4c52067.tar.gz | |
Added offset for track seeking, wav impl. only rn
Diffstat (limited to 'src/audio/include/audio_decoder.hpp')
| -rw-r--r-- | src/audio/include/audio_decoder.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/include/audio_decoder.hpp b/src/audio/include/audio_decoder.hpp index 318e6fd4..b8aac710 100644 --- a/src/audio/include/audio_decoder.hpp +++ b/src/audio/include/audio_decoder.hpp @@ -24,7 +24,7 @@ namespace audio { */ class Timer { public: - Timer(std::shared_ptr<Track>, const codecs::ICodec::OutputFormat& format); + Timer(std::shared_ptr<Track>, const codecs::ICodec::OutputFormat& format, uint32_t current_seconds = 0); auto AddSamples(std::size_t) -> void; |
