fix namespaces
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#include "hack/logger/logger.hpp"
|
#include "hack/logger/logger.hpp"
|
||||||
#include <portaudio.h>
|
#include <portaudio.h>
|
||||||
|
|
||||||
namespace hack::utils
|
namespace hack::audio
|
||||||
{
|
{
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#include <sndfile.h>
|
#include <sndfile.h>
|
||||||
#include "hack/logger/logger.hpp"
|
#include "hack/logger/logger.hpp"
|
||||||
|
|
||||||
namespace hack::utils
|
namespace hack::audio
|
||||||
{
|
{
|
||||||
// пока только wav
|
// пока только wav
|
||||||
inline void save(const std::string& path, const std::vector<float>& samples, int sample_rate)
|
inline void save(const std::string& path, const std::vector<float>& samples, int sample_rate)
|
||||||
|
|||||||
Reference in New Issue
Block a user