fix namespaces

This commit is contained in:
2025-04-22 16:06:55 +03:00
parent a8285806ca
commit cc89a5a411
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
#include "hack/logger/logger.hpp"
#include <portaudio.h>
namespace hack::utils
namespace hack::audio
{
namespace
{

View File

@@ -5,7 +5,7 @@
#include <sndfile.h>
#include "hack/logger/logger.hpp"
namespace hack::utils
namespace hack::audio
{
// пока только wav
inline void save(const std::string& path, const std::vector<float>& samples, int sample_rate)