fix struct

This commit is contained in:
2026-02-18 18:12:17 +03:00
parent 611083e0ec
commit 90ddfe06a6
4 changed files with 16 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <filesystem>
#include "utils/var.hpp"
namespace hr
{
@@ -17,6 +18,7 @@ namespace hr
int m_frames;
int m_channels;
SIGNAL_TYPE m_signal_type = SIGNAL_TYPE::FILE;
std::filesystem::path m_file;
std::size_t m_block_size = 1'024;
std::size_t m_step_size = 512;