summaryrefslogtreecommitdiff
path: root/tests/test_base.h
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2013-06-12 23:06:31 +0200
committerJohn Glover <j@johnglover.net>2013-06-12 23:06:31 +0200
commita06d3352a08deab4175b571cdc51d3ef3fc74f36 (patch)
treea4bbea518eb37934838a1fb278ee3a9c682698f6 /tests/test_base.h
parent5fa3a7b126c169bd5c3607cbbd503b002093e2ca (diff)
downloadsimpl-a06d3352a08deab4175b571cdc51d3ef3fc74f36.tar.gz
simpl-a06d3352a08deab4175b571cdc51d3ef3fc74f36.tar.bz2
simpl-a06d3352a08deab4175b571cdc51d3ef3fc74f36.zip
Make Frame objects able to accept a single hop-size buffer of audio. Samples are rotated internally.
Diffstat (limited to 'tests/test_base.h')
-rw-r--r--tests/test_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_base.h b/tests/test_base.h
index 2ab20a4..73aceed 100644
--- a/tests/test_base.h
+++ b/tests/test_base.h
@@ -41,6 +41,7 @@ class TestFrame : public CPPUNIT_NS::TestCase {
CPPUNIT_TEST(test_max_partials);
CPPUNIT_TEST(test_add_peak);
CPPUNIT_TEST(test_clear);
+ CPPUNIT_TEST(test_audio);
CPPUNIT_TEST_SUITE_END();
public:
@@ -56,6 +57,7 @@ protected:
void test_max_partials();
void test_add_peak();
void test_clear();
+ void test_audio();
};
} // end of namespace simpl