![]() |
Mixxx
|
#include <gtest/gtest.h>
#include <QDebug>
#include "trackinfoobject.h"
#include "analyserwavesummary.h"
Go to the source code of this file.
Defines | |
#define | BIGBUF_SIZE (1024 * 1024) |
#define | CANARY_SIZE (1024*4) |
#define | MAGIC_FLOAT 1234.567890f |
#define | CANARY_FLOAT 0.0f |
#define BIGBUF_SIZE (1024 * 1024) |
Definition at line 7 of file analyserwavesummarytest.cpp.
#define CANARY_FLOAT 0.0f |
Definition at line 10 of file analyserwavesummarytest.cpp.
#define CANARY_SIZE (1024*4) |
Definition at line 8 of file analyserwavesummarytest.cpp.
#define MAGIC_FLOAT 1234.567890f |
Definition at line 9 of file analyserwavesummarytest.cpp.