fix namespaces
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "hack/logger/logger.hpp"
|
||||
#include <portaudio.h>
|
||||
|
||||
namespace hack::utils
|
||||
namespace hack::audio
|
||||
{
|
||||
namespace
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user