Example #1
0
int
main(int argc, char **argv)
{
  testInt16();

  UnitTest_report();
}
TEST(IFF, Int16) {
    testInt16(AF_FILE_IFF_8SVX);
}
Example #3
0
TEST(CAF, Int16) { testInt16(AF_FILE_CAF); }
Example #4
0
TEST(VOC, Int16) { testInt16(AF_FILE_VOC); }
Example #5
0
TEST(NIST, Int16) { testInt16(AF_FILE_NIST_SPHERE); }
Example #6
0
TEST(IRCAM, Int16) { testInt16(AF_FILE_IRCAM); }
Example #7
0
TEST(NeXT, Int16) { testInt16(AF_FILE_NEXTSND); }
Example #8
0
TEST(WAVE, Int16) { testInt16(AF_FILE_WAVE); }
Example #9
0
TEST(AIFFC, Int16) { testInt16(AF_FILE_AIFFC); }
Example #10
0
TEST(AIFF, Int16) { testInt16(AF_FILE_AIFF); }