| 58 | } |
| 59 | |
| 60 | void tearDown() { |
| 61 | delete [] int16Data; |
| 62 | delete [] int24Data; |
| 63 | delete [] floatData; |
| 64 | delete int16BlockFile; |
| 65 | delete int24BlockFile; |
| 66 | delete floatBlockFile; |
| 67 | } |
| 68 | |
| 69 | void testFileValidity() { |
| 70 | // Use libsndfile to read the file. Make sure: |