improved buffer tests

This commit is contained in:
2025-11-04 22:33:46 +01:00
parent 3fdd5342cb
commit 8637371035
4 changed files with 18 additions and 30 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ template<typename T>
void print(const dsp::Buffer<T> &v, size_t size, std::string name=std::string(""))
{
std::cout << "----------------------------------------------" << std::endl;
std::cout << "-" << name << std::endl;
std::cout << "- " << name << std::endl;
std::cout << "----------------------------------------------" << std::endl;
for(int i=0; i < size; i++)
{