annotate src/libsndfile-1.0.25/tests/aiff_rw_test.c @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +0100
parents c7265573341e
children
rev   line source
Chris@0 1 /*
Chris@0 2 ** Copyright (C) 2003-2011 Erik de Castro Lopo <erikd@mega-nerd.com>
Chris@0 3 **
Chris@0 4 ** This program is free software; you can redistribute it and/or modify
Chris@0 5 ** it under the terms of the GNU General Public License as published by
Chris@0 6 ** the Free Software Foundation; either version 2 of the License, or
Chris@0 7 ** (at your option) any later version.
Chris@0 8 **
Chris@0 9 ** This program is distributed in the hope that it will be useful,
Chris@0 10 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
Chris@0 11 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Chris@0 12 ** GNU General Public License for more details.
Chris@0 13 **
Chris@0 14 ** You should have received a copy of the GNU General Public License
Chris@0 15 ** along with this program; if not, write to the Free Software
Chris@0 16 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Chris@0 17 */
Chris@0 18
Chris@0 19
Chris@0 20 #include <stdio.h>
Chris@0 21 #include <stdlib.h>
Chris@0 22 #include <string.h>
Chris@0 23 #include <unistd.h>
Chris@0 24 #include <math.h>
Chris@0 25
Chris@0 26 #include <sndfile.h>
Chris@0 27
Chris@0 28 #include "utils.h"
Chris@0 29
Chris@0 30
Chris@0 31 static unsigned char aifc_data [] =
Chris@0 32 { 'F' , 'O' , 'R' , 'M' ,
Chris@0 33 0x00, 0x00, 0x01, 0xE8, /* FORM length */
Chris@0 34
Chris@0 35 'A' , 'I' , 'F' , 'C' ,
Chris@0 36 0x43, 0x4F, 0x4D, 0x4D, /* COMM */
Chris@0 37 0x00, 0x00, 0x00, 0x26, /* COMM length */
Chris@0 38 0x00, 0x01, 0x00, 0x00, 0x00, 0xAE, 0x00, 0x10, 0x40, 0x0D, 0xAC, 0x44,
Chris@0 39 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4E, 0x4F, 0x4E, 0x45, 0x0D, 'N' ,
Chris@0 40 'o' , 't' , ' ' , 'c' , 'o' , 'm' , 'p' , 'r' , 'e' , 's' , 's' , 'e' ,
Chris@0 41 'd' , 0x00,
Chris@0 42
Chris@0 43 'F' , 'V' , 'E' , 'R' , 0x00, 0x00, 0x00, 0x04, 0xA2, 0x80, 0x51, 0x40,
Chris@0 44
Chris@0 45 /* A 'MARK' chunk. */
Chris@0 46 'M' , 'A' , 'R' , 'K' , 0x00, 0x00, 0x00, 0x36, 0x00, 0x05,
Chris@0 47 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 'A' ,
Chris@0 48 0x00, 0x02, 0x00, 0x00, 0x11, 0x3A, 0x02, 'B' , 'C' , 0x00,
Chris@0 49 0x00, 0x03, 0x00, 0x00, 0x22, 0x74, 0x03, 'D' , 'E' , 'F',
Chris@0 50 0x00, 0x04, 0x00, 0x00, 0x33, 0xAE, 0x04, 'G' , 'H' , 'I', 'J' , 0x00,
Chris@0 51 0x00, 0x05, 0x00, 0x00, 0x44, 0xE8, 0x05, 'K' , 'L' , 'M', 'N' , 'O' ,
Chris@0 52
Chris@0 53 'S' , 'S' , 'N' , 'D' ,
Chris@0 54 0x00, 0x00, 0x01, 0x64, /* SSND length */
Chris@0 55 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
Chris@0 56 0xFF, 0xE0, 0xFF, 0xDB, 0xFF, 0xD0, 0xFF, 0xD5, 0xFF, 0xD6, 0xFF, 0xD0,
Chris@0 57 0xFF, 0xBF, 0xFF, 0xBE, 0xFF, 0xB9, 0xFF, 0xC8, 0xFF, 0xBF, 0xFF, 0xD5,
Chris@0 58 0xFF, 0xC3, 0xFF, 0xBF, 0xFF, 0xB3, 0xFF, 0xBE, 0xFF, 0xB4, 0xFF, 0xAD,
Chris@0 59 0xFF, 0xAC, 0xFF, 0xAF, 0xFF, 0xB9, 0xFF, 0xB3, 0xFF, 0xA4, 0xFF, 0xA5,
Chris@0 60 0xFF, 0x93, 0xFF, 0x95, 0xFF, 0x97, 0xFF, 0x98, 0xFF, 0x99, 0xFF, 0x9E,
Chris@0 61 0xFF, 0x90, 0xFF, 0x80, 0xFF, 0x81, 0xFF, 0x7C, 0xFF, 0x80, 0xFF, 0x7C,
Chris@0 62 0xFF, 0x72, 0xFF, 0x72, 0xFF, 0x6C, 0xFF, 0x75, 0xFF, 0x6E, 0xFF, 0x6F,
Chris@0 63 0xFF, 0x66, 0xFF, 0x62, 0xFF, 0x5C, 0xFF, 0x64, 0xFF, 0x50, 0xFF, 0x56,
Chris@0 64 0xFF, 0x56, 0xFF, 0x4A, 0xFF, 0x4A, 0xFF, 0x49, 0xFF, 0x44, 0xFF, 0x49,
Chris@0 65 0xFF, 0x3B, 0xFF, 0x3F, 0xFF, 0x48, 0xFF, 0x46, 0xFF, 0x42, 0xFF, 0x49,
Chris@0 66 0xFF, 0x43, 0xFF, 0x36, 0xFF, 0x40, 0xFF, 0x35, 0xFF, 0x3F, 0xFF, 0x36,
Chris@0 67 0xFF, 0x37, 0xFF, 0x2E, 0xFF, 0x23, 0xFF, 0x23, 0xFF, 0x21, 0xFF, 0x1F,
Chris@0 68 0xFF, 0x25, 0xFF, 0x2C, 0xFF, 0x1E, 0xFF, 0x22, 0xFF, 0x24, 0xFF, 0x2B,
Chris@0 69 0xFF, 0x35, 0xFF, 0x27, 0xFF, 0x2E, 0xFF, 0x21, 0xFF, 0x18, 0xFF, 0x21,
Chris@0 70 0xFF, 0x20, 0xFF, 0x0F, 0xFF, 0x21, 0xFF, 0x1A, 0xFF, 0x10, 0xFF, 0x09,
Chris@0 71 0xFF, 0x1E, 0xFF, 0x19, 0xFF, 0x21, 0xFF, 0x13, 0xFF, 0x1B, 0xFF, 0x18,
Chris@0 72 0xFF, 0x21, 0xFF, 0x0F, 0xFF, 0x1A, 0xFF, 0x16, 0xFF, 0x21, 0xFF, 0x1B,
Chris@0 73 0xFF, 0x1B, 0xFF, 0x23, 0xFF, 0x1A, 0xFF, 0x21, 0xFF, 0x26, 0xFF, 0x23,
Chris@0 74 0xFF, 0x26, 0xFF, 0x27, 0xFF, 0x30, 0xFF, 0x27, 0xFF, 0x2F, 0xFF, 0x28,
Chris@0 75 0xFF, 0x2C, 0xFF, 0x27, 0xFF, 0x33, 0xFF, 0x29, 0xFF, 0x33, 0xFF, 0x3A,
Chris@0 76 0xFF, 0x42, 0xFF, 0x3B, 0xFF, 0x4D, 0xFF, 0x4B, 0xFF, 0x4D, 0xFF, 0x4A,
Chris@0 77 0xFF, 0x67, 0xFF, 0x77, 0xFF, 0x73, 0xFF, 0x7B, 0xFF, 0xDE, 0xFF, 0xAD,
Chris@0 78 0x00, 0x4A, 0x00, 0x63, 0xEC, 0x8C, 0x03, 0xBB, 0x0E, 0xE4, 0x08, 0xF2,
Chris@0 79 0x00, 0x70, 0xE3, 0xD1, 0xE5, 0xE4, 0x01, 0x6E, 0x0A, 0x67, 0x1C, 0x74,
Chris@0 80 0xF8, 0x8E, 0x10, 0x7B, 0xEA, 0x3C, 0x09, 0x87, 0x1B, 0x24, 0xEF, 0x05,
Chris@0 81 0x17, 0x76, 0x0D, 0x5B, 0x02, 0x43, 0xF5, 0xEF, 0x0C, 0x1D, 0xF7, 0x61,
Chris@0 82 0x05, 0x95, 0x0B, 0xC2, 0xF1, 0x69, 0x1A, 0xA1, 0xEC, 0x75, 0xF4, 0x11,
Chris@0 83 0x13, 0x4F, 0x13, 0x71, 0xFA, 0x33, 0xEC, 0x32, 0xC8, 0xCF, 0x05, 0xB0,
Chris@0 84 0x0B, 0x61, 0x33, 0x19, 0xCE, 0x37, 0xEF, 0xD4, 0x21, 0x9D, 0xFA, 0xAE,
Chris@0 85 } ;
Chris@0 86
Chris@0 87 static void rw_test (const char *filename) ;
Chris@0 88
Chris@0 89 int
Chris@0 90 main (void)
Chris@0 91 { const char *filename = "rw.aifc" ;
Chris@0 92
Chris@0 93 print_test_name ("aiff_rw_test", filename) ;
Chris@0 94
Chris@0 95 dump_data_to_file (filename, aifc_data, sizeof (aifc_data)) ;
Chris@0 96
Chris@0 97 rw_test (filename) ;
Chris@0 98
Chris@0 99 unlink (filename) ;
Chris@0 100
Chris@0 101 puts ("ok") ;
Chris@0 102 return 0 ;
Chris@0 103 } /* main */
Chris@0 104
Chris@0 105 /*==============================================================================
Chris@0 106 */
Chris@0 107
Chris@0 108 static void
Chris@0 109 rw_test (const char *filename)
Chris@0 110 { SNDFILE *file ;
Chris@0 111 SF_INFO sfinfo_rd, sfinfo_rw ;
Chris@0 112
Chris@0 113 memset (&sfinfo_rd, 0, sizeof (sfinfo_rd)) ;
Chris@0 114 memset (&sfinfo_rw, 0, sizeof (sfinfo_rw)) ;
Chris@0 115
Chris@0 116 /* Open the file in read only mode and fill in the SF_INFO struct. */
Chris@0 117 if ((file = sf_open (filename, SFM_READ, &sfinfo_rd)) == NULL)
Chris@0 118 { printf ("\n\nLine %d : sf_open SFM_READ failed : %s\n\n", __LINE__, sf_strerror (NULL)) ;
Chris@0 119 exit (1) ;
Chris@0 120 } ;
Chris@0 121 check_log_buffer_or_die (file, __LINE__) ;
Chris@0 122 sf_close (file) ;
Chris@0 123
Chris@0 124 /* Now open read/write and close the file. */
Chris@0 125 if ((file = sf_open (filename, SFM_RDWR, &sfinfo_rw)) == NULL)
Chris@0 126 { printf ("\n\nLine %d : sf_open SFM_RDWR failed : %s\n\n", __LINE__, sf_strerror (NULL)) ;
Chris@0 127 exit (1) ;
Chris@0 128 } ;
Chris@0 129 check_log_buffer_or_die (file, __LINE__) ;
Chris@0 130 sf_close (file) ;
Chris@0 131
Chris@0 132 /* Open again as read only again and fill in a new SF_INFO struct. */
Chris@0 133 memset (&sfinfo_rw, 0, sizeof (sfinfo_rw)) ;
Chris@0 134 if ((file = sf_open (filename, SFM_READ, &sfinfo_rw)) == NULL)
Chris@0 135 { printf ("\n\nLine %d : sf_open SFM_RDWR failed : %s\n\n", __LINE__, sf_strerror (NULL)) ;
Chris@0 136 exit (1) ;
Chris@0 137 } ;
Chris@0 138 check_log_buffer_or_die (file, __LINE__) ;
Chris@0 139 sf_close (file) ;
Chris@0 140
Chris@0 141 /* Now compare the two. */
Chris@0 142 if (sfinfo_rd.format != sfinfo_rw.format)
Chris@0 143 { printf ("\n\nLine %d : format mismatch (0x%08X != 0x%08X).\n\n", __LINE__,
Chris@0 144 sfinfo_rd.format, sfinfo_rw.format) ;
Chris@0 145 exit (1) ;
Chris@0 146 } ;
Chris@0 147
Chris@0 148 if (sfinfo_rd.channels != sfinfo_rw.channels)
Chris@0 149 { printf ("\n\nLine %d : channel count mismatch (%d != %d).\n\n", __LINE__,
Chris@0 150 sfinfo_rd.channels, sfinfo_rw.channels) ;
Chris@0 151 exit (1) ;
Chris@0 152 } ;
Chris@0 153
Chris@0 154 if (sfinfo_rd.frames != sfinfo_rw.frames)
Chris@0 155 { printf ("\n\nLine %d : frame count mismatch (rd %ld != rw %ld).\n\n", __LINE__,
Chris@0 156 SF_COUNT_TO_LONG (sfinfo_rd.frames), SF_COUNT_TO_LONG (sfinfo_rw.frames)) ;
Chris@0 157 exit (1) ;
Chris@0 158 } ;
Chris@0 159
Chris@0 160 return ;
Chris@0 161 } /* rw_test */
Chris@0 162