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

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