fix struct
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user