fixing audio bug

This commit is contained in:
Ryzerth
2020-11-02 21:13:28 +01:00
parent 35c7f0e3cf
commit cee6af1e14
15 changed files with 50 additions and 75 deletions

View File

@@ -1,6 +1,8 @@
#pragma once
#include <dsp/block.h>
#include <spdlog/spdlog.h>
namespace dsp {
class FrequencyXlator : public generic_block<FrequencyXlator> {
public: