# PaCkAgE DaTaStReAm libaudiofile 1 3875 # end of header 0707010005a207000081a40000000000000000000000014c5c90d2000001180000010000010036ffffffffffffffff0000001500000000libaudiofile/pkginfoPKG=libaudiofile NAME=libaudiofile 0.2.7 SPARC 64bit Solaris 10 VERSION=0.2.7 PSTAMP=7th August 2010 VENDOR=michael@68k.org EMAIL=http://www.68k.org/~michael/audiofile/ DESC=Audio File Library ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010005a206000081a40000000000000000000000014c5c90d2000005500000010000010036ffffffffffffffff0000001400000000libaudiofile/pkgmap: 1 3875 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/audiofile-config 0755 root root 1035 9090 1281134785 1 f none /usr/local/bin/sfconvert 0755 root root 33752 37531 1281134784 1 f none /usr/local/bin/sfinfo 0755 root root 22432 62865 1281134784 1 d none /usr/local/include 0755 root root 1 f none /usr/local/include/af_vfs.h 0644 root root 1826 25852 1281134783 1 f none /usr/local/include/audiofile.h 0644 root root 23839 6870 1281134783 1 f none /usr/local/include/aupvlist.h 0644 root root 1633 6478 1281134783 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libaudiofile.a 0644 root root 1047632 26846 1281134783 1 f none /usr/local/lib/libaudiofile.la 0755 root root 848 7357 1281134783 1 s none /usr/local/lib/libaudiofile.so=libaudiofile.so.0.0.2 1 s none /usr/local/lib/libaudiofile.so.0=libaudiofile.so.0.0.2 1 f none /usr/local/lib/libaudiofile.so.0.0.2 0755 root root 805600 1408 1281134783 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/audiofile.pc 0644 root root 218 19988 1281134785 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/aclocal 0755 root root 1 f none /usr/local/share/aclocal/audiofile.m4 0644 root root 6793 14434 1281134785 1 i checkinstall 785 2565 1281134802 1 i pkginfo 280 21879 1281134802 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!0707010005a207000081a40000000000000000000000014c5c90d2000001180000010000010036ffffffffffffffff0000000800000000pkginfoPKG=libaudiofile NAME=libaudiofile 0.2.7 SPARC 64bit Solaris 10 VERSION=0.2.7 PSTAMP=7th August 2010 VENDOR=michael@68k.org EMAIL=http://www.68k.org/~michael/audiofile/ DESC=Audio File Library ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010005a206000081a40000000000000000000000014c5c90d2000005500000010000010036ffffffffffffffff0000000700000000pkgmap: 1 3875 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/audiofile-config 0755 root root 1035 9090 1281134785 1 f none /usr/local/bin/sfconvert 0755 root root 33752 37531 1281134784 1 f none /usr/local/bin/sfinfo 0755 root root 22432 62865 1281134784 1 d none /usr/local/include 0755 root root 1 f none /usr/local/include/af_vfs.h 0644 root root 1826 25852 1281134783 1 f none /usr/local/include/audiofile.h 0644 root root 23839 6870 1281134783 1 f none /usr/local/include/aupvlist.h 0644 root root 1633 6478 1281134783 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libaudiofile.a 0644 root root 1047632 26846 1281134783 1 f none /usr/local/lib/libaudiofile.la 0755 root root 848 7357 1281134783 1 s none /usr/local/lib/libaudiofile.so=libaudiofile.so.0.0.2 1 s none /usr/local/lib/libaudiofile.so.0=libaudiofile.so.0.0.2 1 f none /usr/local/lib/libaudiofile.so.0.0.2 0755 root root 805600 1408 1281134783 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/audiofile.pc 0644 root root 218 19988 1281134785 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/aclocal 0755 root root 1 f none /usr/local/share/aclocal/audiofile.m4 0644 root root 6793 14434 1281134785 1 i checkinstall 785 2565 1281134802 1 i pkginfo 280 21879 1281134802 0707010005a21c000041ed0000000000000000000000024c5c90d3000000000000010000010036ffffffffffffffff0000000800000000install0707010005a21d000081ed0000000000000000000000014c5c90d2000003110000010000010036ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="sparc" # release=`uname -r` platform=`uname -p` bits=`isainfo -b` # if [ ${platform} != ${expected_platform} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_platform} architecture\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${release} != ${expected_release} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_release} machine\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${bits} != ${expected_bits} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_bits} bit machine\n" echo "\tYour machine is running a ${bits} bit O.S. currently\n" echo "\tAborting installation.\n\n\n" exit 1 fi exit 0 0707010005a208000041ed0000000000000000000000034c5c90d2000000000000010000010036ffffffffffffffff0000000500000000root0707010005a209000041ed0000000000000000000000034c5c90d2000000000000010000010036ffffffffffffffff0000000900000000root/usr0707010005a20a000041ed0000000000000000000000064c5c90d3000000000000010000010036ffffffffffffffff0000000f00000000root/usr/local0707010005a219000041ed0000000000000000000000034c5c90d3000000000000010000010036ffffffffffffffff0000001500000000root/usr/local/share0707010005a21a000041ed0000000000000000000000024c5c90d3000000000000010000010036ffffffffffffffff0000001d00000000root/usr/local/share/aclocal0707010005a21b000081a40000000000000000000000014c5c90c100001a890000010000010036ffffffffffffffff0000002a00000000root/usr/local/share/aclocal/audiofile.m4# Configure paths for the Audio File Library # Bertrand Guiheneuf 98-10-21 # stolen from esd.m4 in esound : # Manish Singh 98-9-30 # stolen back from Frank Belew # stolen from Manish Singh # Shamelessly stolen from Owen Taylor dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and AUDIOFILE_LIBS. dnl AC_DEFUN([AM_PATH_AUDIOFILE], [dnl dnl Get compiler flags and libraries from the audiofile-config script. dnl AC_ARG_WITH(audiofile-prefix,[ --with-audiofile-prefix=PFX Prefix where Audio File Library is installed (optional)], audiofile_prefix="$withval", audiofile_prefix="") AC_ARG_WITH(audiofile-exec-prefix,[ --with-audiofile-exec-prefix=PFX Exec prefix where Audio File Library is installed (optional)], audiofile_exec_prefix="$withval", audiofile_exec_prefix="") AC_ARG_ENABLE(audiofiletest, [ --disable-audiofiletest Do not try to compile and run a test Audio File Library program], , enable_audiofiletest=yes) if test x$audiofile_exec_prefix != x ; then audiofile_args="$audiofile_args --exec-prefix=$audiofile_exec_prefix" if test x${AUDIOFILE_CONFIG+set} != xset ; then AUDIOFILE_CONFIG=$audiofile_exec_prefix/bin/audiofile-config fi fi if test x$audiofile_prefix != x ; then audiofile_args="$audiofile_args --prefix=$audiofile_prefix" if test x${AUDIOFILE_CONFIG+set} != xset ; then AUDIOFILE_CONFIG=$audiofile_prefix/bin/audiofile-config fi fi AC_PATH_PROG(AUDIOFILE_CONFIG, audiofile-config, no) min_audiofile_version=ifelse([$1], ,0.2.5,$1) AC_MSG_CHECKING(for Audio File Library - version >= $min_audiofile_version) no_audiofile="" if test "$AUDIOFILE_CONFIG" = "no" ; then no_audiofile=yes else AUDIOFILE_LIBS=`$AUDIOFILE_CONFIG $audiofileconf_args --libs` AUDIOFILE_CFLAGS=`$AUDIOFILE_CONFIG $audiofileconf_args --cflags` audiofile_major_version=`$AUDIOFILE_CONFIG $audiofile_args --version | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` audiofile_minor_version=`$AUDIOFILE_CONFIG $audiofile_args --version | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` audiofile_micro_version=`$AUDIOFILE_CONFIG $audiofile_config_args --version | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` if test "x$enable_audiofiletest" = "xyes" ; then AC_LANG_SAVE AC_LANG_C ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $AUDIOFILE_CFLAGS" LIBS="$LIBS $AUDIOFILE_LIBS" dnl dnl Now check if the installed Audio File Library is sufficiently new. dnl (Also checks the sanity of the results of audiofile-config to some extent.) dnl rm -f conf.audiofiletest AC_TRY_RUN([ #include #include #include #include char* my_strdup (char *str) { char *new_str; if (str) { new_str = malloc ((strlen (str) + 1) * sizeof(char)); strcpy (new_str, str); } else new_str = NULL; return new_str; } int main () { int major, minor, micro; char *tmp_version; system ("touch conf.audiofiletest"); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = my_strdup("$min_audiofile_version"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_audiofile_version"); exit(1); } if (($audiofile_major_version > major) || (($audiofile_major_version == major) && ($audiofile_minor_version > minor)) || (($audiofile_major_version == major) && ($audiofile_minor_version == minor) && ($audiofile_micro_version >= micro))) { return 0; } else { printf("\n*** 'audiofile-config --version' returned %d.%d.%d, but the minimum version\n", $audiofile_major_version, $audiofile_minor_version, $audiofile_micro_version); printf("*** of the Audio File Library required is %d.%d.%d. If audiofile-config is correct, then it is\n", major, minor, micro); printf("*** best to upgrade to the required version.\n"); printf("*** If audiofile-config was wrong, set the environment variable AUDIOFILE_CONFIG\n"); printf("*** to point to the correct copy of audiofile-config, and remove the file\n"); printf("*** config.cache before re-running configure\n"); return 1; } } ],, no_audiofile=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" AC_LANG_RESTORE fi fi if test "x$no_audiofile" = x ; then AC_MSG_RESULT(yes) ifelse([$2], , :, [$2]) else AC_MSG_RESULT(no) if test "$AUDIOFILE_CONFIG" = "no" ; then cat < #include ], [ return 0; ], [ cat < This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA. */ /* aupvlist.h This file contains the interface to the parameter value list data structures and routines. */ #ifndef AUPVLIST_H #define AUPVLIST_H #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ enum { AU_PVTYPE_LONG = 1, AU_PVTYPE_DOUBLE = 2, AU_PVTYPE_PTR = 3 }; typedef struct _AUpvlist *AUpvlist; #define AU_NULL_PVLIST ((struct _AUpvlist *) 0) AUpvlist AUpvnew (int maxItems); int AUpvgetmaxitems (AUpvlist); int AUpvfree (AUpvlist); int AUpvsetparam (AUpvlist, int item, int param); int AUpvsetvaltype (AUpvlist, int item, int type); int AUpvsetval (AUpvlist, int item, void *val); int AUpvgetparam (AUpvlist, int item, int *param); int AUpvgetvaltype (AUpvlist, int item, int *type); int AUpvgetval (AUpvlist, int item, void *val); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* AUPVLIST_H */ 0707010005a211000081a40000000000000000000000014c5c90bf00005d1f0000010000010036ffffffffffffffff0000002300000000root/usr/local/include/audiofile.h/* Audio File Library Copyright (C) 1998-2000, Michael Pruett This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA. */ /* audiofile.h This file contains the public interfaces to the Audio File Library. */ #ifndef AUDIOFILE_H #define AUDIOFILE_H #include #include #define LIBAUDIOFILE_MAJOR_VERSION 0 #define LIBAUDIOFILE_MINOR_VERSION 2 #define LIBAUDIOFILE_MICRO_VERSION 4 #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ typedef struct _AFvirtualfile AFvirtualfile; typedef struct _AFfilesetup *AFfilesetup; typedef struct _AFfilehandle *AFfilehandle; typedef void (*AFerrfunc)(long, const char *); typedef off_t AFframecount; typedef off_t AFfileoffset; #define AF_NULL_FILESETUP ((struct _AFfilesetup *) 0) #define AF_NULL_FILEHANDLE ((struct _AFfilehandle *) 0) #define AF_ERR_BASE 3000 enum { AF_DEFAULT_TRACK = 1001 }; enum { AF_DEFAULT_INST = 2001 }; enum { AF_NUM_UNLIMITED = 99999 }; enum { AF_BYTEORDER_BIGENDIAN = 501, AF_BYTEORDER_LITTLEENDIAN = 502 }; enum { AF_FILE_UNKNOWN = -1, AF_FILE_RAWDATA = 0, AF_FILE_AIFFC = 1, AF_FILE_AIFF = 2, AF_FILE_NEXTSND = 3, AF_FILE_WAVE = 4, AF_FILE_BICSF = 5, AF_FILE_IRCAM = AF_FILE_BICSF, AF_FILE_MPEG1BITSTREAM = 6, /* not implemented */ AF_FILE_SOUNDDESIGNER1 = 7, /* not implemented */ AF_FILE_SOUNDDESIGNER2 = 8, /* not implemented */ AF_FILE_AVR = 9, AF_FILE_IFF_8SVX = 10, AF_FILE_SAMPLEVISION = 11, /* not implemented */ AF_FILE_VOC = 12, /* not implemented */ AF_FILE_NIST_SPHERE = 13, AF_FILE_SOUNDFONT2 = 14 /* not implemented */ }; enum { AF_LOOP_MODE_NOLOOP = 0, AF_LOOP_MODE_FORW = 1, AF_LOOP_MODE_FORWBAKW = 2 }; enum { AF_SAMPFMT_TWOSCOMP = 401, /* linear two's complement */ AF_SAMPFMT_UNSIGNED = 402, /* unsigned integer */ AF_SAMPFMT_FLOAT = 403, /* 32-bit IEEE floating-point */ AF_SAMPFMT_DOUBLE = 404 /* 64-bit IEEE double-precision floating-point */ }; enum { AF_INST_LOOP_OFF = 0, /* no looping */ AF_INST_LOOP_CONTINUOUS = 1, /* loop continuously through decay */ AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */ }; enum { AF_INST_MIDI_BASENOTE = 301, AF_INST_NUMCENTS_DETUNE = 302, AF_INST_MIDI_LONOTE = 303, AF_INST_MIDI_HINOTE = 304, AF_INST_MIDI_LOVELOCITY = 305, AF_INST_MIDI_HIVELOCITY = 306, AF_INST_NUMDBS_GAIN = 307, AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */ AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */ AF_INST_SAMP_STARTFRAME = 310, /* start sample for this inst */ AF_INST_SAMP_ENDFRAME = 311, /* end sample for this inst */ AF_INST_SAMP_MODE = 312, /* looping mode for this inst */ AF_INST_TRACKID = 313, AF_INST_NAME = 314, /* name of this inst */ AF_INST_SAMP_RATE = 315, /* sample rate of this inst's sample */ AF_INST_PRESETID = 316, /* ID of preset containing this inst */ AF_INST_PRESET_NAME = 317 /* name of preset containing this inst */ }; enum { AF_MISC_UNRECOGNIZED = 0, /* unrecognized data chunk */ AF_MISC_COPY = 201, /* copyright string */ AF_MISC_AUTH = 202, /* author string */ AF_MISC_NAME = 203, /* name string */ AF_MISC_ANNO = 204, /* annotation string */ AF_MISC_APPL = 205, /* application-specific data */ AF_MISC_MIDI = 206, /* MIDI exclusive data */ AF_MISC_PCMMAP = 207, /* PCM mapping information (future use) */ AF_MISC_NeXT = 208, /* misc binary data appended to NeXT header */ AF_MISC_IRCAM_PEAKAMP = 209, /* peak amplitude information */ AF_MISC_IRCAM_COMMENT = 210, /* BICSF text comment */ AF_MISC_COMMENT = 210, /* general text comment */ AF_MISC_ICMT = AF_MISC_COMMENT, /* comments chunk (WAVE format) */ AF_MISC_ICRD = 211, /* creation date (WAVE format) */ AF_MISC_ISFT = 212 /* software name (WAVE format) */ }; enum { /* supported compression schemes */ AF_COMPRESSION_UNKNOWN = -1, AF_COMPRESSION_NONE = 0, AF_COMPRESSION_G722 = 501, AF_COMPRESSION_G711_ULAW = 502, AF_COMPRESSION_G711_ALAW = 503, /* Apple proprietary AIFF-C compression schemes (not supported) */ AF_COMPRESSION_APPLE_ACE2 = 504, AF_COMPRESSION_APPLE_ACE8 = 505, AF_COMPRESSION_APPLE_MAC3 = 506, AF_COMPRESSION_APPLE_MAC6 = 507, AF_COMPRESSION_G726 = 517, AF_COMPRESSION_G728 = 518, AF_COMPRESSION_DVI_AUDIO = 519, AF_COMPRESSION_IMA = AF_COMPRESSION_DVI_AUDIO, AF_COMPRESSION_GSM = 520, AF_COMPRESSION_FS1016 = 521, AF_COMPRESSION_DV = 522, AF_COMPRESSION_MS_ADPCM = 523 }; /* tokens for afQuery() -- see the man page for instructions */ /* level 1 selectors */ enum { AF_QUERYTYPE_INSTPARAM = 500, AF_QUERYTYPE_FILEFMT = 501, AF_QUERYTYPE_COMPRESSION = 502, AF_QUERYTYPE_COMPRESSIONPARAM = 503, AF_QUERYTYPE_MISC = 504, AF_QUERYTYPE_INST = 505, AF_QUERYTYPE_MARK = 506, AF_QUERYTYPE_LOOP = 507 }; /* level 2 selectors */ enum { AF_QUERY_NAME = 600, /* get name (1-3 words) */ AF_QUERY_DESC = 601, /* get description */ AF_QUERY_LABEL = 602, /* get 4- or 5-char label */ AF_QUERY_TYPE = 603, /* get type token */ AF_QUERY_DEFAULT = 604, /* dflt. value for param */ AF_QUERY_ID_COUNT = 605, /* get number of ids avail. */ AF_QUERY_IDS = 606, /* get array of id tokens */ AF_QUERY_IMPLEMENTED = 613, /* boolean */ AF_QUERY_TYPE_COUNT = 607, /* get number of types av. */ AF_QUERY_TYPES = 608, /* get array of types */ AF_QUERY_NATIVE_SAMPFMT = 609, /* for compression */ AF_QUERY_NATIVE_SAMPWIDTH = 610, AF_QUERY_SQUISHFAC = 611, /* 1.0 means variable */ AF_QUERY_MAX_NUMBER = 612, /* max allowed in file */ AF_QUERY_SUPPORTED = 613 /* insts, loops, etc., supported? */ }; /* level 2 selectors which have sub-selectors */ enum { AF_QUERY_TRACKS = 620, AF_QUERY_CHANNELS = 621, AF_QUERY_SAMPLE_SIZES = 622, AF_QUERY_SAMPLE_FORMATS = 623, AF_QUERY_COMPRESSION_TYPES = 624 }; /* level 3 sub-selectors */ enum { AF_QUERY_VALUE_COUNT = 650, /* number of values of the above */ AF_QUERY_VALUES = 651 /* array of those values */ }; /* Old Audio File Library error codes. These are still returned by the AFerrorhandler calls, but are not used by the new digital media library error reporting routines. See the bottom of this file for the new error tokens. */ enum { AF_BAD_NOT_IMPLEMENTED = 0, /* not implemented yet */ AF_BAD_FILEHANDLE = 1, /* tried to use invalid filehandle */ AF_BAD_OPEN = 3, /* unix open failed */ AF_BAD_CLOSE = 4, /* unix close failed */ AF_BAD_READ = 5, /* unix read failed */ AF_BAD_WRITE = 6, /* unix write failed */ AF_BAD_LSEEK = 7, /* unix lseek failed */ AF_BAD_NO_FILEHANDLE = 8, /* failed to allocate a filehandle struct */ AF_BAD_ACCMODE = 10, /* unrecognized audio file access mode */ AF_BAD_NOWRITEACC = 11, /* file not open for writing */ AF_BAD_NOREADACC = 12, /* file not open for reading */ AF_BAD_FILEFMT = 13, /* unrecognized audio file format */ AF_BAD_RATE = 14, /* invalid sample rate */ AF_BAD_CHANNELS = 15, /* invalid number of channels*/ AF_BAD_SAMPCNT = 16, /* invalid sample count */ AF_BAD_WIDTH = 17, /* invalid sample width */ AF_BAD_SEEKMODE = 18, /* invalid seek mode */ AF_BAD_NO_LOOPDATA = 19, /* failed to allocate loop struct */ AF_BAD_MALLOC = 20, /* malloc failed somewhere */ AF_BAD_LOOPID = 21, AF_BAD_SAMPFMT = 22, /* bad sample format */ AF_BAD_FILESETUP = 23, /* bad file setup structure*/ AF_BAD_TRACKID = 24, /* no track corresponding to id */ AF_BAD_NUMTRACKS = 25, /* wrong number of tracks for file format */ AF_BAD_NO_FILESETUP = 26, /* failed to allocate a filesetup struct*/ AF_BAD_LOOPMODE = 27, /* unrecognized loop mode value */ AF_BAD_INSTID = 28, /* invalid instrument id */ AF_BAD_NUMLOOPS = 29, /* bad number of loops */ AF_BAD_NUMMARKS = 30, /* bad number of markers */ AF_BAD_MARKID = 31, /* bad marker id */ AF_BAD_MARKPOS = 32, /* invalid marker position value */ AF_BAD_NUMINSTS = 33, /* invalid number of instruments */ AF_BAD_NOAESDATA = 34, AF_BAD_MISCID = 35, AF_BAD_NUMMISC = 36, AF_BAD_MISCSIZE = 37, AF_BAD_MISCTYPE = 38, AF_BAD_MISCSEEK = 39, AF_BAD_STRLEN = 40, /* invalid string length */ AF_BAD_RATECONV = 45, AF_BAD_SYNCFILE = 46, AF_BAD_CODEC_CONFIG = 47, /* improperly configured codec */ AF_BAD_CODEC_STATE = 48, /* invalid codec state: can't recover */ AF_BAD_CODEC_LICENSE = 49, /* no license available for codec */ AF_BAD_CODEC_TYPE = 50, /* unsupported codec type */ AF_BAD_COMPRESSION = AF_BAD_CODEC_CONFIG, /* for back compat */ AF_BAD_COMPTYPE = AF_BAD_CODEC_TYPE, /* for back compat */ AF_BAD_INSTPTYPE = 51, /* invalid instrument parameter type */ AF_BAD_INSTPID = 52, /* invalid instrument parameter id */ AF_BAD_BYTEORDER = 53, AF_BAD_FILEFMT_PARAM = 54, /* unrecognized file format parameter */ AF_BAD_COMP_PARAM = 55, /* unrecognized compression parameter */ AF_BAD_DATAOFFSET = 56, /* bad data offset */ AF_BAD_FRAMECNT = 57, /* bad frame count */ AF_BAD_QUERYTYPE = 58, /* bad query type */ AF_BAD_QUERY = 59, /* bad argument to afQuery() */ AF_WARNING_CODEC_RATE = 60, /* using 8k instead of codec rate 8012 */ AF_WARNING_RATECVT = 61, /* warning about rate conversion used */ AF_BAD_HEADER = 62, /* failed to parse header */ AF_BAD_FRAME = 63, /* bad frame number */ AF_BAD_LOOPCOUNT = 64, /* bad loop count */ AF_BAD_DMEDIA_CALL = 65, /* error in dmedia subsystem call */ /* AIFF/AIFF-C specific errors when parsing file header */ AF_BAD_AIFF_HEADER = 108, /* failed to parse chunk header */ AF_BAD_AIFF_FORM = 109, /* failed to parse FORM chunk */ AF_BAD_AIFF_SSND = 110, /* failed to parse SSND chunk */ AF_BAD_AIFF_CHUNKID = 111, /* unrecognized AIFF/AIFF-C chunk id */ AF_BAD_AIFF_COMM = 112, /* failed to parse COMM chunk */ AF_BAD_AIFF_INST = 113, /* failed to parse INST chunk */ AF_BAD_AIFF_MARK = 114, /* failed to parse MARK chunk */ AF_BAD_AIFF_SKIP = 115, /* failed to skip unsupported chunk */ AF_BAD_AIFF_LOOPMODE = 116 /* unrecognized loop mode (forw, etc)*/ }; /* new error codes which may be retrieved via dmGetError() */ /* The old error tokens continue to be retrievable via the AFerrorhandler */ /* AF_ERR_BASE is #defined in dmedia/dmedia.h */ enum { AF_ERR_NOT_IMPLEMENTED = 0+AF_ERR_BASE, /* not implemented yet */ AF_ERR_BAD_FILEHANDLE = 1+AF_ERR_BASE, /* invalid filehandle */ AF_ERR_BAD_READ = 5+AF_ERR_BASE, /* unix read failed */ AF_ERR_BAD_WRITE = 6+AF_ERR_BASE, /* unix write failed */ AF_ERR_BAD_LSEEK = 7+AF_ERR_BASE, /* unix lseek failed */ AF_ERR_BAD_ACCMODE = 10+AF_ERR_BASE, /* unrecognized audio file access mode */ AF_ERR_NO_WRITEACC = 11+AF_ERR_BASE, /* file not open for writing */ AF_ERR_NO_READACC = 12+AF_ERR_BASE, /* file not open for reading */ AF_ERR_BAD_FILEFMT = 13+AF_ERR_BASE, /* unrecognized audio file format */ AF_ERR_BAD_RATE = 14+AF_ERR_BASE, /* invalid sample rate */ AF_ERR_BAD_CHANNELS = 15+AF_ERR_BASE, /* invalid # channels*/ AF_ERR_BAD_SAMPCNT = 16+AF_ERR_BASE, /* invalid sample count */ AF_ERR_BAD_WIDTH = 17+AF_ERR_BASE, /* invalid sample width */ AF_ERR_BAD_SEEKMODE = 18+AF_ERR_BASE, /* invalid seek mode */ AF_ERR_BAD_LOOPID = 21+AF_ERR_BASE, /* invalid loop id */ AF_ERR_BAD_SAMPFMT = 22+AF_ERR_BASE, /* bad sample format */ AF_ERR_BAD_FILESETUP = 23+AF_ERR_BASE, /* bad file setup structure*/ AF_ERR_BAD_TRACKID = 24+AF_ERR_BASE, /* no track corresponding to id */ AF_ERR_BAD_NUMTRACKS = 25+AF_ERR_BASE, /* wrong number of tracks for file format */ AF_ERR_BAD_LOOPMODE = 27+AF_ERR_BASE, /* unrecognized loop mode symbol */ AF_ERR_BAD_INSTID = 28+AF_ERR_BASE, /* invalid instrument id */ AF_ERR_BAD_NUMLOOPS = 29+AF_ERR_BASE, /* bad number of loops */ AF_ERR_BAD_NUMMARKS = 30+AF_ERR_BASE, /* bad number of markers */ AF_ERR_BAD_MARKID = 31+AF_ERR_BASE, /* bad marker id */ AF_ERR_BAD_MARKPOS = 32+AF_ERR_BASE, /* invalid marker position value */ AF_ERR_BAD_NUMINSTS = 33+AF_ERR_BASE, /* invalid number of instruments */ AF_ERR_BAD_NOAESDATA = 34+AF_ERR_BASE, AF_ERR_BAD_MISCID = 35+AF_ERR_BASE, AF_ERR_BAD_NUMMISC = 36+AF_ERR_BASE, AF_ERR_BAD_MISCSIZE = 37+AF_ERR_BASE, AF_ERR_BAD_MISCTYPE = 38+AF_ERR_BASE, AF_ERR_BAD_MISCSEEK = 39+AF_ERR_BASE, AF_ERR_BAD_STRLEN = 40+AF_ERR_BASE, /* invalid string length */ AF_ERR_BAD_RATECONV = 45+AF_ERR_BASE, AF_ERR_BAD_SYNCFILE = 46+AF_ERR_BASE, AF_ERR_BAD_CODEC_CONFIG = 47+AF_ERR_BASE, /* improperly configured codec */ AF_ERR_BAD_CODEC_TYPE = 50+AF_ERR_BASE, /* unsupported codec type */ AF_ERR_BAD_INSTPTYPE = 51+AF_ERR_BASE, /* invalid instrument parameter type */ AF_ERR_BAD_INSTPID = 52+AF_ERR_BASE, /* invalid instrument parameter id */ AF_ERR_BAD_BYTEORDER = 53+AF_ERR_BASE, AF_ERR_BAD_FILEFMT_PARAM = 54+AF_ERR_BASE, /* unrecognized file format parameter */ AF_ERR_BAD_COMP_PARAM = 55+AF_ERR_BASE, /* unrecognized compression parameter */ AF_ERR_BAD_DATAOFFSET = 56+AF_ERR_BASE, /* bad data offset */ AF_ERR_BAD_FRAMECNT = 57+AF_ERR_BASE, /* bad frame count */ AF_ERR_BAD_QUERYTYPE = 58+AF_ERR_BASE, /* bad query type */ AF_ERR_BAD_QUERY = 59+AF_ERR_BASE, /* bad argument to afQuery() */ AF_ERR_BAD_HEADER = 62+AF_ERR_BASE, /* failed to parse header */ AF_ERR_BAD_FRAME = 63+AF_ERR_BASE, /* bad frame number */ AF_ERR_BAD_LOOPCOUNT = 64+AF_ERR_BASE, /* bad loop count */ /* AIFF/AIFF-C specific errors when parsing file header */ AF_ERR_BAD_AIFF_HEADER = 66+AF_ERR_BASE, /* failed to parse chunk header */ AF_ERR_BAD_AIFF_FORM = 67+AF_ERR_BASE, /* failed to parse FORM chunk */ AF_ERR_BAD_AIFF_SSND = 68+AF_ERR_BASE, /* failed to parse SSND chunk */ AF_ERR_BAD_AIFF_CHUNKID = 69+AF_ERR_BASE, /* unrecognized AIFF/AIFF-C chunk id */ AF_ERR_BAD_AIFF_COMM = 70+AF_ERR_BASE, /* failed to parse COMM chunk */ AF_ERR_BAD_AIFF_INST = 71+AF_ERR_BASE, /* failed to parse INST chunk */ AF_ERR_BAD_AIFF_MARK = 72+AF_ERR_BASE, /* failed to parse MARK chunk */ AF_ERR_BAD_AIFF_SKIP = 73+AF_ERR_BASE, /* failed to skip unsupported chunk */ AF_ERR_BAD_AIFF_LOOPMODE = 74+AF_ERR_BASE /* unrecognized loop mode (forw, etc) */ }; /* global routines */ AFerrfunc afSetErrorHandler (AFerrfunc efunc); /* query routines */ AUpvlist afQuery (int querytype, int arg1, int arg2, int arg3, int arg4); long afQueryLong (int querytype, int arg1, int arg2, int arg3, int arg4); double afQueryDouble (int querytype, int arg1, int arg2, int arg3, int arg4); void *afQueryPointer (int querytype, int arg1, int arg2, int arg3, int arg4); /* basic operations on file handles and file setups */ AFfilesetup afNewFileSetup (void); void afFreeFileSetup (AFfilesetup); int afIdentifyFD (int); int afIdentifyNamedFD (int, const char *filename, int *implemented); AFfilehandle afOpenFile (const char *filename, const char *mode, AFfilesetup setup); AFfilehandle afOpenVirtualFile (AFvirtualfile *vfile, const char *mode, AFfilesetup setup); AFfilehandle afOpenFD (int fd, const char *mode, AFfilesetup setup); AFfilehandle afOpenNamedFD (int fd, const char *mode, AFfilesetup setup, const char *filename); void afSaveFilePosition (AFfilehandle file); void afRestoreFilePosition (AFfilehandle file); int afSyncFile (AFfilehandle file); int afCloseFile (AFfilehandle file); void afInitFileFormat (AFfilesetup, int format); int afGetFileFormat (AFfilehandle, int *version); /* track */ void afInitTrackIDs (AFfilesetup, int *trackids, int trackCount); int afGetTrackIDs (AFfilehandle, int *trackids); /* track data: reading, writng, seeking, sizing frames */ int afReadFrames (AFfilehandle, int track, void *buffer, int frameCount); int afWriteFrames (AFfilehandle, int track, const void *buffer, int frameCount); AFframecount afSeekFrame (AFfilehandle, int track, AFframecount frameoffset); AFframecount afTellFrame (AFfilehandle, int track); AFfileoffset afGetTrackBytes (AFfilehandle, int track); float afGetFrameSize (AFfilehandle, int track, int expand3to4); float afGetVirtualFrameSize (AFfilehandle, int track, int expand3to4); /* track data: AES data */ /* afInitAESChannelData is obsolete -- use afInitAESChannelDataTo() */ void afInitAESChannelData (AFfilesetup, int track); /* obsolete */ void afInitAESChannelDataTo (AFfilesetup, int track, int willBeData); int afGetAESChannelData (AFfilehandle, int track, unsigned char buf[24]); void afSetAESChannelData (AFfilehandle, int track, unsigned char buf[24]); #if 0 /* track setup format initialized via DMparams */ /* track format retrieved via DMparams */ DMstatus afInitFormatParams (AFfilesetup, int track, DMparams *params); /* virtual format set via DMparams */ DMstatus afGetFormatParams (AFfilehandle, int track, DMparams *params); /* virtual format retrieved via DMparams */ DMstatus afSetVirtualFormatParams (AFfilehandle, int track, DMparams *params); DMstatus afGetVirtualFormatParams (AFfilehandle, int track, DMparams *params); /* conversion/compression params set via DMparams */ DMstatus afSetConversionParams (AFfilehandle, int track, DMparams *params); /* conversion/compression params retrieved via DMparams */ DMstatus afGetConversionParams (AFfilehandle, int track, DMparams *params); #endif /* track data: byte order */ void afInitByteOrder (AFfilesetup, int track, int byteOrder); int afGetByteOrder (AFfilehandle, int track); int afSetVirtualByteOrder (AFfilehandle, int track, int byteOrder); int afGetVirtualByteOrder (AFfilehandle, int track); /* track data: number of channels */ void afInitChannels (AFfilesetup, int track, int nchannels); int afGetChannels (AFfilehandle, int track); int afSetVirtualChannels (AFfilehandle, int track, int channelCount); int afGetVirtualChannels (AFfilehandle, int track); void afSetChannelMatrix (AFfilehandle, int track, double *matrix); /* track data: sample format and sample width */ void afInitSampleFormat (AFfilesetup, int track, int sampleFormat, int sampleWidth); void afGetSampleFormat (AFfilehandle file, int track, int *sampfmt, int *sampwidth); void afGetVirtualSampleFormat (AFfilehandle file, int track, int *sampfmt, int *sampwidth); int afSetVirtualSampleFormat (AFfilehandle, int track, int sampleFormat, int sampleWidth); void afGetVirtualSampleFormat (AFfilehandle, int track, int *sampleFormat, int *sampleWidth); /* track data: sampling rate */ void afInitRate (AFfilesetup, int track, double rate); double afGetRate (AFfilehandle, int track); #if 0 int afSetVirtualRate (AFfilehandle, int track, double rate); double afGetVirtualRate (AFfilehandle, int track); #endif /* track data: compression */ void afInitCompression (AFfilesetup, int track, int compression); #if 0 void afInitCompressionParams (AFfilesetup, int track, int compression AUpvlist params, int parameterCount); #endif int afGetCompression (AFfilehandle, int track); #if 0 void afGetCompressionParams (AFfilehandle, int track, int *compression, AUpvlist params, int parameterCount); int afSetVirtualCompression (AFfilesetup, int track, int compression); void afSetVirtualCompressionParams (AFfilehandle, int track, int compression, AUpvlist params, int parameterCount); int afGetVirtualCompression (AFfilesetup, int track, int compression); void afGetVirtualCompressionParams (AFfilehandle, int track, int *compression, AUpvlist params, int parameterCount); #endif /* track data: pcm mapping */ void afInitPCMMapping (AFfilesetup filesetup, int track, double slope, double intercept, double minClip, double maxClip); void afGetPCMMapping (AFfilehandle file, int track, double *slope, double *intercept, double *minClip, double *maxClip); /* NOTE: afSetTrackPCMMapping() is special--it does not set the virtual */ /* format; it changes what the AF thinks the track format is! Be careful. */ int afSetTrackPCMMapping (AFfilehandle file, int track, double slope, double intercept, double minClip, double maxClip); /* NOTE: afSetVirtualPCMMapping() is different from afSetTrackPCMMapping(): */ /* see comment for afSetTrackPCMMapping(). */ int afSetVirtualPCMMapping (AFfilehandle file, int track, double slope, double intercept, double minClip, double maxClip); void afGetVirtualPCMMapping (AFfilehandle file, int track, double *slope, double *intercept, double *minClip, double *maxClip); /* track data: data offset within the file */ /* initialize for raw reading only */ void afInitDataOffset(AFfilesetup, int track, AFfileoffset offset); AFfileoffset afGetDataOffset (AFfilehandle, int track); /* track data: count of frames in file */ void afInitFrameCount (AFfilesetup, int track, AFframecount frameCount); AFframecount afGetFrameCount (AFfilehandle file, int track); /* loop operations */ void afInitLoopIDs (AFfilesetup, int instid, int ids[], int nids); int afGetLoopIDs (AFfilehandle, int instid, int loopids[]); void afSetLoopMode (AFfilehandle, int instid, int loop, int mode); int afGetLoopMode (AFfilehandle, int instid, int loopid); int afSetLoopCount (AFfilehandle, int instid, int loop, int count); int afGetLoopCount (AFfilehandle, int instid, int loopid); void afSetLoopStart (AFfilehandle, int instid, int loopid, int markerid); int afGetLoopStart (AFfilehandle, int instid, int loopid); void afSetLoopEnd (AFfilehandle, int instid, int loopid, int markerid); int afGetLoopEnd (AFfilehandle, int instid, int loopid); int afSetLoopStartFrame (AFfilehandle, int instid, int loop, AFframecount startFrame); AFframecount afGetLoopStartFrame (AFfilehandle, int instid, int loop); int afSetLoopEndFrame (AFfilehandle, int instid, int loop, AFframecount startFrame); AFframecount afGetLoopEndFrame (AFfilehandle, int instid, int loop); void afSetLoopTrack (AFfilehandle, int instid, int loopid, int trackid); int afGetLoopTrack (AFfilehandle, int instid, int loopid); /* marker operations */ void afInitMarkIDs (AFfilesetup, int trackid, int *ids, int nids); int afGetMarkIDs (AFfilehandle file, int trackid, int markids[]); void afSetMarkPosition (AFfilehandle file, int trackid, int markid, AFframecount markpos); AFframecount afGetMarkPosition (AFfilehandle file, int trackid, int markid); void afInitMarkName (AFfilesetup, int trackid, int marker, const char *name); void afInitMarkComment (AFfilesetup, int trackid, int marker, const char *comment); char *afGetMarkName (AFfilehandle file, int trackid, int markid); char *afGetMarkComment (AFfilehandle file, int trackid, int markid); /* instrument operations */ void afInitInstIDs (AFfilesetup, int *ids, int nids); int afGetInstIDs (AFfilehandle file, int *instids); void afGetInstParams (AFfilehandle file, int instid, AUpvlist pvlist, int nparams); void afSetInstParams (AFfilehandle file, int instid, AUpvlist pvlist, int nparams); long afGetInstParamLong (AFfilehandle file, int instid, int param); void afSetInstParamLong (AFfilehandle file, int instid, int param, long value); /* miscellaneous data operations */ void afInitMiscIDs (AFfilesetup, int *ids, int nids); int afGetMiscIDs (AFfilehandle, int *ids); void afInitMiscType (AFfilesetup, int miscellaneousid, int type); int afGetMiscType (AFfilehandle, int miscellaneousid); void afInitMiscSize (AFfilesetup, int miscellaneousid, int size); int afGetMiscSize (AFfilehandle, int miscellaneousid); int afWriteMisc (AFfilehandle, int miscellaneousid, void *buf, int bytes); int afReadMisc (AFfilehandle, int miscellaneousid, void *buf, int bytes); int afSeekMisc (AFfilehandle, int miscellaneousid, int offset); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* AUDIOFILE_H */ 0707010005a210000081a40000000000000000000000014c5c90bf000007220000010000010036ffffffffffffffff0000002000000000root/usr/local/include/af_vfs.h/* Audio File Library Copyright (C) 1999, Elliot Lee This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA. */ /* af_vfs.h Virtual file operations for the Audio File Library. */ #ifndef AUDIOFILE_VFS_H #define AUDIOFILE_VFS_H 1 #include struct _AFvirtualfile { ssize_t (*read) (AFvirtualfile *vfile, void *data, size_t nbytes); long (*length) (AFvirtualfile *vfile); ssize_t (*write) (AFvirtualfile *vfile, const void *data, size_t nbytes); void (*destroy)(AFvirtualfile *vfile); long (*seek) (AFvirtualfile *vfile, long offset, int is_relative); long (*tell) (AFvirtualfile *vfile); void *closure; }; AFvirtualfile *af_virtual_file_new (void); AFvirtualfile *af_virtual_file_new_for_file (FILE *fh); void af_virtual_file_destroy (AFvirtualfile *vfile); size_t af_fread (void *data, size_t size, size_t nmemb, AFvirtualfile *vfile); size_t af_fwrite (const void *data, size_t size, size_t nmemb, AFvirtualfile *vfile); int af_fclose (AFvirtualfile *vfile); long af_flength (AFvirtualfile *vfile); int af_fseek (AFvirtualfile *vfile, long offset, int whence); long af_ftell (AFvirtualfile *vfile); #endif 0707010005a213000041ed0000000000000000000000034c5c90d3000000000000010000010036ffffffffffffffff0000001300000000root/usr/local/lib0707010005a214000081a40000000000000000000000014c5c90bf000ffc500000010000010036ffffffffffffffff0000002200000000root/usr/local/lib/libaudiofile.a! / 1281134748 0 0 0 9384 ` x$$$$$$$$$||||||||||||||||||||242424242424242424242424242424242424242424 4 4 4,$,$,$=========rLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrLrL<< \ \ \FLFLFLFL,,,,,,,,,,,ٔٔٔٔٔٔٔٔٔٔٔٔٔٔٔٔٔ8888888888|||\\\\\\\\\\\l,l,l,l,l,l,l,\\\\\\\\\GLGLללללל  ]\]\]\]\]\]\]\    , ,     Z Z @ @ @ @ T T T                                                                               ;;;<<<<<<<<@@@@@,,,,afCloseFileafSyncFileafOpenVirtualFileafOpenFileafOpenNamedFDafOpenFDafIdentifyNamedFDafIdentifyFD_af_identify_af_filesetup_make_handle_af_filesetup_copyafInitFrameCountafInitDataOffsetafInitRateafInitByteOrderafInitSampleFormatafInitChannelsafInitFileFormatafFreeFileSetup_af_setup_free_instruments_af_setup_free_loops_af_setup_free_tracks_af_setup_free_markersafNewFileSetup_af_instsetup_new_af_tracksetup_new_af_default_tracksetup_af_default_instrumentsetup_af_default_file_setupafGetVirtualChannelsafSetChannelMatrixafSetVirtualRateafGetVirtualRateafSetVirtualChannelsafGetFileFormatafSetVirtualSampleFormatafGetVirtualSampleFormatafGetSampleFormatafGetChannelsafGetRateafGetFrameCountafGetVirtualByteOrderafGetByteOrderafSetVirtualByteOrderafTellFrameafSeekFrameafGetVirtualFrameSizeafGetFrameSizeafGetTrackBytesafGetDataOffsetafReadFramesafWriteFramesafGetVirtualPCMMappingafGetPCMMappingafSetTrackPCMMappingafSetVirtualPCMMappingafInitPCMMapping_af_default_double_pcm_mapping_af_default_float_pcm_mapping_af_default_unsigned_integer_pcm_mappings_af_default_signed_integer_pcm_mappings_af_errorafSetErrorHandler$XAoAMiK8BJXMkhz.errorFunction_af_byteswap_float32_af_byteswap_int32_af_byteswap_int16af_virtual_file_new_for_fileaf_ftellaf_fseekaf_flengthaf_fcloseaf_fwriteaf_freadaf_virtual_file_destroyaf_virtual_file_newaf_write_pstringaf_read_pstringaf_write_uint8af_write_uint16_leaf_write_uint16_beaf_write_uint32_leaf_write_uint32_beaf_read_uint8af_read_uint16_leaf_read_uint16_beaf_read_uint32_leaf_read_uint32_be_af_unique_ids_af_set_sample_format_af_format_frame_size_af_format_frame_size_uncompressed_af_format_sample_size_af_format_sample_size_uncompressed_af_filehandle_get_track_af_filesetup_get_tracksetup_af_pv_getptr_af_pv_getdouble_af_pv_getlong_af_pv_pointer_af_pv_double_af_pv_long_af_calloc_af_realloc_af_strdup_af_malloc_af_filehandle_ok_af_filehandle_can_write_af_filehandle_can_read_af_filesetup_ok_af_print_chunk_af_print_frame_af_print_filehandle_af_print_channel_matrix_af_print_tracks_af_print_audioformat_af_print_pvlist_af_printidAUpvgetvalAUpvgetvaltypeAUpvgetparamAUpvsetvalAUpvsetvaltypeAUpvsetparamAUpvfreeAUpvgetmaxitemsAUpvnew_af_compression_af_unitsafInitCompressionafGetCompression_af_compression_index_from_idafSetAESChannelDataafGetAESChannelDataafInitAESChannelDataToafInitAESChannelData_af_setup_instrument_index_from_idafGetInstParamLongafGetInstParams_af_instparam_getafSetInstParamLongafSetInstParams_af_instparam_index_from_id_af_handle_instrument_index_from_id_af_instparam_setafGetInstIDsafInitInstIDsafGetLoopEndFrameafSetLoopEndFrameafGetLoopEndafSetLoopEndafGetLoopTrackafSetLoopTrackafGetLoopStartFrameafSetLoopStartFrameafGetLoopStartafSetLoopStartafGetLoopCountafSetLoopCountafGetLoopModeafSetLoopMode_af_handle_loop_index_from_idafGetLoopIDsafInitLoopIDs_af_marker_newafGetMarkPositionafGetMarkIDsafSetMarkPositionafGetMarkCommentafGetMarkNameafInitMarkCommentafInitMarkNameafInitMarkIDs_af_marker_find_by_idafSeekMiscafReadMiscafWriteMiscafGetMiscSizeafInitMiscSizeafGetMiscTypeafInitMiscTypeafGetMiscIDsafInitMiscIDs_af_track_newafGetTrackIDsafInitTrackIDs_afQueryMiscellaneousafQueryPointerafQueryDoubleafQueryLong_afQueryMarker_afQueryCompression_afQueryFileFormat_afQueryLoop_afQueryInstrumentParameter_afQueryInstrumentafQuery_af_raw_complete_setup_af_raw_update_af_raw_write_init_af_raw_read_init_af_raw_recognize_af_raw_compression_types_af_raw_default_filesetup_af_aifc_get_version_af_aiff_instparam_valid_af_aiff_complete_setup_af_aifc_recognize_af_aiff_recognize_af_aiff_read_init_af_aiff_default_filesetup_af_aiffc_compression_types_af_aiff_inst_params_af_aiff_update_af_aiff_write_init_af_convert_from_ieee_extended_af_convert_to_ieee_extended_af_next_complete_setup_af_next_recognize_af_next_read_init_af_next_default_filesetup_af_next_compression_types_af_next_write_init_af_next_update_af_wave_instparam_valid_af_wave_complete_setup_af_wave_read_init_af_wave_recognize_af_wave_default_filesetup_af_wave_inst_params_af_wave_compression_types_af_wave_write_init_af_wave_updatewaveinfo_new_af_ircam_read_init_af_ircam_complete_setup_af_ircam_recognize_af_ircam_default_filesetup_af_ircam_next_magic_af_ircam_mips_magic_af_ircam_sun_magic_af_ircam_vax_magic_af_ircam_update_af_ircam_write_init_af_avr_complete_setup_af_avr_read_init_af_avr_recognize_af_avr_default_filesetup_af_avr_write_init_af_avr_update_af_iff_complete_setup_af_iff_read_init_af_iff_recognize_af_iff_default_filesetup_af_iff_update_af_iff_write_init_af_nist_read_init_af_nist_complete_setup_af_nist_recognize_af_nist_default_filesetup_af_nist_update_af_nist_write_initWriteNISTHeader_af_ulaw2linear_af_linear2ulaw_af_alaw2linear_af_linear2alaw$XAoAMiKXCJXMki_.seg_end$XAoAMiKXCJXMki_._a2u$XAoAMiKXCJXMki_._u2a_AFfreemodules_AFinitmodules_AFsetupmodules_AFsyncmodules$XAoAMiKZCJXMU4_.intmappings$XAoAMiKZCJXMU4_.convertmatrix$XAoAMiKZCJXMU4_.channelchanges$XAoAMiKZCJXMU4_.clip$XAoAMiKZCJXMU4_.to_dbl$XAoAMiKZCJXMU4_.to_flt$XAoAMiKZCJXMU4_.swapbytes$XAoAMiKZCJXMU4_.signed2unsigned$XAoAMiKZCJXMU4_.unsigned2signed$XAoAMiKZCJXMU4_.channelchange4$XAoAMiKZCJXMU4_.channelchange3$XAoAMiKZCJXMU4_.channelchange2$XAoAMiKZCJXMU4_.channelchange1$XAoAMiKZCJXMU4_.channelchangedouble$XAoAMiKZCJXMU4_.channelchangefloat$XAoAMiKZCJXMU4_.int4_3$XAoAMiKZCJXMU4_.int4_2$XAoAMiKZCJXMU4_.int4_1$XAoAMiKZCJXMU4_.int3_4$XAoAMiKZCJXMU4_.int3_2$XAoAMiKZCJXMU4_.int3_1$XAoAMiKZCJXMU4_.int2_4$XAoAMiKZCJXMU4_.int2_3$XAoAMiKZCJXMU4_.int2_1$XAoAMiKZCJXMU4_.int1_4$XAoAMiKZCJXMU4_.int1_3$XAoAMiKZCJXMU4_.int1_2$XAoAMiKZCJXMU4_.signed2unsigned4$XAoAMiKZCJXMU4_.signed2unsigned3$XAoAMiKZCJXMU4_.signed2unsigned2$XAoAMiKZCJXMU4_.signed2unsigned1$XAoAMiKZCJXMU4_.unsigned2signed4$XAoAMiKZCJXMU4_.unsigned2signed3$XAoAMiKZCJXMU4_.unsigned2signed2$XAoAMiKZCJXMU4_.unsigned2signed1$XAoAMiKZCJXMU4_.clip4$XAoAMiKZCJXMU4_.clip3$XAoAMiKZCJXMU4_.clip2$XAoAMiKZCJXMU4_.clip1$XAoAMiKZCJXMU4_.clipdouble$XAoAMiKZCJXMU4_.clipfloat$XAoAMiKZCJXMU4_.double2int4_clip$XAoAMiKZCJXMU4_.double2int3_clip$XAoAMiKZCJXMU4_.double2int2_clip$XAoAMiKZCJXMU4_.double2int1_clip$XAoAMiKZCJXMU4_.float2int4_clip$XAoAMiKZCJXMU4_.float2int3_clip$XAoAMiKZCJXMU4_.float2int2_clip$XAoAMiKZCJXMU4_.float2int1_clip$XAoAMiKZCJXMU4_.doubletransform$XAoAMiKZCJXMU4_.floattransform$XAoAMiKZCJXMU4_.int2double4$XAoAMiKZCJXMU4_.int2double3$XAoAMiKZCJXMU4_.int2double2$XAoAMiKZCJXMU4_.int2double1$XAoAMiKZCJXMU4_.int2float4$XAoAMiKZCJXMU4_.int2float3$XAoAMiKZCJXMU4_.int2float2$XAoAMiKZCJXMU4_.int2float1$XAoAMiKZCJXMU4_.double2float$XAoAMiKZCJXMU4_.float2double$XAoAMiKZCJXMU4_.char3_to_real_char3$XAoAMiKZCJXMU4_.real_char3_to_uchar3$XAoAMiKZCJXMU4_.real_char3_to_schar3$XAoAMiKZCJXMU4_.swap8$XAoAMiKZCJXMU4_.swap4$XAoAMiKZCJXMU4_.swap3$XAoAMiKZCJXMU4_.swap2_AFsimplemodrun_push_AFpushat_AFpush_AFsimplemodrun_pull_AFpull_AFfreemodspec_AFnewmodinst_af_ms_adpcm_init_decompress$XAoAMiKzBJXMUuv.ms_adpcm_decompress_af_ms_adpcm_format_ok_af_ima_adpcm_init_decompress$XAoAMiK0BJXM0Iw.ima_adpcm_decompress_af_ima_adpcm_format_ok_af_initint2rebufferf2v$XAoAMiK2BJXMk2w.int2rebufferf2v_af_initint2rebufferv2f$XAoAMiK2BJXMk2w.int2rebufferv2f_af_initfloatrebufferf2v$XAoAMiK2BJXMk2w.floatrebufferf2v_af_initfloatrebufferv2f$XAoAMiK2BJXMk2w.floatrebufferv2f_AFg711initdecompress$XAoAMiKxBJXMU_u.g711decompress_AFg711initcompress$XAoAMiKxBJXMU_u.g711compress_af_g711_format_ok_af_adpcm_decoder_af_adpcm_coder$XAoAMiK1BJXMUfw.stepsizeTable$XAoAMiK1BJXMUfw.indexTable_AFpcminitdecompress_AFpcminitcompress$XAoAMiKyBJXM0Wv.pcm_af_pcm_format_okopenclose.o/ 1281134712 0 0 100644 33364 ` ELF+|P@@.shstrtab.text.rodata1.rodata.bss.data.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames A@`www_@wߠ 'Gۥ,p,p`] 8\@h3Gۥ,p,p`] 8\@_@*08408H!_h Gۥ,p,p`] @_$`__ߐ@@ Gۥ,p,p`]D@H'G۠ 'Gۀ O__ߐ@@ _h_$ ?'G<  A@`w'G@'G`]@@w_h `] @?H'_@w_瀤h `] @?H '_@'_@G'G< A@`w'wwG@'G`]@@w_׀h `]_ @@?H '_@w_πh `]_ @@?H '__@@'_@G'G< A@`w'ww_h `] @HFw_L rH 'H_L wH 'H `]_ @@H*wG_@@w_׀h `] @Hw_@wG_Ϩ_@@= H_@_w_߰A@`w'www_h `] @HIw_L rH 'H_L wH 'H `]_ @@H-wG_@@w_πh `]_ߐ @@Hw_@wG__ߪ_@@@՘ H_@_w_װA@`wwww_h `] @HIw_L rH 'H_L wH 'H `]_ @@H-w__@@w_׀h `]_ @@Hw_@wG___@@@n H_@_w_߰A@`wwww_h `] @H  :  I8 I ' ID  I &I ' D I: I !I/  :  :  :  : .?  : ;@ ' ID I: ; 4I : ; . : ;@ ' ID  . : ;@ ' D .? < ' D .? < ' ID .? < ' ID 7I < !.? < ' D +Y_af_identify afIdentifyFDafIdentifyNamedFDafOpenFD0afOpenNamedFD4afOpenFile#afOpenVirtualFileqafSyncFilesafCloseFile\+_afOpenFilefreeFileHandle NfreeInstParams+_AFvirtualfileAFvirtualfile AFfileoffset__FILEFILE_PCMInfo_PCMInfo-_AudioFormat_AudioFormat0_Marker_MarkerAFframecount_AFchunk 4_AFchunk  . z_AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule P_AFmoduleinst _AFmoduleinst ,_AFmodulestate _AFmodulestate _Track_Track_Loop_LoopAFPVuAFPVu_Instrumentf_Instrument_Miscellaneous_Miscellaneous_AFfilehandlecAFfilehandle_MarkerSetup_MarkerSetup_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupP_InstrumentSetupt_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetupstatus#loff64_t%-off_t(essize_topenclose.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L73.L81.L119.L155.L180_afOpenFile.L358.L451.L483.L488.L503.L517.L_cseg0freeFileHandle.L747.L780.L803freeInstParams_AFfreemodulesAUpvfreefreeafCloseFile_AFsyncmodules_AFsetupmodules_af_filehandle_okafSyncFile_AFinitmodulesstrdupmemsetafFreeFileSetup_af_malloc_af_filesetup_okafOpenVirtualFilefopenafOpenFileafOpenNamedFDafOpenFDafIdentifyNamedFDaf_fcloseaf_virtual_file_new_for_file_af_errorfdopendupafIdentifyFDaf_fseekaf_ftell_af_identify_af_units_GLOBAL_OFFSET_TABLE_    !2AFK Q@WX ] H@ixoXu({ 0(X8   0+:AHXctLHt (2 :$:<7`9d9 99 99 6,909 p6::4  3$ ( 42L1h l x280::4  (3D H \2t1  280 :$:L P \2 23  2(1l0::  2HL `2|3  21 0P:T:|  2 2+4 8 L2`10::   $2 D  H T2   2 0 P: T:   ) 0 4 @2 X8 8   2   2 9 9 8 < P2 x9 |9   2 49 89 |( ' &%h9l9 99 '('$::"t! 99 $9(9  2::"4#D0`d x2::  2L|(0xh&::(9,9 h9l9 6Q6k86s6256:6/66.66|C-6K6D,6L6;*6C6 6 H6t646`6P6<6P6<#66#6H#6#6\#6#6\#6 #6h(#6D1#69#6 B#6J#6 6666<6D6M6U6^6f6666666666666 6 6x 6 6x $6 ,6x b6 j68656I/6t.6-6,6*6O6 H#6D6c66666@  `h @" H' H- H6 H?$9J$9+VP4bTEpV!WhWn [wH]cH@t` z  | |  |8 setup.o/ 1281134713 0 0 100644 35452 ` ELF+@@.shstrtab.text.picdata.rodata1.rodata.bss.data.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames A@`w'G HHwG x@w_߀hHw 'GH`]_G,p,p$ x`]OtGc_ߥ,p,p$$_G,p,p$`D`D`@_G,p,p$D \ H _G,p,p$t `H_G,p,p$D \ @_G,p,p$t `_G,p,p$\ `hH{w '_G,p,p$D \HeG۪ _G,p,p$\ `-0-0$`]@_G,p,p$\ `Gۥ,p,pt _G,p,p$\ `Gۥ,p,p\ hH>w`]@_G,p,p$\ `Gۥ,p,pt _G,p,p$\ `Gۥ,p,p\ hHwG۠ 'G_G,p,p$D \OG 'GGO8_w_ A@`w'G HHwG @w_߀hH}w 'GHu`]_G,p,p `]OtGg_ߥ,p,p$_G,p,pD  H _G,p,pt HE_G,p,pD  @_G,p,pt _G,p,p\ hH1w '_G,p,pD HG۪ _G,p,p\ -0$@G۠ 'G_G,p,pD OG 'GGO_w_0A@`wߐ 8@w_hHRw`]_ 8`\@Ot_D @_t _D @_t _D ( H_t 0H2_D ( @_t 0 '_D (H#G`_\ 0,p,p$_\ 0G,p,p$ _\ 0G,p,p$ G 'G_D (O_w_@w'_\ G,p,p$D \ HH '_\ G,p,p$D \H1_\ G,p,p$\ `G,p,p\ @_\ G,p,p$\ `G,p,p\ @G 'G_\ G,p,p$D \O_\ G,p,p$\ `@_\ G,p,p$t `_\ G,p,p$$ \@w_\ h '_D H_G@@G 'G_D O_\ @_t _$ @w'_\ G,p,p\ h _\ G,p,p\ @_\ G,p,pt _\ G,p,p$ @w_\ h '_D H_G@@G 'G_D O_\ @_t _$ @w_@*08408HH_@_@_D (H _\ 0@_t 0_$ (_  8@_@0A@`ww'_@*08408HH5G HG H `]G @@H#G,p,p`] @H`]G,p,p`] \@ @HG_$`0A@`ww''_@*08408HH"_G@@w_瀤hHG H `]G @@HG_$`@ _,`T0w'''_@*08408HH_G@@w_߀hH_ߢ GG@@ _,`Q _,`R0A@`ww''_@*08408HH&_G@@w_瀤hHG!HG!H `]G 5@@HG_$` _,`S A@`ww'?_@*08408HH'_G@@w_߀hH`] H `] ;@[H_<  _,`P A@`ww'w_@*08408HH"_G@@w_߀hH_瀤 h `]_ 8@@H__t`h _,`X A@`ww'w_@*08408HH"_G@@w_߀hH_瀤 h `]_ 9@@H__t`p _,`Yww/ 8@w_׀hHw__ׂ 8`\@Ot_t _t _t 0_ H_D H'_ H_D H' 'G'G'Gǀ H_t HGǐ x@w__t`_hH_\ _\ Gǥ,p,p$@G_$` _ H_D H'_ H_D H' 'G'G'Gπ H_t HGϐ @w__t` _hHs_\ _\ Gϥ,p,p@G_$`_ H_D (H'_ H_D (H' 'G'G'Gˀ H_t 0HGː @w__t`0_hH5_\ 0_\ 0G˥,p,p@G_$`( '_D H_\ Gӥ,p,p$w_\ Gӥ,p,p$ WH H_t `_$ \H_\ Gӥ,p,p$D \ H_t `H*_\ Gӥ,p,p$D \ @w__t``_hH_\ `_\ Gӥ,p,p$\``D`\,0,0@_\ Gӥ,p,p$D \_$`\ '_\ Gӥ,p,p$D \H[_\ Gӥ,p,p$\ `G,p,p\ @_\ `G,p,pt _\ `G,p,p\ hH_\ Gӥ,p,p$\ `G,p,p\ @_\ `G,p,pt _\ `G,p,p\ hHjG 'G_\ Gӥ,p,p$D \OGӠ 'G_D O5 '_D HH_\ Gӥ,p,pw_\ Gӥ,p,pD  H_t H(_\ Gӥ,p,pD  @w__t`_hH_\ _\ Gӥ,p,p\`D`,0@GӠ 'G_D O_H%w_\ 0h_\ 0@_\ h_\ @_\ h_\ @_׀h_@w_߰A@`www!%!D_$`_D 'G_$`$G〤 H_t (H_D $"8@_t (_\ (h?HE' '_D $H_\ (G,p,p,p,p w_\ G,p,p$w_D _$`_Ϣ _נ  H`\@Ot_t _D \'G_$`Gˀ H_t Hi_D @_t _\ h?H' '_D HT_\ `Gǥ,p,pD_\ ,p4_\ `Gǥ,p,p\ @_\ Gǡ,0@t _\ Gǡ,0@\ h?H'_\ `Gǥ,p,p\ @_\ Gǡ,0@t _\ Gǡ,0@\ h?H'_\ Gǡ,0@t GǠ 'G_D O_ V_,` _,a_$!_t!8_t!@_t!H _,ay _,a _,a٠ _,bG 'G_D $OF_D 'G_$`0G〤 H_t 8H_D 0 @_t 8_\ 8h?Hd' '_D 0H_\ G,p,pD_\ 8$@_\ G,p,pD 'G_\ 8G,p,p$`Gۀ H _\ 8G,p,pt Hl_\ 8G,p,pD  @_\ 8G,p,pt _\ 8G,p,p\ h?H' '_\ 8G,p,pD H=#_\ 8G,p,p\ Gץ,p,pw_\ G,p,p\ Gס,0D@_$`_$ _$ _$`Gס,  _$` Gס,  _$`Gנ 'G_\ 8G,p,pD O_D ,p,p`] D@'G߀ H _\ 8G,p,pt HFGߐ @_\ 8G,p,pt _\ 8G,p,p\ h?H' 'G߀H%_D ,p,p`] \@G۩,p,p _\ 8G,p,p\ ]`t`G۠ 'GG߀OG 'G_D 0O_D ('G_$`@G〤 H_t HHS_D @ @_t H_\ Hh?HE' '_D @H<_\ 0G,p,pD_\ H,p$_\ 0G,p,pD _\ H,p$`_\ 0G,p,pD _\ H,p$`_\ HG,0@t _\ HG,0@t G 'G_D @O 'G< @刀@@Eunrecognized file format %d%s format not currently supportedinvalid number of channels %dinvalid byte order %dinvalid sample rate %.30ginvalid data offset %dinvalid frame count %d@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03)setup.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o setup.o setup.c -W0,-xp\$XAoAMiK5BJXMEHy.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK5BJXMEHy.;backend;raw;cd;DBG_GEN 5.2.7int_Booldouble_PCMInfo slope]#intercept]#minClip]#maxClip]#g_PCMInfovoid_AudioFormatHsampleRate]#sampleFormatM#sampleWidthM# byteOrderM#pcm#channelCountM#8compressionTypeM#<compressionParams#@_AudioFormatchar_MarkerSetup?idM#name#comment#_MarkerSetup?long_AFfileoffset_AFframecount_TrackSetupx!idM#f#rateSetT#PsampleFormatSetT#QsampleWidthSetT#RbyteOrderSetT#SchannelCountSetT#TcompressionSetT#UaesDataSetT#VmarkersSetT#WdataOffsetSetT#XframeCountSetT#YmarkerCountM#\markersV#`dataOffsetg#hframeCount~#p_TrackSetup!_LoopSetupfidM#@_LoopSetupf_InstrumentSetupidM#loopCountM#loops{#loopSetT#_InstrumentSetup_MiscellaneousSetup aidM#typeM#sizeM#_MiscellaneousSetupa_AFfilesetup8validM#fileFormatM#trackSetT#instrumentSetT# miscellaneousSetT# trackCountM# tracks7#instrumentCountM#instruments# miscellaneousCountM#(miscellaneous#0_AFfilesetup_af_default_file_setup* _af_default_instrumentsetup= !_af_default_tracksetup7E  _af_tracksetup_newhn7 q MtrackCountg| iMil tracks7j` jM\ C D _af_instsetup_newn } MinstrumentCount| iMl instruments` jM\ C D afNewFileSetupn $  setup $p iMl C D AFfilesetup_af_setup_free_markersn $setupx Mtracknot iMp D _af_setup_free_tracksn I $setupx iMt D_af_setup_free_loops n  $setup xMinstno t D _af_setup_free_instrumentsn  $setupxiMt DafFreeFileSetup(n e $setup'x DafInitFileFormat<n  $setup;xMfilefmt;t D afInitChannelsSnY $setupRxMtrackidRtMchannelsRptrack7Th D$afInitSampleFormathn $setupgxMtrackidgtMsampfmtgpMsampwidthgltrack7i` DafInitByteOrderxn $setupwxMtrackidwtMbyteorderwptrack7yh D$afInitRaten $setupxMtrackidt]ratehtrack7` D$afInitDataOffsetn $setupxMtrackidtgoffsethtrack7` D$afInitFrameCountn> $setupxMtrackidtgcounthtrack7` D$_af_filesetup_copyn $  $setupx $defaultSetuppTcopyMarksonewsetup $XiMTinstrumentCountMPmiscellaneousCountMLtrackCountMH jMtrack7 instrument' C D_af_filesetup_make_handleWn $setupVx#handleVpiMXh trackfXtracksetup7gP jMtH instParamCountM` jMX loop ^P jM\ C D Mstatus_AFvirtualfile8read#length#writeG#destroye#seek# tell#(closure#0unsigned long___GeP__Mn_AFvirtualfile]short_Marker \id#position#name#comment#_Marker\unsigned charw__AFchunkXbuf#nframes~#f#_AFchunk_AFmoduleinst0inc#outc#modspec#u#mod# free_on_closeT#(validT#)source#sink#pull#push#))_AFfnpmodvFFOv_AFfnpsimplemod_AFmodule`name#describe2#max_pull2#max_push2#run_pull2# reset12#(reset22#0run_push2#8sync12#@sync22#Hrun#Pfree2#X_AFmodule_AFmoduleinst_AFmodulestatesmodulesdirtyT#nmodulesM#mustuseatomicnvframesT#old_f_rate]#old_v_rate]#chunk# module#(buffer#0filemodinst#8filemod_rebufferinst#hrateconvertinst#rateconvert_inrate]#rateconvert_outrate]#rateconvert_rebufferinst#_AFmodulestate_Track8idM#f#v#PchannelMatrix#markerCountM#markersn#hasAESDataT#aesData#totalfframes~#nextfframe~#frames2ignore~#fpos_first_frameg#fpos_next_frameg#fpos_after_datag#totalvframes~#nextvframe~#data_sizeg#mss#taper]#dynamic_range]#ratecvt_filter_params_setT#filemodhappyT#_Track_Loop NidM#modeM#countM#beginMarkerM# endMarkerM#trackidM#_Loop NAFPVu l_#d]#v# gAFPVu _Instrument!idM#loopCountM#loops ^#values # _Instrument!_Miscellaneous !idM#typeM#sizeM#buffer#positiong#!=_Miscellaneous!_AFfilehandleX#validM#accessM#seekokT#fh#fileName#fileFormatM# trackCountM#$tracks#(instrumentCountM#0instruments!4#8miscellaneousCountM#@miscellaneous!#HformatSpecific#P!#AFfilehandle_af_marker_newn#`M_af_set_sample_format##`_af_filesetup_get_tracksetup7##M_af_strdup$(_af_calloc$[_af_malloc$_af_filesetup_okT$ $_af_error$M$_%___FILE%4__pad$#%_off64_tftello%=%u%4%fseekoM%%u_M_%fsetposM%%u%_fgetposM&1%u%%FILE&1tmpfile&@&^&pfreopen&@&&g&y&@&&fopen&@' &&%_off_tftello''L' fseekoM'%u_M_'fsetposM'%u' %u %fgetposM(''( ((# (, &@freopen&@(((5(>( (( (fopen&@(((tmpfile&@memset)1M ): )Cmemcpy))1)LmkstempM)mkstempM)!free /var/tmp/audiofile-0.2.7/libaudiofile./usr/include/usr/include/sys/usr/include/isosetup.cafinternal.haudiofile.haf_vfs.hstdio_impl.htypes.hstdio_iso.h $%EA4 U4=ATLTLvj% $%D(4 T4<6s %1%% ,),,|   AL} ,, !)~  9 ,, !(  ,!$ ,, L  ,4, ,4-  ,4-,  ,4-0  ,4,  ,4,  )lllI5 l8l8vn  ),5}     4, )<-04$ )9L0L0t P 54,  d \8D@ wH @8}Y 24, )8@@$z   DD%$>  :  I8 I: I&I4I?  : ;  .?  : ; @ ' ID  I: ;  4I : ;   D D .?  : ; @ ' D .?  : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID ' ID I' D I !I/  :  :  :  : .? < ' ID .? < ' D .? < ' ID 7I!.? < ' D B)_af_default_file_setup_af_default_instrumentsetup@_af_default_tracksetupn_af_tracksetup_new q_af_instsetup_new }afNewFileSetup :_af_setup_free_markers _af_setup_free_tracks I_af_setup_free_loops _af_setup_free_instruments afFreeFileSetup eafInitFileFormat afInitChannelsYafInitSampleFormatafInitByteOrderafInitRateafInitDataOffsetafInitFrameCount>_af_filesetup_copy _af_filesetup_make_handle)g_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup?_MarkerSetupgAFfileoffset~AFframecount_TrackSetup!_TrackSetup@_LoopSetupf_LoopSetup_InstrumentSetup_InstrumentSetup_MiscellaneousSetupa_MiscellaneousSetup_AFfilesetup_AFfilesetup $AFfilesetupstatus_AFvirtualfileAFvirtualfile_Marker\_Marker_AFchunk_AFchunk2_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestates_AFmodulestate_Track_Track_Loop N_Loop gAFPVu AFPVu _Instrument!_Instrument!=_Miscellaneous!_Miscellaneous!_AFfilehandle#AFfilehandle%__FILE%=off64_t&1FILE'off_tsetup.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L75.L85.L419.L431.L469.L537.L576.L_cseg0.L615.L654_af_marker_new_af_filesetup_make_handlememcpy_af_filesetup_copyafInitFrameCountafInitDataOffsetafInitRateafInitByteOrderafInitSampleFormat_af_filesetup_get_tracksetupafInitChannels_af_errorafInitFileFormat_af_unitsmemset_af_filesetup_okafFreeFileSetup_af_setup_free_instruments_af_setup_free_loops_af_setup_free_tracksfree_af_setup_free_markers_af_mallocafNewFileSetup_af_instsetup_new_af_strdup_af_set_sample_format_af_calloc_af_tracksetup_new_af_default_tracksetup_af_default_instrumentsetup_af_default_file_setup_GLOBAL_OFFSET_TABLE_    .=BG M0(SX Yx_ entz p * 9C T^ev  0 p h`5@Sxjx8 4$4X/11 ./D H P-  -440/l2p2 0/p4t4*33 0,0/(( X( ) 8( ( t& ( # ' % D( l" x( 4 4 #    @! D! `  d |! !  4 4#0dh |#L.44#,0 D44# ,0 H44#  444#  $*h/`/X//(-X-/p((((44/0-- /! /"!"! #/#!#! $/6E636/26f1606606d0606| 06 06| 06 06 &06 /06P 706 @06P H06 ,6 6@ ,6d ,6H ,6| ,6( ,6| !,6( *,6 2,6( ;,6 C,6( L,6 T,6( +6 6 +6 +6x +6 +6x +6 +6x V)6 ^6 )6 )6P )68 )6P )68 )6P '6 6 P d&6 l6  %6 6 /$6 76 | 6 6 6 6r6z6l6#6l66p66>6\66LW6_6O6TW6`6ph6q6py6666666*626%6066h66h6666666#6P+6$46<6$E6M6$q6y606606606,606H6 6H6 6p6666 6;6xC6L6T6\]6e6\66 66 66 06$,6Y+6)6'6&6%6($6M 6}6666636W6666@ @%''#(+(0(6(?,TJ,T)VVEbZp\N_c#ej v  0   format.o/ 1281134714 0 0 100644 24236 ` ELF+Y(@@.shstrtab.text.rodata.rodata1.bss.data.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0w'_@*08408H?Hw_G@@w_߀h?Hw_\ w_0w'_@*08408H?H w_G@@w_\!w_ A@`ww''_@*08408H`] H'_G@@w_߀h`] H '_ߢ G@ @@'끠( A@`ww''_@*08408H`] H'_G@@w_߀h`] H '_ߢ PG@ @@'끠( w'w_@*08408H?H\w_@*08408H?HQw_G@@w_׀h?HDw_ !H __א@@ H?H4w_瀤 h_\!H,w__\!h_\!H"w_\!?h __\!h_\!$ w__ta__א@@ H?Hw_\!w_߰0w'_G@?@w_ A@`ww''_@*08408H?H*'_G@@w_߀h?H'G!HG!H `]G 5@@?H 'G_$`` _,a 'G< 0w'_@*08408H?H'_G@@w_瀤h?H'_D 'G< 0w'_@*08408H?H'_G@@w_瀤h?H'_D `'G< 0w'_@*08408H?H"w_G@@w_߀h?Hw_ !H __ߐ@@ H?Hw_\!w_ A@`ww'_G@@w_߀h`] H?_ ?灠H0w'_G@@w_瀤h?H'_D @'G<  w'ww_G@@w_׀hH_瀤h_D _$`_瀤h_D _$` w'ww_G@@w_׀hH_瀤h_D X_$`_瀤h_D \_$`0w'''_@*08408H?H"'_G@@w_߀h?H'_ߢ PGG@@?H?H' _,a 'G< 0A@`www_@*08408H?H)'_h"_D ,p,p`] (\@h_D ,p,p`] (\@_$ H_$ _D 'G< 0w''_@*08408H?H"'_G@@w_߀h?H'G_$` _,a_\ h_\ @_t  'G<  A@`ww'_G@@w_߀h`] H?_ P?灠H A@`ww'?_@*08408H?H+'_G@@w_׀h?H'`] H`] ;@[?H '_< P _,a 'G<  w'w_@*08408HH=_G@@w_߀hH1_\ h_\ @_t _瀤h"_D`D`@L'Gס,0@_t  'G׀H_Gۧ,0@_\ <G۠ 'GG׀O0w'_G@@w_瀤h?H'_D 'G< invalid byte order %dinvalid sampling rate %.30g@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03"format.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o format.o format.c -W0,-xp\$XAoAMiK6BJXM0dy.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK6BJXM0dy.;backend;raw;cd;DBG_GEN 5.2.7afGetDataOffset1nfile0xtrackid0ttrack s2`D longAFfileoffsetint_Bool_AFvirtualfile8 read# length# write`# destroy~# seek# tell#( closure#0 void unsigned long           `  (  1~  i        AFvirtualfile char double_PCMInfo  slope# intercept# minClip# maxClip#!_PCMInfo_AudioFormatHs sampleRate# sampleFormat# sampleWidth# byteOrder# pcm# channelCount#8 compressionType#< compressionParams#@_AudioFormat short_Marker  id# position# name# comment#_Marker unsigned charBAFframecount_AFchunkX buf# nframesB# fs#Y_AFchunk _AFmoduleinst0U inc# outc# modspec# u# mod e# free_on_close#( valid#) } sourceU# sinkU# pull^# push}# U _AFfnpmod Y*    *_AFfnpsimplemod_AFmodule` H name# describe# max_pull# max_push# run_pull# reset1#( reset2#0 run_push#8 sync1#@ sync2#H run3#P free#XM_AFmodule H \_AFmoduleinst n _AFmodulestate ' modulesdirty# nmodules# mustuseatomicnvframes# old_f_rate# old_v_rate# chunk# module #( buffer #0 filemodinst n#8 filemod_rebufferinst n#h rateconvertinst n# rateconvert_inrate# rateconvert_outrate# rateconvert_rebufferinst n# _AFmodulestate_Track8 b id# fs# vs#P channelMatrix# markerCount# markers # hasAESData# aesData%# totalfframesB# nextfframeB# frames2ignoreB# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframesB# nextvframeB# data_size# ms '# taper# dynamic_range# ratecvt_filter_params_set# filemodhappy# @_Track b_Loop id# mode# count# beginMarker# endMarker# trackid# |_Loop AFPVuW l# d# v#AFPVu W_Instrument id# loopCount# loops# valuesg#p_Instrument _Miscellaneous e id# type# size# buffer# position#_Miscellaneous e_AFfilehandleX valid# access# seekok# fh# fileName# fileFormat# trackCount#$ tracks s#( instrumentCount#0 instruments#8 miscellaneousCount#@ miscellaneous~#H formatSpecific#P AFfilehandleafGetTrackBytes>nbfile=xtrackid=ttrack s?`D afGetFrameSizeQnfilePxtrackidPtstretch3to4Pptrack sR`D$floatafGetVirtualFrameSize^nfile]xtrackid]tstretch3to4]ptrack s_`D$afSeekFrameknB(filejxtrackidjtBframejhtrack slXDafTellFramenfilextrackidtD afSetVirtualByteOrdern,handlextracktbyteorderpcurrentTrack s`D$afGetByteOrdernhandlextracktcurrentTrack shD afGetVirtualByteOrdern7handlextracktcurrentTrack shD afGetFrameCountnBfilextrackidttrack s`D afGetRaten)filextrackidttrack s`D afGetChannelsnfilextrackidttrack shD afGetSampleFormatnNfilextrackidtNsampleFormathNsampleWidth`track sXD afGetVirtualSampleFormatnfilextrackidtNsampleFormathNsampleWidth`track sXDafSetVirtualSampleFormatnfilextrackidtsampleFormatpsampleWidthltrack s`DafGetFileFormat&n9file%xNversion%pD afSetVirtualChannels6nfile5xtrackid5tchannelCount5ptrack s7`DafGetVirtualRateJn[fileIxtrackidIttrack sK`D afSetVirtualRateTnfileSxtrackidStrateShtrack sUXD$afSetChannelMatrixjnfileixtrackiditmatrixihtrack sk`iy\sizeyXDafGetVirtualChannelsncfilextrackidttrack shD  @status_AFsetupmodulesu c l _af_set_sample_formatu  u u _af_format_frame_sizeU   _af_filehandle_get_track s U _af_filehandle_can_read _af_filehandle_ok   _af_errorD  mkstempk mkstemp malloc free ̀__FILE __pad# off64_tftelloW  fseeko W    fsetpos W  fgetpos  W FILE tmpfile "  @  Rfreopen " I [ "   fopen " off_tftello !. fseeko!f W    !ffsetpos! W !oWfgetpos! ! !  !!  "" "freopen ""b ! " "  "b"k  "}"fopen "" "t "tmpfile "U /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/usr/include/isoformat.caudiofile.hafinternal.haf_vfs.hstdio_impl.hstdio.hstdio_iso.h 3,4 ,%  ,%4%0  ,%4%0 ,,4 ,$ $ , ,  ,4-, ,4 ,4 ,4!, 4% 4 4 4 ,48 ,@Q ,4  4%  ,4-0 ,4 !%$& 4 DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I:  :  I8 I ' ID  I &I' D I !I/  :  :  :  : .?  : ; @ ' D .?  : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID  .? < ' ID .? < ' D .? < ' ID 7I5"PafGetDataOffsetafGetTrackBytesbafGetFrameSizeafGetVirtualFrameSizeafSeekFrame(afTellFrameafSetVirtualByteOrder,afGetByteOrderafGetVirtualByteOrder7afGetFrameCountafGetRate)afGetChannelsafGetSampleFormatWafGetVirtualSampleFormatafSetVirtualSampleFormatafGetFileFormat9afSetVirtualChannelsafGetVirtualRate[afSetVirtualRateafSetChannelMatrixafGetVirtualChannels"AFfileoffset_AFvirtualfileAFvirtualfile!_PCMInfo_PCMInfo_AudioFormats_AudioFormat_Marker_MarkerBAFframecountY_AFchunk_AFchunk^}_AFfnpmod3_AFfnpsimplemodM_AFmodule H_AFmodule_AFmoduleinst n_AFmoduleinst _AFmodulestate '_AFmodulestate @_Track b_Track |_Loop_LoopAFPVuWAFPVup_Instrument_Instrument_Miscellaneouse_Miscellaneous_AFfilehandleAFfilehandleustatus__FILEoff64_t FILE off_tformat.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L_cseg0.L238.L_cseg1.L604.L_cseg2afGetVirtualChannelsmallocafSetChannelMatrixafSetVirtualRateafGetVirtualRatefreeafSetVirtualChannelsafGetFileFormat_af_units_af_set_sample_formatafSetVirtualSampleFormatafGetVirtualSampleFormatafGetSampleFormatafGetChannelsafGetRateafGetFrameCountafGetVirtualByteOrderafGetByteOrder_af_errorafSetVirtualByteOrderafTellFrame_AFsetupmodules_af_filehandle_can_readafSeekFrameafGetVirtualFrameSize_af_format_frame_sizeafGetFrameSizeafGetTrackBytes_af_filehandle_get_track_af_filehandle_okafGetDataOffset_GLOBAL_OFFSET_TABLE_    />GMV\e`z,p |    @2 D `R|\lX8<(@,l<Ugw(,\+,+H.L.h,  +  (0.4.P,l p +  ($,P%+$$&@.D.`,+  !h,+,D+,+4$..+  8+ + `+ , 4+ t . . , H L |  , 8+  . .+ $ x.|.,+   0!,+P+6H6e-6m6*66v)6~6'6#6&669#6A6 "66(@ 6H666xL6T6`66<6D6 l66 v6~6 .666 66 T6\6 66Dr6z6d 66}66$66$66$66$-6*6)6 '6<&6s#6"6 6666)6C6`6}666666J666@ @8x4"'-6?wJw"V9Tab<p>zA@CF8hJRP W X Y data.o/ 1281134715 0 0 100644 15004 ` ELF+5@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenamesA@`ww'w'_@*08408H?H'_@*08408H?H'_G@@w_ǀh?H{'_ !H __ǐ@@ H?Hk'_\ _\ @@ H `] @?HW'_Ǡ P@  'G'_\!@w_\!8wϠ _,b1w_G〤h1_G_L@_t`_G$$< h$_t`HG_$@_t`_\` \ 8@_ "1HH __\ @w_G〤o_Ǧ!\_@t_Ǧ!\_@t_'Gߡ< СA@`ww'w'_@*08408H?H'_@*08408H?H'_G@@w_׀h?H'_ !H __א@@ H?H'_\ _\ @@ H `] @?H'_\!?hGwH_\a\a$wG_h_HwGw_w_נ P@  'G'_\a@Da$ < ,p,pw_\a8Da< ,p,p,pwǠ _,b1w_ ! H__t`__t`_\` \ @_ "1H__\ @wH /_\ h-_\ _t`_\ GL@@_t _\ h Hm'_\` \ @_\ _\ h /_t _\ @_t _ "1HIHE__h@_G_L@_t`__$$h$wH__$@w__t`_\` \ @_ "1H__\ @w_\ _h /_ "1H H__o_צ!\_@t_'Gߡ< unable to position write pointer at next frameunable to position read pointer at next frame@(#)assert.h 1.10 04/05/18 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03data.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o data.o data.c -W0,-xp\$XAoAMiK7BJXMkzy.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK7BJXMkzy.;backend;raw;cd;DBG_GEN 5.2.7afWriteFrames)n[[^file'x[trackid't~samples'h[nvframes2write(dfirstmod *XusercB+Ptrack,Hbytes_per_vframe[-Dvframe.D(int_Bool_AFvirtualfile8readh#length#write#destroy#seek.# tellT#(closure#0 kvoid unsigned longlong 1h    9 1  q   1        1.  1 [  1T  7kAFvirtualfile ]char ~double_PCMInfo slope#intercept#minClip#maxClip#_PCMInfo_AudioFormatHsampleRate#sampleFormat[#sampleWidth[# byteOrder[#pcm#channelCount[#8compressionType[#<compressionParams#@_AudioFormat short_Marker qid #position #name#comment#_Marker qunsigned char11AFframecount1AFfileoffset_AFchunkX/buf#nframes#f#_AFchunk /_AFmoduleinst0incB#outcB#modspec#u)#mod # free_on_closeb#(validb#) K source#)sink#Wpull#push # l  Wl_AFfnpmod      _AFfnpsimplemod_AFmodule` name#describeu#max_pullu#max_pushu#run_pullu# reset1u#(reset2u#0run_pushu#8sync1u#@sync2u#Hrun#Pfreeu#X_AFmodule K_AFmoduleinst _AFmodulestate modulesdirtyb#nmodules[#mustuseatomicnvframesb#old_f_rate#old_v_rate#chunkB# module #(buffer #0filemodinst #8filemod_rebufferinst #hrateconvertinst #rateconvert_inrate#rateconvert_outrate#rateconvert_rebufferinst # '_AFmodulestate_Track8 id[#f#v#PchannelMatrix#markerCount[#markers#hasAESDatab#aesData#totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms #taper#dynamic_range#ratecvt_filter_params_setb#filemodhappyb# _Track _Loopid[#mode[#count[#beginMarker[# endMarker[#trackid[# _Loop AFPVul1#d#v#AFPVu _Instrumentaid[#loopCount[#loops#values#_Instrument a_Miscellaneous id[#type[#size[#buffer#position#_Miscellaneous _AFfilehandleXUvalid[#access[#seekokb#fhu#fileName#fileFormat[# trackCount[#$tracks#(instrumentCount[#0instrumentsw#8miscellaneousCount[#@miscellaneous #HformatSpecific#P UAFfilehandle  uafReadFramesn[p^file~x[trackid~tsamples~h[nvframeswanteddtrackXfirstmod PusercBHnvframesleft@nvframes2readbytes_per_vframe[vframeeofbnvframes2pullD(  [status_AFsetupmodules p y_af_filehandle_can_writeb U float_af_format_frame_size S  b _af_filehandle_get_track S [_af_malloc  _af_filehandle_can_readb U_af_filehandle_okb/ U ~ /_af_errorl [ 8af_fseek[  1 [11__FILE__pad# 1off64_tftello)  fseeko[j ) 1 [ 1 jfsetpos[ ) s 1fgetpos[ ) FILE tmpfile ~  ~ $freopeno  -  ~ o ~ fopen x  1off_tftello fseeko[8 ) 1 [ 1 8fsetpos[z ) A)fgetpos[ z  ~  ~ freopen4    ~ 4= ~ OXfopen F atmpfilemkstemp[ mkstemp[ free  /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/usr/include/sys/usr/include/isodata.cafinternal.haf_vfs.haudiofile.hstdio_impl.htypes.hstdio_iso.h  /,,4!,9$1!((!!% s$%  ,,4!,9$ !=149$ !, ()$%! $n% DD%.?  : ; @ ' ID I: ;  4I : ;  D D $>  :  I8 I ' ID  I &I ' D I: I !I/  :  :  :  :  .? < ' ID .? < ' D .? < ' ID 7I.? < ' D EJafWriteFramesafReadFramesk_AFvirtualfile]AFvirtualfile_PCMInfo_PCMInfo_AudioFormat_AudioFormat_Markerq_MarkerAFframecountAFfileoffset_AFchunk/_AFchunk )u_AFfnpmod_AFfnpsimplemod_AFmodule _AFmoduleK_AFmoduleinst _AFmoduleinst '_AFmodulestate _AFmodulestate _Track _Track _Loop_LoopAFPVuAFPVu_Instrumenta_Instrument_Miscellaneous_Miscellaneous_AFfilehandle^AFfilehandlestatus__FILEoff64_tFILEoff_tdata.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L66.L175free_af_malloc_af_filehandle_can_readafReadFrames_af_format_frame_size_af_erroraf_fseek_AFsetupmodules_af_filehandle_get_track_af_filehandle_can_write_af_filehandle_okafWriteFrames_GLOBAL_OFFSET_TABLE_   -<0A0.GLWo| $Dp$8 < Hh 8l   @ 6B6]6e66664666666p6&6.6h76?6h6%666@ @^ V V% V- V6 V? J V'b(_p*Q*`-N.pX 0@3 40 4 5 pcm.o/ 1281134716 0 0 100644 16132 ` ELF+9@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenamesw'????_@*08408HH_G@@w_ǀhH_< _< (_< 0_< 8w'????_@*08408H?H '_G@@w_h?H'_< h_< p_< x_<  _,a 'Gˡ< w'????_@*08408H?H '_G@@w_h?H'_< _< (_< 0_< 8 _,a 'Gˡ< w'wwww_@*08408HH._G@@w_ǀhH"_瀤h_ _< _߀h_ (_< _׀h_ 0_< _πh_ 8_< w'wwww_@*08408HH._G@@w_ǀhH"_瀤h_ h_< _߀h_ p_< _׀h_ x_< _πh_ _< @_`@_@@A_`A_AA@_@`@o@@@A_A`AoAAA??@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03pcm.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o pcm.o pcm.c -W0,-xp\$XAoAMiK7BJXMkKz.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK7BJXMkKz.;backend;raw;cd;DBG_GEN 5.2.7double_PCMInfo slopeG#interceptG#minClipG#maxClipG#Q_PCMInfolongɠ _af_default_signed_integer_pcm_mappings$ 6\ _af_default_unsigned_integer_pcm_mappings?-  _af_default_float_pcm_mapping6  _af_default_double_pcm_mapping9  afInitPCMMappingAn setup?x trackid?t Gslope@h Gintercept@` GminClip@X GmaxClip@P trackHBH Dint_Boolvoid_AudioFormatHsampleRateG#sampleFormat#sampleWidth# byteOrder#pcm#channelCount#8compressionType#<compressionParams#@ _AudioFormatchar_MarkerSetupXid#name#comment# _MarkerSetupXAFfileoffsetAFframecount_TrackSetupx2id#f#rateSet#PsampleFormatSet#QsampleWidthSet#RbyteOrderSet#SchannelCountSet#TcompressionSet#UaesDataSet#VmarkersSet#WdataOffsetSet#XframeCountSet#YmarkerCount#\markerso#`dataOffsetx#hframeCount#p_TrackSetup2_LoopSetupwid#Q_LoopSetupw_InstrumentSetupid#loopCount#loops#loopSet#_InstrumentSetup_MiscellaneousSetup rid#type#size#!_MiscellaneousSetupr_AFfilesetup8 valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracksH#instrumentCount#instruments# miscellaneousCount#(miscellaneous#0 AFfilesetupafSetVirtualPCMMappingRn filePx trackidPt GslopeQh GinterceptQ` GminClipQX GmaxClipQP trackS@ D_AFvirtualfile8 Sread #length #write #destroy *#seek b# tell #(closure#0 unsigned long  S \ m  S    S  \  * S  b S 3  S k AFvirtualfile Gshort_Marker  !id #position \#name#comment# _Marker !unsigned char < j_AFchunkX buf#nframes#f# j_AFchunk _AFmoduleinst0finc #outc #modspec#u#modv# free_on_close#(valid#) sourcef#sinkf#pullo#push#f_AFfnpmod j;  ;_AFfnpsimplemod_AFmodule`Yname#describe#max_pull#max_push#run_pull# reset1#(reset2#0run_push#8sync1#@sync2#HrunD#Pfree#X^_AFmoduleYm _AFmoduleinst_AFmodulestate8modulesdirty#nmodules#mustuseatomicnvframes#old_f_rateG#old_v_rateG#chunk # module#(buffer#0filemodinst#8filemod_rebufferinst#hrateconvertinst#rateconvert_inrateG#rateconvert_outrateG#rateconvert_rebufferinst#_AFmodulestate_Track8sid#f#v#PchannelMatrix #markerCount#markers 3#hasAESData#aesData M#totalfframes#nextfframe#frames2ignore#fpos_first_framex#fpos_next_framex#fpos_after_datax#totalvframes#nextvframe#data_sizex#ms8#taperG#dynamic_rangeG#ratecvt_filter_params_set#filemodhappy#Q_Tracks_Loopid#mode#count#beginMarker# endMarker#trackid#_LoopAFPVuhl#dG#v#,AFPVuh_Instrumentid#loopCount#loops##valuesx#_Instrument_Miscellaneous vid#type#size#buffer#positionx#_Miscellaneousv_AFfilehandleXvalid#access#seekok#fh #fileName#fileFormat# trackCount#$tracks#(instrumentCount#0instruments#8miscellaneousCount#@miscellaneous#HformatSpecific#PAFfilehandleafSetTrackPCMMappinggn fileex trackidet Gslopefh Ginterceptf` GminClipfX GmaxClipfP trackh@ D afGetPCMMappingn filex trackidt slopeh intercept` minClipX maxClipP trackH D afGetVirtualPCMMappingno filex trackidt slopeh intercept` minClipX maxClipP trackH D_af_filehandle_get_tracko_af_filesetup_get_tracksetupH_af_filehandle_ok8_af_filesetup_okh mkstempmkstempҀ__FILE__pad#off64_tftello9fseekoz9zfsetpos9fgetpos9FILEtmpfile"4freopen+=fopenoff_tftellofseekoH9Hfsetpos9Q9fgetposfreopenDDM_hfopenVqtmpfilex /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/usr/include/sys/usr/include/isopcm.cafinternal.haudiofile.haf_vfs.hstdio_impl.htypes.hstdio_iso.h ,4 ,4 ,4  ,4 ,4 DD%$>  :  I8 I: &II !I/ 4I?  : ;  .?  : ; @ ' D  I: ;  4I : ;  D D I.?  : ; @ ' ID ' ID I' D  :  :  :  : .? < ' ID .? < ' ID 7IU_af_default_signed_integer_pcm_mappings\_af_default_unsigned_integer_pcm_mappings_af_default_float_pcm_mapping_af_default_double_pcm_mappingafInitPCMMapping afSetVirtualPCMMappingafSetTrackPCMMappingafGetPCMMappingafGetVirtualPCMMappingQ_PCMInfo_PCMInfo _AudioFormat_AudioFormat _MarkerSetupX_MarkerSetupxAFfileoffsetAFframecount_TrackSetup2_TrackSetupQ_LoopSetupw_LoopSetup_InstrumentSetup_InstrumentSetup!_MiscellaneousSetupr_MiscellaneousSetup_AFfilesetup AFfilesetup _AFvirtualfile AFvirtualfile _Marker !_Marker j_AFchunk _AFchunko_AFfnpmodD_AFfnpsimplemod^_AFmoduleY_AFmodule _AFmoduleinst_AFmoduleinst_AFmodulestate8_AFmodulestateQ_Tracks_Track_Loop_Loop,AFPVuhAFPVu_Instrument_Instrument_Miscellaneousv_Miscellaneous_AFfilehandleAFfilehandle__FILEoff64_tFILEoff_tpcm.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataafGetVirtualPCMMappingafGetPCMMappingafSetTrackPCMMapping_af_filehandle_get_track_af_filehandle_okafSetVirtualPCMMapping_af_filesetup_get_tracksetup_af_filesetup_okafInitPCMMapping_af_default_double_pcm_mapping_af_default_float_pcm_mapping_af_default_unsigned_integer_pcm_mappings_af_default_signed_integer_pcm_mappings_GLOBAL_OFFSET_TABLE_   ,;Rbw` @ 5_8h4 $  ( 6?6.66660686 6 6 66 66 6666 6A 6d 666@ 0$-S6 A M*Y,^g-|aw.24h@ 67 9x 9 9  error.o/ 1281134716 0 0 100644 8372 ` ELF+@@.shstrtab.text.data.rodata1.bss.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.data.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames.rela.debug_varnames0A@`ww`]\ w_`]t`_w_0A@`www`]!`]@@`]!`]_@@`]!`]_@@ wwwwA@`w'wwߢ__ߐ@$@`]\ h `]\ G@Audio File Library: %s [error %ld] @(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03jerror.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o error.o error.c -W0,-xp\$XAoAMiK8BJXMkhz.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK8BJXMkhz.;backend;raw;cd;DBG_GEN 5.2.7longcharU]MfoAFerrfuncerrorFunction'  afSetErrorHandler*n5 efunc)xold+h D defaultErrorFunction4n Merror3x str3p D U _af_error;n; ;errorCode:| Kfmt:p \...:hbufe<wap=w D0intUBvoidTUM\va_listMM__FILE__pad#Moff64_tftellofseeko;ZM;MZfsetpos;cMfgetpos;FILEtmpfileUUfreopen_ U_UqfopenhzMoff_tftellofseeko;(M;U(unsigned longUKTvsnprintf;1:]\Mfsetpos;fgetpos;.U7@fprintf;.IUUfreopenUUfopen_ (tmpfile /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/isoerror.caudiofile.hstdarg_iso.hstdio_impl.hstdio.hstdio_iso.h , ! 44<<  >(4 DD%$> &II' D II: 4I : ;  .?  : ; @ ' ID  I: ;  D D . : ; @ ' D  .?  : ; @ ' D I !I/I !I/  :  I8 .? < ' ID .? < ' ID 7IFvafSetErrorHandler_af_error7v5defaultErrorFunctionvvAFerrfuncva_list__FILEoff64_tFILEoff_t0verrorFunctionerror.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatadefaultErrorFunction.L31.L33.L35vsnprintf_af_errorfprintf__iobafSetErrorHandler$XAoAMiK8BJXMkhz.errorFunction_GLOBAL_OFFSET_TABLE_   .=RW\ akXu} \ $48 LP         0pt   6E6666dN6V68666666666@P . %-6?JvV/b0@ppRC<Xp HH  %; byteorder.o/ 1281134717 0 0 100644 4452 ` ELF+ @@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames@7,`<`74 @'4 /4  /4  / /, @, @, @'4 0''w_ @_$ '(@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03'byteorder.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o byteorder.o byteorder.c -W0,-xp\$XAoAMiK9BJXMU4z.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK9BJXMU4z.;backend;raw;cd;DBG_GEN 5.2.7_af_byteswap_int16"nx!~Dunsigned shortuint16_t_af_byteswap_int32'nthtx&|b1(wb2(vb3(ub4(tDunsignedhuint32_tunsigned charuint8_t_af_byteswap_float323nx2|f4tl(5hDfloatte /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sysbyteorder.cint_types.h "  )8 3% DD%.?  : ; @ ' ID I: ;  D D $> I: 4I : ;  Im3Y_af_byteswap_int16_af_byteswap_int32_af_byteswap_float32L3uint16_ttuint32_tuint8_tbyteorder.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata_af_byteswap_float32_af_byteswap_int32_af_byteswap_int16_GLOBAL_OFFSET_TABLE_    !2AHV`i0| 6Q6q 6y64 66 660~ 6 6 666@ 0@ppp$p-p26A3MY~gywX P     H      af_vfs.o/ 1281134718 0 0 100644 13388 ` ELF+.@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames@ 8 @w_@w_\`@_@ wwww_ h_瀤 hHw_\ h_\___L@@'G_l@HwHw_װ wwww_ h_瀤 hHw_\ h_\___L@@'G_l@HwHw_װ@w_@ 'G< @w_\ h _\`@wHHw_0ww'G뀤 H _\` _@ HG뀤 H _\` _@ H?H' 'G< @w_\ (h _\`(@wHHw_0A@`ww_hH(w@w__t`0`]_t``]_t``]_t``]_t``]_t` `]_t`(_w_0www___\ 0@ @w_߰0w_\ 0@w_\ 0@ _\ 0@w_\ 0_@@ _w_0www___\ 0@ @w_߰@w_\ 0@_t 0 ww'G뀠@ '_\ 0_Gې@@_\ 0@w_߰@w_\ 0@w_@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03af_vfs.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o af_vfs.o af_vfs.c -W0,-xp\$XAoAMiK_BJXMEO0.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK_BJXMEO0.;backend;raw;cd;DBG_GEN 5.2.7af_virtual_file_new&nD_AFvirtualfile8-read#length#write#destroy#seek\# tell#(closure>#0void6unsigned longlongX - > G`X - 6X -  G  -intX\ - X &-X -e AFvirtualfile af_virtual_file_destroy,nvfile+xDaf_fread3n>data2xsize2pnmemb2hvfile2`retval&8TD Gsize_taf_fwriteCndataAxsizeApnmembAhvfileB`retval&HTD 6af_fcloseSn&vfileRxDaf_flength[nX]vfileZxDaf_fseekdn&vfilecxXoffsetcp&whenceclDaf_ftellqnXvfilepxDaf_virtual_file_new_for_filenfhxvfhDXX__FILE__pad# FILEaf_file_readn[[vfilex>datapnbyteshD Xssize_taf_file_lengthnXvfilexcurposXhretvalX`Daf_file_writen[ `vfilex idatapnbyteshD 6 `af_file_destroyn vfilexDaf_file_seeknX 8vfilexXoffsetp&is_relativelDaf_file_tellnX vfilexDchar mkstemp& mkstemp& free  >calloc> 0 G G Xoff64_tftello 9 q 0fseeko& q X & X fsetpos& q Xfgetpos& - q tmpfile  B  Tfreopen K ]    fopen  Xoff_tftello  0 fseeko& h q X &ftellX qfseek& q X & X fsetpos& q  q fgetpos&H   6HQ qfwrite Z   c6 qfread      #,freopen  5 >  fopen  fclose& qtmpfileD /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isoaf_vfs.caf_vfs.haudiofile.htypes.hstdio_impl.hstdio_iso.h &  ,! 3,=! ,=!   - 45  -  ! 4  $ ) 4 $ =    DD%.?  : ; @ ' ID D D  :  I8 I$> ' ID  I &I ' D  I: .?  : ; @ ' D I: ;   4I : ;  I !I/ . : ; @ ' ID . : ; @ ' D .? < ' ID .? < ' D .? < ' ID 7I!Paf_virtual_file_newaf_virtual_file_destroyaf_freadaf_fwriteaf_fcloseaf_flength]af_fseekaf_ftellaf_virtual_file_new_for_file!af_file_readmaf_file_lengthaf_file_write raf_file_destroy af_file_seek 8af_file_tell!_AFvirtualfileAFvirtualfilesize_t__FILEFILE[ssize_t 9off64_t off_taf_vfs.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataaf_file_readaf_file_writeaf_file_lengthaf_file_destroyaf_file_seekaf_file_tellfclosefwritefseekftellfreadaf_virtual_file_new_for_fileaf_ftellaf_fseekaf_flengthaf_fcloseaf_fwriteaf_freadfreeaf_virtual_file_destroycallocaf_virtual_file_new_GLOBAL_OFFSET_TABLE_    />HKHYp|hh(xd(,TxT00h X0&-(A$x< $ Ld h x |       <4x86H6i6q6066 66<6<66P66P666b6<j6s6P{66P666L 6(6k6s6|66?6G666H6p66 6@ 6h 6 6 6 I6( Q6D666626K6e66666p6 6h"6;6(666@ XX$-6 A !MPYlgaw R !W#&(  ,h .@ .X .p util.o/ 1281134719 0 0 100644 36636 ` ELF+@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0A@`ww_h `] @ H/_D #%aEH `] @ H/ /0A@`ww_D  H `] @ H/ /0A@`ww_D  H `] @ H/ /0A@`ww_h `] @ H/_D #%aDH `] @ H/ /0A@`ww_ h `]_ @@Hw_@w_瀤h `]_ @@Hw_w_0w_@ @w_瀤h__@@_w_0A@`www_ h `]_ @@Hw__@@w_h `]_ @@Hw_w_ A@`www_ h_ h`]__ @@Hw__@@w_߀h`]__L@ @Hw_w_0w@ w_ @ _ @ _@ @_w_0?@ w_ @ _ @ _@ @_w_0w@ w_ @ _ @ _@ @_w_ w'w '_@H2_Gߠې@@GGHH_Gߠא@@G׀ H H/_G_@@ H/Gߠ 'G_@@O / w'w '_@H2_Gߠې@@GGHH_Gߠא@@G׀ H H/_G_@@ H/Gߠ 'G_@@O / w'w '_@H2_Gߠې@@GGHH_Gߠא@@G׀ H H/_G_@@ H/Gߠ 'G_@@O / A@`ww' '_D H_\ G,p,p$DGH _\ G,p,p$HwG 'G_D O`]G @@w_ A@`ww' '_D $H'_\ (G,p,p,p,p DGH_\ (G,p,p,p,p HwG 'G_D $O`]G @@w_0w/ 'H# 'H) 'H%_D  <` @< '_D < H G뀤 HH 'H _D !O!OOG'G<  A@`ww/_D <@'G,p,p`] @'_@@'ۓ瑢I'(@w/_@@_D 8J'G<  A@`ww/_D <@'G,p,p`] @'_@@'ۓ瑢I'(0A@`ww''HqG HG H `]G @@?Hp'G_$`G_$` _@ 'G!HG,0`]@_  `\@OtHG,0`]@_  `\@OtHAG_$` _$` `]_  `\@OtH/G_$` @_$` `]_  `\@OtH`]G @@?H'G$! O, < #bP_ߠD 'G< (((p A@`ww'w' 'GH3 'GۀH%_Gۡ,0D@Gס,0D@HG`]__Gۡ,0D@@@ H/Gנ 'GGۀOG۠ 'GGO /0ww_@  @ h?H'_$` 'G< 0ww_@  @ h?H '@_$  'G< 0ww_@  @ h?H'_4` 'G< 0ww_@  @ h?H '@_4  'G< 0ww__@  @ h?H' 'G< 0ww_ '_@  @ h?H' 'G< 0ww_ @'_@  @ h?H' 'G< 0ww_ 7_@  @ h?H' 'G< 0ww_ @7_@  @ h?H' 'G< 0ww__@  @ h?H' 'G< 0ww_@@__@ @ _,@ 'G<  ww_@w_߀ h?H'_/ޢ_@@__@ @_ߠ  h  /ݢ_@@ 'G< null file setupinvalid file setupfile not opened for read accessfile not opened for write accessnull file handleinvalid file handlebad memory allocation size request %dallocation of %d bytes failedbad memory allocation size request %d elements of %d bytes eachbad track id %dillegal sample width %d for integer dataunknown sample format %dnonunique %s id %d@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/032util.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o util.o util.c -W0,-xp\$XAoAMiK\$BJXM0l0.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK$BJXM0l0.;backend;raw;cd;DBG_GEN 5.2.7_af_filesetup_ok=nsetup<xD_Boolintdouble_PCMInfo slope#intercept#minClip#maxClip#_PCMInfovoid 0_AudioFormatHsampleRate#sampleFormat#sampleWidth# byteOrder#pcm#channelCount#8compressionType#<compressionParams8#@A_AudioFormatchar 2_MarkerSetupid#name:#comment:#C_MarkerSetup longAFfileoffsetAFframecount_TrackSetupxrid#f#rateSet#PsampleFormatSet#QsampleWidthSet#RbyteOrderSet#SchannelCountSet#TcompressionSet#UaesDataSet#VmarkersSet#WdataOffsetSet#XframeCountSet#YmarkerCount#\markers#`dataOffset#hframeCount#p_TrackSetup r_LoopSetupid#_LoopSetup _InstrumentSetup=id#loopCount#loops#loopSet#_InstrumentSetup =_MiscellaneousSetup id#type#size#a_MiscellaneousSetup _AFfilesetup8valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instrumentsX# miscellaneousCount#(miscellaneous#0 AFfilesetup_af_filehandle_can_readLnvfileKxD_AFvirtualfile8 read Z#length #write #destroy #seek # tell F#(closure8#0 vunsigned long  Z  8  +   c 0           F  )vAFvirtualfile O short_Marker  id y#position #name:#comment:# _Marker unsigned char  (_AFchunkX obuf8#nframes#f# (_AFchunk o_AFmoduleinst0 $inc #outc #modspec8#u i#mod4# free_on_close#(valid#)  Lsource $# isink $# pull -#push L#  $  _AFfnpmod (  8  _AFfnpsimplemod_AFmodule`name:#describe #max_pull #max_push #run_pull # reset1 #(reset2 #0run_push #8sync1 #@sync2 #Hrun #Pfree #X _AFmodule  + _AFmoduleinst = 8_AFmodulestatemodulesdirty#nmodules#mustuseatomicnvframes#old_f_rate#old_v_rate#chunk # moduleU#(buffer^#0filemodinst=#8filemod_rebufferinst=#hrateconvertinst=#rateconvert_inrate#rateconvert_outrate#rateconvert_rebufferinst=#g_AFmodulestate_Track81id#f#v#PchannelMatrix p#markerCount#markers #hasAESData#aesData #totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms#taper#dynamic_range#ratecvt_filter_params_set#filemodhappy#_Track 1_Loopid#mode#count#beginMarker# endMarker#trackid#K_Loop AFPVu&l#d#v8#AFPVu &_Instrumentid#loopCount#loops#values6#?_Instrument _Miscellaneous 4id#type#size#buffer8#position#_Miscellaneous 4_AFfilehandleXvalid#access#seekok#fh g#fileName:#fileFormat# trackCount#$tracksB#(instrumentCount#0instruments#8miscellaneousCount#@miscellaneousM#HformatSpecific8#P VAFfilehandle_af_filehandle_can_writeWnfileVxD_af_filehandle_okbnbfileaxD_af_mallocqn8sizepxp8rhD size_t_af_strdupn:*:sxp:hD_af_reallocn88pxsizepD _af_callocn8nmembxsizepp8`D _af_pv_longnLWvalxretLhDl#d#v8#_AUpvitemvalid#type#parameter#valueW# _AUpvlistCvalid#count#items# CAUpvlist_af_pv_doublenLvalxretLhD_af_pv_pointernL"8valxretLhD_af_pv_getlongnLpvlistxparamtlhi`p\tXD _af_pv_getdoublenLpvlistxparamt pdhi`p\tXD_af_pv_getptrnLpvlist xparam t^v hi`p\tXD_af_filesetup_get_tracksetup(nZsetup'xtrackid'ti)dD _af_filehandle_get_track6nBfile5xtrackid5ti7dD _af_format_sample_size_uncompressedDnxxformatCxstretch3to4CwsizeElD _af_format_sample_size[n33xfmtZxstretch3to4ZwcompressionIndex\lsquishFactor3]hD float_af_format_frame_size_uncompressedgnxfmtfxstretch3to4fwD _af_format_frame_sizemn3 mxfmtlxstretch3to4lwcompressionIndexnlsquishFactor3ohD _af_set_sample_format~n!!xf}xsampleFormat}tsampleWidth}pbyteshC<D$status_af_unique_idsn""idsxnidst:idnamehiderrdi\jXD( af_read_uint32_ben!###valuex gvfpv#hD unsigned#uint32_t #af_read_uint32_len!###valuex gvfpv#hD af_read_uint16_ben!$ $Evaluex gvfpv$2jD unsigned short$ uint16_t $2af_read_uint16_len!$$Evaluex gvfpv$2jD af_read_uint8n!%,%>valuex gvfpD  uint8_t %,af_write_uint32_ben!%%valuex gvfpv#hD # %af_write_uint32_len!&O&Xvaluex gvfpv#hD # &Oaf_write_uint16_ben!&&valuex gvfpv$2 jD $2 &af_write_uint16_len!'i'rvaluex gvfpv$2jD $2 'iaf_write_uint8n!''valuex gvfpD %, 'af_read_pstring!n!(k:s x gvf plength%,"kD af_write_pstring+n!)I)Rs*x gvf*plength,`sizeByte%,/_zero%,8^D 2 )I_af_byteswap_int32#) #_af_byteswap_int16$2) $2_af_compression_index_from_id)  2 )_af_error*9  * 0 *9 vaf_fwrite* *B   *K 0af_fread* *   *KAUpvgetval+ C  8AUpvgetvaltype+` C  "AUpvgetparam+ C  "AUpvsetval+ C  8AUpvsetvaltype, C  AUpvsetparam,X C  AUpvgetmaxitems, CAUpvnewL,  2 ,strlen, ,: 2 ,,strcpy:-9 , -mkstemp-` :mkstemp- :realloc8- 8 malloc8- calloc8.  .)__FILE .N__pad. # .)off64_t ftello.W. .N .)fseeko. .    .fsetpos/ . .fgetpos/B . .)FILE /Btmpfile/Q 2 /o 2 /freopen/Q/ /x / /Q 2 / 2 /fopen/Q0 / / .)off_t ftello0'0] 0fseeko0 .    0fsetpos0 . 0.fgetpos1 0 0 2 11" 2 141=/Qfreopen/Q1 1+ 1F 1O 2 11 2 11fopen/Q1 1 1tmpfile/Q /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/iso./usr/include/sysutil.cafinternal.haudiofile.haf_vfs.hstdio_iso.haupvinternal.haupvlist.hint_types.hstdio_impl.hstdio.h =$)$ !$ !$ $)$ ,, )! ,%, 4%4  $  $  $ ) (p  ) (p  ) (p  )8 } - )H } - -@s    8 0   8  ,!IA44,X+  $ D{}  4 4  4 4  4 4  4 4  4 4  ,  !! DD%.?  : ; @ ' ID I: ;  D D $>  :  I8 I: I ' ID  I &I ' D I !I/  :  :  :  : 4I : ;   .?  : ;@ ' ID I: ; 4I : ; .? < ' ID .? < ' D 7I.? < ' ID 2 K_af_filesetup_ok_af_filehandle_can_read_af_filehandle_can_write_af_filehandle_okb_af_malloc_af_strdup*_af_realloc_af_calloc_af_pv_long__af_pv_double_af_pv_pointer"_af_pv_getlong _af_pv_getdouble_af_pv_getptr_af_filesetup_get_tracksetupZ_af_filehandle_get_track_af_format_sample_size_uncompressed_af_format_sample_size<_af_format_frame_size_uncompressed_af_format_frame_size m_af_set_sample_format!_af_unique_ids"af_read_uint32_be#,af_read_uint32_le#af_read_uint16_be$Naf_read_uint16_le$af_read_uint8%Gaf_write_uint32_be%af_write_uint32_le&aaf_write_uint16_be&af_write_uint16_le'{af_write_uint8'af_read_pstring(kaf_write_pstringl2 _PCMInfo_PCMInfoA_AudioFormat_AudioFormatC_MarkerSetup_MarkerSetupAFfileoffsetAFframecount_TrackSetupr_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup=_InstrumentSetupa_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetupv_AFvirtualfile OAFvirtualfile _Marker _Marker (_AFchunk o_AFchunk - L i _AFfnpmod _AFfnpsimplemod _AFmodule_AFmodule _AFmoduleinst=_AFmoduleinstg_AFmodulestate_AFmodulestate_Track1_TrackK_Loop_LoopAFPVu&AFPVu?_Instrument_Instrument_Miscellaneous4_MiscellaneousV_AFfilehandleAFfilehandlesize_tW_AUpvitem_AUpvlistLAUpvlist!status#uint32_t$2uint16_t%,uint8_t.)__FILE.Woff64_t/BFILE0'off_tutil.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L25.L37.L59.L81.L103.L115.L137.L150.L226.L446.L581.L618.L657af_write_pstringaf_read_pstringaf_write_uint8af_write_uint16_leaf_write_uint16_beaf_write_uint32_leaf_fwriteaf_write_uint32_beaf_read_uint8_af_byteswap_int16af_read_uint16_leaf_read_uint16_be_af_byteswap_int32af_read_uint32_leaf_freadaf_read_uint32_be_af_unique_ids_af_set_sample_format_af_default_double_pcm_mapping_af_default_float_pcm_mapping_af_default_unsigned_integer_pcm_mappings_af_default_signed_integer_pcm_mappings_af_format_frame_size_af_format_frame_size_uncompressed_af_compression_index_from_id_af_format_sample_size_af_compression_af_format_sample_size_uncompressed_af_filehandle_get_track_af_filesetup_get_tracksetup_af_pv_getptr_af_pv_getdoubleAUpvgetvalAUpvgetvaltypeAUpvgetparamAUpvgetmaxitems_af_pv_getlong_af_pv_pointer_af_pv_doubleAUpvsetvalAUpvsetvaltypeAUpvsetparamAUpvnew_af_pv_longcalloc_af_callocrealloc_af_reallocstrcpystrlen_af_strdupmalloc_af_malloc_af_filehandle_ok_af_filehandle_can_write_af_filehandle_can_read_af_error_af_filesetup_ok_GLOBAL_OFFSET_TABLE_   -<AF( KH(PpV\(b h@n(t80zh `l\`phXph `\-p?XhQdpvPhD  E[D~     +x<GVcsXlHllx` +=`lVlnx Q$QD H TO  OQQ  OhQlQ  OQQ $OTX dOQQ OJ  4OHJGQQ $ 8OTEpt OQQ  (ODC`d OA@? >PAh@|?>A@?>t:98 74::98 ,7 T: : 9 8 L7 t: Q Q h l O Q Q   O Q Q/1 1 D22QQ/4181 \.QQ  O@2d,h, ++ ** 4)8) dh |O Q$Q Op%%#x%% %l# t x%H4T6C6aP6i6:N6B64M66&L6.6rK6z6LI66;F6C6D66 B66r=6z6<66,6;6>6P;6;6;60;6;60;6 66(6 p66666606666066566 r56z565605656056466 y366  266 066de.6m6-66| (6 6 (6$ (6(!(6,!(6!(6,! (6!)(6,!1(6$!:(6x!B(6$!K(6x!S(6$!'6!6$"5'6("='6"F'6@"N'6"W'6@"_'6"&6"6#D$6#L6,#"6#6$f!6$n64$6$6%`6%h6,%6%6&z6&64'6'6'6'60(6(6(6(6(6t)6) 6)6)6)$6P6N6=M6\L6zK6I6F6D6B62=6N<6j;6665646%36J26y06.6-6(6'6J&6e$6"6!66666!6<6V6q666@ @%-6? 6J 62 VRBbWpYb]xaf(m {  80 h  debug.o/ 1281134720 0 0 100644 32756 ` ELF+zp@@.shstrtab.text.rodata1.rodata.bss.data.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames@A@`w'`]4` 4` 4` `@@0A@`ww`]_D @@`]_\ @@ '_\ h`]G_\ -p-pD@@HM`]G_\ -p-pD`\`@@HQ`]G_\ -p-pD``@;@[H=`]G_\ -p-pD`\`@@H*`]G_\ -p-pD @@H_\ G,p,pD $  O, < #b_DG 'G_\  o \0A@`ww`]_ D 8@;[@H.`]_D @@H5`]_D @@H+`]@H$`]@H`]_D @@H_D $! O, < #b_D`]_   ( 0@;[;[;[;@[H`]@H`]@H`]_D @@H _D !O!OO_D <@'G H `]_D <@@H_D < H `]@H`]G,p,p`] \@@`]@Lt0A@`ww '_D $H_\ (G,p,p,p,p w`]G@@`]_D @@`]@_ @`]@_ P@`]_\ А@@`]_\!@@`]_\ ؐ@@`]_\!@@`]_\ @@`]_\!@@`]_\ @@`]_\ @@`]_\ @@`]@_\`D`@D`@`]@`]_D @@G 'G_D $Oj@A@`ww`]_@@_D #%aDH `]@H`]@`]@_D  H `]  r@H `]  w@`]_D @@`]_D 0@@`]_\ 8@@`]_D @@@`]_\ H@@`]_D $@@`]_\ (@@_@0A@`ww''_h `]@HU`]@ 'GHEG뀤H`]@`]@ 'GH$G瀤H`]@`]_GGL@< ,0G,0@;@[G 'GGO`]@G 'GGO`]@㾀A@`w?ww'w'????GGL@  H'_f  P@ |/f |fG_$ < ,@ fG_,@`]_@@ '[G뀠H_G[,0@?O_O;@[G[ '[G[G뀤O '[G뀠HB_G[,0@?OHOH?OOH?OOǕϑ?GG[ 0fG`] `] HG_$ ';;HH';G; < ,@G[ '[G[G뀤O`]f@@pA@`w_w_  H`\@Ot_\ w_GL@wH%H,`]@ ' '!'H`]G@: ,p,p`] \@@HG뀤 O!OOG H G!H `]@H_,0@wHgG!H 'o_h_\ Go,0@_<Go 'oGo_oH 'o_h_\ Go,p0_,p<Go 'oGo_o??@P?H@@P@'[G[ 'wGw 'wGw H{`]Gw@@Gw 'sH{`]Gw @@Gw 'sHG! "H /r@ 'kHrH 'g_h_\ GgL@'[[_Gg,0<@Gg 'gGg_oH 'g_h_\ Gg @wOO_Gg,0<@Gg 'gGg_oHrH 'g_h_\ Gg,0T@'OO_Gg,0<@Gg 'gGg_oH 'g_h_\ Gg,0@wOO_Gg,0<@Gg 'gGg_oH[rH 'g_h_\ Gg,0D@'OO_Gg,0<@Gg 'gGg_oH 'g_h_\ Gg,0@wOO_Gg,0<@Gg 'gGg_oH`]Gk, @@_@HnGk$  O, < #c__D??@P?H@@P@'OGO 'wrHGw 'w{`]Gw@@Gw 'sHH9G$! O, < #c__Dw_h!{__GM,0Gsߐ@@PRT;@_ w__o_@(dd%c%c%c%clist.valid: %d list.count: %d item %d valid %d, should be %d item #%d, parameter %d, long: %ld item #%d, parameter %d, double: %f item #%d, parameter %d, pointer: %p item #%d, invalid type %d { %7.2f Hz %d ch %db 2 %db u flt dbl %dsampfmt? (%.30g+-%.30g [%.30g,%.30g]) big little %dbyteorder? %dcompression?pcm%s }track %d id %d sample format virtual format total file frames: %ld total virtual frames: %ld next file frame: %ld next virtual frame: %ld frames to ignore: %ld data_size: %ld fpos_first_frame: %ld fpos_next_frame: %ld fpos_after_data: %ld channel matrix: marker count: %d file handle: 0x%p valid invalid! access: fileFormat: %d instrument count: %d instruments: 0x%p miscellaneous count: %d miscellaneous: 0x%p trackCount: %d tracks: 0x%p NULL{ %5.2f}%05ld %s WARNING dumping ulaw data as if it were 8-bit unsigned LAME-O chunk dumper cannot deal with '%s' compression LAME-O chunk dumper cannot deal with non-native byte order %%%d.0f %%%d.2f LAME-O chunk dumper cannot deal with %d bits @?@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)math.h 2.24 04/10/23 SMI@(#)math_iso.h 1.9 04/10/23 SMI@(#)math_c99.h 1.9 04/11/01 SMI@(#)floatingpoint.h 2.9 04/10/23 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03!ddebug.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o debug.o debug.c -W0,-xp\$XAoAMiKACJXME90.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKACJXME90.;backend;raw;cd;DBG_GEN 5.2.7_af_printid7nid6|Dunsigneduint32_t_af_print_pvlist@n Klist?xi AtDintunsigned longsize_tlongdoublevoidE  l3# d;# vM# _AUpvitem valid # type # parameter # valueV# _AUpvlistB valid # count"# items#BAUpvlist_af_print_audioformatin:fmthx idx tD _PCMInfo 6 slope;# intercept;# minClip;# maxClip;#_PCMInfo _AudioFormatH# sampleRate;# sampleFormat # sampleWidth # byteOrder # pcm6# channelCount #8 compressionType #< compressionParamsM#@I_AudioFormat#_af_print_tracksnNfilehandlexi t trackhD_Bool _AFvirtualfile8 read# length# write;# destroyY# seek# tell#( closureM#0 3M 3E 3; YD 33 b 3AFvirtualfilechar;short _Marker a id# position# name# comment#_Markeraunsigned char|33AFframecount3AFfileoffset _AFchunkX  bufM# nframes# f##_AFchunk  _AFmoduleinst0 inc 2# outc 2# modspecM# u # mod # free_on_close#( valid#) ; source #  sink #  G pull # push # \  G \_AFfnpmod  y yM  _AFfnpsimplemod _AFmodule` name# describe e# max_pull e# max_push e# run_pull e# reset1 e#( reset2 e#0 run_push e#8 sync1 e#@ sync2 e#H run #P free e#X _AFmodule   ;_AFmoduleinst M_AFmodulestate modulesdirty# nmodules # mustuseatomicnvframes# old_f_rate;# old_v_rate;# chunk 2# module #( buffer #0 filemodinst #8 filemod_rebufferinst #h rateconvertinst # rateconvert_inrate;# rateconvert_outrate;# rateconvert_rebufferinst # _AFmodulestate_Track8 id # f## v##P channelMatrix# markerCount # markerss# hasAESData# aesData# totalfframes# nextfframe# frames2ignore# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframes# nextvframe# data_size# ms # taper;# dynamic_range;# ratecvt_filter_params_set# filemodhappy# _Track _Loop id # mode # count # beginMarker # endMarker # trackid #_LoopAFPVu l3# d;# vM#AFPVu _InstrumentQ id # loopCount # loops# values#_InstrumentQ _Miscellaneous  id # type # size # bufferM# position#p_Miscellaneous _AFfilehandleXE valid # access # seekok# fh# fileName# fileFormat # trackCount #$ tracks#( instrumentCount #0 instrumentsg#8 miscellaneousCount #@ miscellaneous#H formatSpecificM#PEAFfilehandle_af_print_filehandlenNfilehandlexD_af_print_channel_matrixnYmatrixx fchanst vchanspv lf hD$_af_print_framen]framenoxframep nchannelslformatstring` numberwidth\;slopeP;interceptH;minclip@;maxcliplinebuf]~wavewidth ~c ~ pcm;~ pcm;~volts;~D<Qz3P_af_print_chunk$n 2chnk#xfmt#%nframes&nsamps'fr(outbuf*formatstring+~digits ,~numberwidth ,~ s W~ s [~ issignedr~realbytes u~ s z~ s {~ s ~~ s ~ s ~ s ~C0D3_af_compression_index_from_id = I_af_format_sample_size_uncompressed =memsetMM fabs;;log10;;mkstemp :mkstemp amallocMfreeM33 __FILE  __pad#3off64_t ftello&fseeko g&3 3gfsetpos &p3fgetpos &FILEtmpfile!freopenl*l~fopenu3off_t ftellofseeko 5&3 35fsetpos w&>&fgetpos wputc  &sprintf  ;  ; Dprintf  } M }   freopen      !!fopen!Y!!"tmpfile0 /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/iso.debug.cint_types.haupvinternal.hstdio_iso.haupvlist.hafinternal.haf_vfs.haudiofile.hstdio_impl.hstdio.h ;P ,-QPTPIj{   ,,   q  ,v  5 )  )<(,  --------!,!^ $ )()! 1)-,-,-,,    %0 %0}w   $$)% }% !()$w ( , Tq -  !E04!ptt,nD0| DD%.?  : ; @ ' D I: ;  D D $> I: 4I : ;  I  :  I8  :   ' ID I&I' D I !I/  :  :  : .?  : ;@ ' D I: ; 4I : ; .? < ' ID .? < ' D .? < ' ID 7I!pM_af_printid_af_print_pvlist^_af_print_audioformatC_af_print_trackse_af_print_filehandle_af_print_channel_matrixY_af_print_framez_af_print_chunk1!puint32_t"size_tV_AUpvitem_AUpvlistKAUpvlist_PCMInfo6_PCMInfoI_AudioFormat#_AudioFormat_AFvirtualfileAFvirtualfile_Markera_MarkerAFframecountAFfileoffset_AFchunk _AFchunk  e_AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule ;_AFmoduleinst _AFmoduleinst _AFmodulestate _AFmodulestate _Track_Track_Loop_LoopAFPVuAFPVu_InstrumentQ_Instrumentp_Miscellaneous_Miscellaneous_AFfilehandleNAFfilehandle__FILEoff64_tFILEoff_tdebug.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L19.L31.L33.L43.L52.L56.L60.L64.L87.L96.L100.L104.L108.L112.L119.L128.L132.L136.L152.L163.L168.L175.L195.L197.L199.L202.L205.L207.L209.L211.L213.L215.L217.L219.L221.L223.L226.L228.L244.L251.L256.L260.L274.L276.L278.L280.L282.L284.L286.L304.L310.L324.L344.L351.L373.L429.L_cseg0.L_cseg1.L452.L459.L474.L536.L544.L681free_af_format_sample_size_uncompressedsprintffabslog10malloc_af_print_chunkmemset_af_print_frameputc_af_print_filehandle__iob_af_print_channel_matrix_af_print_tracks_af_compression_index_from_id_af_print_audioformat_af_compression_af_print_pvlistprintf_af_printid_GLOBAL_OFFSET_TABLE_    .=BG L0 QP(Vx([(` ejou{ 0 PX`p  0 Ph # )0/@5X;pA GMSY_ekqw} 8X8@.0  X#( = C \Pm8xh ^$^4 8 p\^^  \  \  L\\` \ \ 4\DH x\@^D^TX x\ \ \ \ \ (\| \ \ \ \\Xx| \ \ ZZ \  \X^\^  \!! \"" \Y## $\4Y<$@$ T\\%`% t\|&& \'' \(( \)) \** \+ + 4\<,@, T\\-`- h\V.. \// \ ^ ^ $0 (0 8\ \1 `1 h\ x2 |2 \ 3 3 \ U U S U U S 4 4 \ 5 5 ,\ 46 86 L\ T7 X7 l\ t8 x8 \ 9 9 \ : : \ W ^ ^ 4; 8; @\ P< T< \\ = = \ < < \ = = \ > > ,\ T? X? `\ ? ? \ ^ ^ $Q \@ `@ p\ \|BB CC AA \8^<^DD \EE XZZ  \`FdF l\OlM|NGG LHH  LHK$I(I <\HJMNGG LRJ6E6^]6f6x[66yY66 Y6Y6YW6a6W6W6W68W6tW68W6tT66 V66 oR6w6R6R6R6R6R6R6R6R64R64R6R64!R6P66P6`P6<P6hP6P6hP6P6hP6P6hP60P6xP6P6xP6P6xP6$P6,P605P6=P60FP6NP60oP6wP6P6$P6hP6,P6(P6,P6(P6,P6 P6<P6 P6<P6P6<#P6BP6JP6 SP6[P6 dP6lP6 P6P6P6$P6P6$P6P6$P6P6P6P6P6P6P60P68P6AP6IP6|RP6ZP6|cP6kP6|P6P6P6P6P6P6]6[6_Y6W6T6V6OR6P666@ @0p"'-6T?!J!!pVCd<bFpH)I!=L^OPJX8o0 P y z@ zX aupv.o/ 1281134721 0 0 100644 9772 ` ELF+ @@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0'G HH[w @w_瀤hHQwG @_t _\ h_@H@w 'GH1 +`_\ G,p,p$_\ G,p,p$`_\ G,p,p$ _\ G,p,p   @G 'GGO! _$`G_t`_w_@w_h?H'_D #`ԀH?H'_\ 'G< @w_h?H"'_D #`ԀH?H'_\ h_\ D #`ՀH_\ @_@ 'G< 0w''_h?H4'_D #`ԀH?H*'G H G_\ $ h?H'_\ G,p,pD#`ՀH?H 'G_\ G,p,p$` 'G< 0w''_h?H4'_D #`ԀH?H*'G H G_\ $ h?H'_\ G,p,pD#`ՀH?H 'G_\ G,p,p$` 'G<  A@`ww'w_h?Hk'_D #`ԀH?Ha'G H G_\ $ h?HS'_\ G,p,pD#`ՀH?HD'H)_\ _\ G,p,pt`H4_ _\ G,p,p< H(_\ _\ G,p,pt`H?H'_\ G,p,pD $  O, < #b_נD 'G< @0w'w_h?H5'_D #`ԀH?H+'G H G_\ $ h?H'_\ G,p,pD#`ՀH?H'_\ G,p,pD _$` 'G< 0w'w_h?H5'_D #`ԀH?H+'G H G_\ $ h?H'_\ G,p,pD#`ՀH?H'_\ G,p,pD _$` 'G<  A@`ww'w_h?Hh'_D #`ԀH?H^'G H G_\ $ h?HP'_\ G,p,pD#`ՀH?HA'H&_\ G,p,p\ _t`H1_\ G,p,p _< H%_\ G,p,p\ _t`H_\ G,p,pD $  H , < #a_נD 'G< @@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03faupv.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o aupv.o aupv.c -W0,-xp\$XAoAMiKBCJXMEU1.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKBCJXMEU1.;backend;raw;cd;DBG_GEN 5.2.7AUpvnew$nmaxitems#|aupvlist%hi&dDintunsigned longsize_tlongdoublevoid B l# d# v# _AUpvitem valid# type# parameter# value #B _AUpvlist valid# count# items#AUpvlistAUpvgetmaxitemsInelistHxDAUpvfreeUnlistTxDAUpvsetparamjn$listixitemitparamipDAUpvsetvaltype~nlist}xitem}ttype}pDAUpvsetvaln listxitemtvalhD$AUpvgetparamnlistxitemtparamhDAUpvgetvaltypenlistxitemttypehDAUpvgetvalnplistxitemtvalhD$ memset   char mkstemp  mkstemp  malloc- freeI calloc   /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/isoaupv.caupvinternal.hstdlib_iso.haupvlist.h '!1(,, { ( (A (8<0 (8<0  (8<444s (8<4 (8<4  (8<444v  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8  :  .? < ' ID  I.? < ' D .? < ' ID rJAUpvnewAUpvgetmaxitemseAUpvfreeAUpvsetparam$AUpvsetvaltypeAUpvsetval AUpvgetparamAUpvgetvaltypeAUpvgetvalgrsize_t B_AUpvitem_AUpvlistAUpvlistaupv.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataAUpvgetvalAUpvgetvaltypeAUpvgetparamAUpvsetvalAUpvsetvaltypeAUpvsetparamAUpvfreeAUpvgetmaxitemsmemsetfreecallocmallocAUpvnew_GLOBAL_OFFSET_TABLE_   -< G V c`n@} Pl<lPhl  6B6W6_6)616 s6{66686@64 66D 6%6x 66  66 666666W 6 6 6 666@ 0    $ - T6LALrMYgw~s@        units.o/ 1281134722 0 0 100644 25316 ` ELF+]@@.shstrtab.text.bss.data.rodata.picdata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.picdata.rela.debug_info.rela.debug_pubnames.rela.debug_typenames     ?@@@ @Raw DataRaw Sound DatarawAIFF-CAIFF-C File FormataifcAIFFAudio Interchange File FormataiffNeXT .snd/Sun .auNeXT .snd/Sun .au FormatnextMS RIFF WAVEMicrosoft RIFF WAVE FormatwaveBICSFBerkeley/IRCAM/CARL Sound FormatbicsfMPEGMPEG Audio BitstreammpegSound Designer 1Sound Designer 1 File Formatsd1Sound Designer 2Sound Designer 2 File Formatsd2AVRAudio Visual Research File FormatavrIFF/8SVXAmiga IFF/8SVX Sound File FormatiffSample VisionSample Vision File FormatsmpVOCCreative Voice File FormatvocNIST SPHERENIST SPHERE File FormatnistSoundFont 2SoundFont 2 File Formatsf2nonenot compressedulawCCITT G.711 u-lawalawCCITT G.711 A-lawima4IMA ADPCMIMA DVI ADPCMmsadpcmMS ADPCMMicrosoft ADPCM@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03,yunits.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o units.o units.c -W0,-xp\$XAoAMiKBCJXMkq1.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKBCJXMkq1.;backend;raw;cd;DBG_GEN 5.2.7intcharT_Bool_AFvirtualfile8 readk#length#write#destroy#seek1# tellW#(closure#0nvoidunsigned longlong4k #<4 t4 #  41 4M4W : nAFvirtualfile`double_PCMInfo slope#intercept#minClip#maxClip# _PCMInfo_AudioFormatHsampleRate#sampleFormatM#sampleWidthM# byteOrderM#pcm#channelCountM#8compressionTypeM#<compressionParams#@ _AudioFormatshort_Marker cid#position##name\#comment\# _Markercunsigned char ~ 4 4AFframecount 4AFfileoffset_AFchunkX!buf#nframes#f# _AFchunk!_AFmoduleinst0inc4#outc4#modspec#u#mod# free_on_closee#(valide#)= source# sink#Ipull#push# ^I ^_AFfnpmod {{ _AFfnpsimplemod_AFmodule`name\#describeg#max_pullg#max_pushg#run_pullg# reset1g#(reset2g#0run_pushg#8sync1g#@sync2g#Hrun#Pfreeg#X _AFmodule =_AFmoduleinst_AFmodulestate modulesdirtye#nmodulesM#mustuseatomicnvframese#old_f_rate#old_v_rate#chunk4# module #(buffer #0filemodinst#8filemod_rebufferinst#hrateconvertinst#rateconvert_inrate#rateconvert_outrate#rateconvert_rebufferinst# _AFmodulestate_Track8 idM#f#v#PchannelMatrix#markerCountM#markersu#hasAESDatae#aesData#totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms #taper#dynamic_range#ratecvt_filter_params_sete#filemodhappye# _Track _Loop idM#modeM#countM#beginMarkerM# endMarkerM#trackidM# _Loop AFPVu l4#d#v# AFPVu _InstrumentSidM#loopCountM#loops #values # _InstrumentS_Miscellaneous idM#typeM#sizeM#buffer#position# r_Miscellaneous_AFfilehandleXGvalidM#accessM#seekoke#fhx#fileName\#fileFormatM# trackCountM#$tracks #(instrumentCountM#0instrumentsi#8miscellaneousCountM#@miscellaneous#HformatSpecific#PMmGP_MarkerSetupidM#name\#comment\# v_MarkerSetup_TrackSetupxoidM#f#rateSete#PsampleFormatSete#QsampleWidthSete#RbyteOrderSete#SchannelCountSete#TcompressionSete#UaesDataSete#VmarkersSete#WdataOffsetSete#XframeCountSete#YmarkerCountM#\markers#`dataOffset#hframeCount#p _TrackSetupo_LoopSetupidM# _LoopSetup_InstrumentSetup:idM#loopCountM#loops#loopSete# _InstrumentSetup:_MiscellaneousSetup idM#typeM#sizeM# ^_MiscellaneousSetup_AFfilesetup8validM#fileFormatM#trackSete#instrumentSete# miscellaneousSete# trackCountM# tracks#instrumentCountM#instrumentsU# miscellaneousCountM#(miscellaneous#0!eG *MvGP recognizeG#initv#MG_AUpvliste%GMMKG. init#instparamvalid%#updateK#M_InstParamInfo idM#typeM#name\#defaultValue # _InstParamInfo _UnitfileFormatM#name\#description\#label\#implementede# getversionm#(completesetup!#0read#8writeT#HdefaultSampleFormatM#`defaultSampleWidthM#dcompressionTypeCountM#hcompressionTypes#pmarkerCountM#xinstrumentCountM#|loopPerInstrumentCountM#instrumentParameterCountM#instrumentParameters&# /_Unit,pS 4_af_units5; et} 4= ee=@ ee_CompressionUnitPcompressionIDM#implementede#label\#shortname\#name\#squishFactor# nativeSampleFormatM#(nativeSampleWidthM#,needsRebuffere#0multiple_ofe#1fmtok#8initcompress#@initdecompress@#H I_CompressionUnit 4_af_compression  n4_af_ms_adpcm_init_decompressee_af_ms_adpcm_format_oket_af_ima_adpcm_init_decompressee_af_ima_adpcm_format_okeQt_AFg711initdecompressee_AFg711initcompressee_af_g711_format_oke3t_AFpcminitdecompressee_AFpcminitcompressee_af_pcm_format_oket Mstatus_af_nist_update[_af_nist_write_init[_af_nist_read_init[ AFfilesetup_af_nist_complete_setup (_af_nist_recognizee Z _af_iff_update _af_iff_write_init [_af_iff_complete_setup _af_iff_read_init!3[_af_iff_recognizee!d _af_avr_complete_setup!_af_avr_update!_af_avr_write_init"[_af_avr_read_init"=[_af_avr_recognizee"n _af_ircam_update"_af_ircam_complete_setup"_af_ircam_write_init#[_af_ircam_read_init#O[_af_ircam_recognizee# _af_wave_instparam_valide#GM_af_wave_complete_setup$_af_wave_update$2_af_wave_write_init$n[_af_wave_read_init$[_af_wave_recognizee$ _af_next_complete_setup%_af_next_update%A_af_next_write_init%}[_af_next_read_init%[_af_next_recognizee% _af_aifc_get_versionM&G_af_aiff_update&M_af_aiff_complete_setup&_af_aiff_instparam_valide&GM_af_aiff_write_init' [_af_aiff_read_init'E[_af_aifc_recognizee'w _af_aiff_recognizee' _af_raw_complete_setup'_af_raw_write_init([_af_raw_read_init(T[_af_raw_recognizee( 4( 4__FILE(__pad(#( 4off64_tftello()((fseekoM)I)4M4)IfsetposM)))RfgetposM)) (FILE)tmpfile)T)T)freopen)*E)*)T*ET*Wfopen)**N*`( 4off_tftello***fseekoM+)4M4+fsetposM+P)+)fgetposM++P+YT++T++)freopen), +++T, ,T,%,.fopen),n,,7tmpfile) /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/usr/include/sys/usr/include/isounits.cunits.hafinternal.haf_vfs.haudiofile.hstdio_impl.htypes.hstdio_iso.h DD%$> I :  I8 ' ID I&I ' D  I: I  !I/  :  :  :  : < I 4I?  : ;  .? < ' ID .? < ' ID 7ID,S_af_units_af_compressionf,n_AFvirtualfile`AFvirtualfile_PCMInfo_PCMInfo_AudioFormat_AudioFormat_Markerc_MarkerAFframecountAFfileoffset_AFchunk!_AFchunkg_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule=_AFmoduleinst_AFmoduleinst _AFmodulestate _AFmodulestate _Track _Track _Loop _Loop AFPVu AFPVu _InstrumentS_Instrumentr_Miscellaneous_Miscellaneous_AFfilehandlev_MarkerSetup_MarkerSetup_TrackSetupo_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup:_InstrumentSetup^_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupT_InstParamInfo _InstParamInfo/_Unit_UnitI_CompressionUnit_CompressionUnitstatusAFfilesetup(__FILE(off64_t)FILE*off_tunits.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata_af_compression_af_ms_adpcm_init_decompress_af_ms_adpcm_format_ok_af_ima_adpcm_init_decompress_af_ima_adpcm_format_ok_AFg711initdecompress_AFg711initcompress_af_g711_format_ok_AFpcminitdecompress_AFpcminitcompress_af_pcm_format_ok_af_wave_inst_params_af_wave_compression_types_af_next_compression_types_af_aiff_inst_params_af_aiffc_compression_types_af_raw_compression_types_af_units_af_nist_update_af_nist_write_init_af_nist_read_init_af_nist_recognize_af_nist_complete_setup_af_iff_update_af_iff_write_init_af_iff_read_init_af_iff_recognize_af_iff_complete_setup_af_avr_update_af_avr_write_init_af_avr_read_init_af_avr_recognize_af_avr_complete_setup_af_ircam_update_af_ircam_write_init_af_ircam_read_init_af_ircam_recognize_af_ircam_complete_setup_af_wave_update_af_wave_instparam_valid_af_wave_write_init_af_wave_read_init_af_wave_recognize_af_wave_complete_setup_af_next_update_af_next_write_init_af_next_read_init_af_next_recognize_af_next_complete_setup_af_aiff_recognize_af_aiff_update_af_aiff_instparam_valid_af_aiff_write_init_af_aiff_read_init_af_aifc_recognize_af_aiff_complete_setup_af_aifc_get_version_af_raw_write_init_af_raw_read_init_af_raw_recognize_af_raw_complete_setup_GLOBAL_OFFSET_TABLE_   .=pMj .C^yp0?Rdv$8Qaz.AQj~   0F 8E @D HC p  ( 0 HB A @ ? > = <   ( P0 X8 xPA X; `? h> p= x<     : 9 8 7 6   H P X p5 x4 3 2 1 0      (/ . - , (+ h 0p 8x P X p       ( @* H) P( X' h&     H% $ # " ! 8 P@ `H    X ` h         x        0 8 8    P  X ( X H P X h p p x x         6E6l6 666@ ++++$0 - 06?J,V>eb?K p@VP@rE5JP Q ]` ]p ] compression.o/ 1281134722 0 0 100644 15028 ` ELF+4@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames0A@`w' 'G,p,p`]D@GHGH'G 'G O`]G 2@@?'G< 0A@`w'G@'G뀤?H G,p,p`]@Hww_0w'_@*08408H?H'_G@@w_瀤h?H'_D D'G< 0w''_@*08408HH_G@@w_瀤hH GhHG_$`Dcompression type %d not available@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03compression.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o compression.o compression.c -W0,-xp\$XAoAMiKCCJXMUA2.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKCCJXMUA2.;backend;raw;cd;DBG_GEN 5.2.7_af_compression_index_from_id+ncompressionid*|i,tDintfindCompression:nUcompressionid9|compressionno;lD_Boolchar^double _PCMInfo  slopeo# intercepto# minClipo# maxClipo# y_PCMInfovoid _AudioFormatH sampleRateo# sampleFormat# sampleWidth# byteOrder# pcm# channelCount#8 compressionType#< compressionParams#@ U  _AudioFormatoshortunsigned long _Marker  id+# position4# namef# commentf# E_Markerunsigned charlong AFframecount AFfileoffset _AFchunkXh buf# nframes# f # !_AFchunkh _AFmoduleinst0 inc{# outc{# modspec# ub# mod-# free_on_closeU#( validU#)E source#b sink# pull&# pushE#  _AFfnpmod!    _AFfnpsimplemod _AFmodule` namef# describe# max_pull# max_push# run_pull# reset1#( reset2#0 run_push#8 sync1#@ sync2#H run#P free#X _AFmodule$ _AFmoduleinst6_AFmodulestate modulesdirtyU# nmodules# mustuseatomicnvframesU# old_f_rateo# old_v_rateo# chunk{# moduleN#( bufferW#0 filemodinst6#8 filemod_rebufferinst6#h rateconvertinst6# rateconvert_inrateo# rateconvert_outrateo# rateconvert_rebufferinst6# `_AFmodulestate_Track8 * id# f # v #P channelMatrix"# markerCount# markers# hasAESDataU# aesData# totalfframes# nextfframe# frames2ignore# fpos_first_frame # fpos_next_frame # fpos_after_data # totalvframes# nextvframe# data_size # ms # tapero# dynamic_rangeo# ratecvt_filter_params_setU# filemodhappyU#  `  k 3  4 <  3 t  3 4  3  1 3     W 3 : _AFvirtualfile8 read k# length # write # destroy # seek 1# tell W#( closure#0 E * 3 U U   * 3 U U N _CompressionUnitP compressionID# implementedU# labelf# shortnamef# namef# squishFactoro# nativeSampleFormat#( nativeSampleWidth#, needsRebufferU#0 multiple_ofU#1 fmtok#8 initcompressE#@ initdecompress#H _CompressionUnit afGetCompressionEn&fileDxtrackidDttrackFhD `AFvirtualfile _Track _LoopY id# mode# count# beginMarker# endMarker# trackid# _LoopYAFPVu l# do# v# rAFPVu _Instrument) id# loopCount# loopsi# values# _Instrument) _Miscellaneous  id# type# size# buffer# position # H_Miscellaneous _AFfilehandleX valid# access# seekokU# fh# fileNamef# fileFormat# trackCount#$ tracks#( instrumentCount#0 instruments?#8 miscellaneousCount#@ miscellaneous#H formatSpecific#P AFfilehandleafInitCompressionRn\setupQxtrackidQtcompressionQptrackShD _MarkerSetup id# namef# commentf# _MarkerSetup _TrackSetupx id# f # rateSetU#P sampleFormatSetU#Q sampleWidthSetU#R byteOrderSetU#S channelCountSetU#T compressionSetU#U aesDataSetU#V markersSetU#W dataOffsetSetU#X frameCountSetU#Y markerCount#\ markers2#` dataOffset #h frameCount#p ;_TrackSetup _LoopSetup id# _LoopSetup _InstrumentSetup id# loopCount# loops!# loopSetU# *_InstrumentSetup _MiscellaneousSetup  id# type# size# _MiscellaneousSetup _AFfilesetup8S valid# fileFormat# trackSetU# instrumentSetU# miscellaneousSetU# trackCount# tracks# instrumentCount# instruments# miscellaneousCount#( miscellaneous%#0. SAFfilesetup_af_filehandle_get_track r ._af_filesetup_get_tracksetup  _af_filehandle_okU; _af_filesetup_okUk Smkstemp fmkstemp f^_af_error  ΀ __FILE8 __pad# off64_tftelloAy 8fseeko y  fsetpos y fgetpos, y FILE,tmpfile;^Y^kfreopen; b t ;^^fopen;   off_tftelloG fseeko y  fsetpos y y fgetpos  ^ ^';freopen;{  0 9^{^fopen;  tmpfile;X /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/usr/include/sys/usr/include/isocompression.cunits.hafinternal.haudiofile.haf_vfs.hstdio_impl.htypes.hstdio_iso.h -<}- <5 ,4 ,4$ DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> . : ; @ ' ID I  :  I8 I: ' ID  II !I/  :  : ' D &I :  : .?  : ; @ ' D .? < ' ID .? < ' D .? < ' ID 7Is__af_compression_index_from_idafGetCompression=afInitCompression2findCompressiony_PCMInfo_PCMInfo_AudioFormat _AudioFormatE_Marker_MarkerAFframecount AFfileoffset!_AFchunkh_AFchunk&Eb_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule_AFmoduleinst6_AFmoduleinst`_AFmodulestate _AFmodulestate _Track `_AFvirtualfile_CompressionUnit_CompressionUnitAFvirtualfile_Track_LoopY_LooprAFPVuAFPVu_Instrument)_InstrumentH_Miscellaneous_Miscellaneous_AFfilehandle&AFfilehandle_MarkerSetup_MarkerSetup;_TrackSetup_TrackSetup_LoopSetup _LoopSetup*_InstrumentSetup_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup._AFfilesetup\AFfilesetup__FILEAoff64_t,FILEoff_tcompression.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L40findCompression_af_filesetup_get_tracksetup_af_filesetup_okafInitCompression_af_filehandle_get_track_af_filehandle_okafGetCompression_af_error_af_compression_index_from_id_af_compression_GLOBAL_OFFSET_TABLE_   #4C"HxXu x  $LP  48 4 d 6W66666P1696T6\666-6I6666@  ` "BB%B-B6Br?JV&db(~p)* >*I.e"/ 13 4` 4h 4 4 aes.o/ 1281134723 0 0 100644 14500 ` ELF+3 @@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0w'_@*08408HH_G@@w_瀤hH _,`V0w''_@*08408HH_G@@w_瀤hHG@ _,`V w'w_G@@w_׀h?H"'_ H_瀤h_  @ H'_瀤h __נ @ @ 'G<  A@`ww'w_G@@w_߀hH#_@*08408HH_ H _ߢ _@ @H `]G "@@unable to store AES channel status data for track %d@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03Maes.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o aes.o aes.c -W0,-xp\$XAoAMiKDCJXMEY2.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKDCJXMEY2.;backend;raw;cd;DBG_GEN 5.2.7afInitAESChannelData(n*setup'xtrackid'ttrack)hD int_Booldouble_PCMInfo @slope#intercept#minClip#maxClip# _PCMInfovoid S_AudioFormatH>sampleRate#sampleFormat#sampleWidth# byteOrder#pcm@#channelCount#8compressionType#<compressionParams[#@ d_AudioFormatchar U_MarkerSetupid#name]#comment]# f_MarkerSetup long AFfileoffset AFframecount_TrackSetupxid#f>#rateSet#PsampleFormatSet#QsampleWidthSet#RbyteOrderSet#SchannelCountSet#TcompressionSet#UaesDataSet#VmarkersSet#WdataOffsetSet#XframeCountSet#YmarkerCount#\markers#`dataOffset#hframeCount#p  _TrackSetup _LoopSetupid# _LoopSetup _InstrumentSetup`id#loopCount#loops#loopSet# _InstrumentSetup `_MiscellaneousSetup id#type#size# _MiscellaneousSetup _AFfilesetup8!valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instruments{# miscellaneousCount#(miscellaneous#0  !AFfilesetupafInitAESChannelDataTo5n*setup4xtrackid4twillBeData4ptrack6hD afGetAESChannelDataEn gfileDxtrackidDtbufDhtrack3FXD_AFvirtualfile8 read K#length q#write #destroy #seek # tell 7#(closure[#0 gunsigned long  K  [   q  TS z           7   gAFvirtualfile @ short_Marker  id j#position #name]#comment]# s_Marker unsigned char  _AFchunkX `buf[#nframes#f># _AFchunk `_AFmoduleinst0 inc s#outc s#modspec[#u Z#mod%# free_on_close#(valid#) | =source # Zsink # pull #push =#  _AFfnpmod  [ _AFfnpsimplemod_AFmodule`name]#describe #max_pull #max_push #run_pull # reset1 #(reset2 #0run_push #8sync1 #@sync2 #Hrun #Pfree #X  _AFmodule  |_AFmoduleinst . [_AFmodulestatemodulesdirty#nmodules#mustuseatomicnvframes#old_f_rate#old_v_rate#chunk s# moduleF#(bufferO#0filemodinst.#8filemod_rebufferinst.#hrateconvertinst.#rateconvert_inrate#rateconvert_outrate#rateconvert_rebufferinst.# X_AFmodulestate_Track8"id#f>#v>#PchannelMatrix a#markerCount#markers #hasAESData#aesData #totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms#taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# _Track "_Loopid#mode#count#beginMarker# endMarker#trackid# <_Loop AFPVul#d#v[# AFPVu _Instrumentid#loopCount#loops#values'# 0_Instrument _Miscellaneous %id#type#size#buffer[#position# _Miscellaneous %_AFfilehandleXvalid#access#seekok#fh X#fileName]#fileFormat# trackCount#$tracks3#(instrumentCount#0instruments#8miscellaneousCount#@miscellaneous>#HformatSpecific[#P G AFfilehandle afSetAESChannelDataYn9fileXxtrackidXtbufXhtrack3Z`D$_af_filehandle_can_writeq  G_af_filehandle_get_track3 q  _af_filesetup_get_tracksetup  _af_filesetup_ok9 !mkstemp` ]mkstemp ]U _af_error  Ӏ__FILE__pad#  off64_tftelloG  fseeko G   fsetpos G  fgetpos G  FILE tmpfileU 0U Bfreopen 9 K U U fopen    off_tftello fseekoV G   Vfsetpos G _Gfgetpos  U U freopenR   U R[U mvfopen d tmpfilememset[ [  [S  memcpy[   I /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/usr/include/sys/usr/include/isoaes.cafinternal.haudiofile.haf_vfs.hstdio_impl.htypes.hstdio_iso.h *,4 7,4  4!$-  4,! - DD%.?  : ; @ ' D I: ;  4I : ;  D D $>  :  I8 I: I .?  : ; @ ' ID  ' ID  I&I' D I !I/  :  :  :  : .? < ' ID .? < ' D .? < ' ID 7I.? < ' ID YGafInitAESChannelData@afInitAESChannelDataToafGetAESChannelDataafSetAESChannelDataY_PCMInfo@_PCMInfod_AudioFormat>_AudioFormatf_MarkerSetup_MarkerSetupAFfileoffsetAFframecount _TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup`_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetup*AFfilesetup g_AFvirtualfile @AFvirtualfile s_Marker _Marker _AFchunk `_AFchunk  = Z _AFfnpmod _AFfnpsimplemod _AFmodule_AFmodule |_AFmoduleinst._AFmoduleinstX_AFmodulestate_AFmodulestate_Track"_Track<_Loop_LoopAFPVuAFPVu0_Instrument_Instrument_Miscellaneous%_MiscellaneousG_AFfilehandleAFfilehandle__FILEoff64_tFILEoff_taes.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L143_af_error_af_filehandle_can_writeafSetAESChannelDatamemcpymemset_af_filehandle_get_trackafGetAESChannelDataafInitAESChannelDataTo_af_filesetup_get_tracksetup_af_filesetup_okafInitAESChannelData_GLOBAL_OFFSET_TABLE_   ,;5AKd8xHx (Xd@Dh    6?6a6i6\6d6$66  666666 666@ @X5%-6?@J@YV%Ub&tp(b(,#.( 08h1 2` 2 3 instrument.o/ 1281134724 0 0 100644 23084 ` ELF+T@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0A@`www'_@*08408HH<_G`]@@ *08408HH+_@G_$` _,` _D @_t  '_D H_G,pD_\ ,p,p$G 'G_D O0ww_@*08408H?H#'_h '_D 0H_\ 8G,p,pD_,p$G 'G_D 0O_D 0'G< A@`ww'w'_@*08408HH_@*08408HH_G@@'Gۀ?HH_@G〢H_@' 'G〠H_GߠӐ@@_D GӐ@@'G׀?HH_D ,p,p`] P\@h_D ,p,p`] P\@_Gߐ@*08408HH`_D ,p,p`] \@Gץ,p,pD 'H=_G_\ 8Gۥ,p,p\ Gס,0@@@H:_G_\ 8Gۥ,p,p\ Gס,0@@@H'_G_\ 8Gۥ,p,p\ Gס,0@@@HHGϠ$  O, < #cx_ǠDGߠ 'GG〤Ocd0w'w'_G_G@@0w''w@ w_G@ @_ߐ @ _ߠ@ @_G_ߐ@@ _@A@`ww'w'/_@*08408HH_G@@'G׀?HH_@G〢H_@' 'G〠H_G۠ϐ@@_D Gϐ@@'GӀ?HH_D ,p,p`] \@Gӥ,p,pD '․HGˀ H `]Gϐ 3@@H^_GGː@@HE_G_\ 8Gץ,p,p\ Gӡ,0@@@HB_G_\ 8Gץ,p,p\ Gӡ,0@@@H/_G_\ 8Gץ,p,p\ Gӡ,0@@@H`]Gː 3@@HGˠ$  O, < #cD_DG۠ 'GG〤Og\0w'w'_G_G@@  w''@ w_G@ @_א @ _G_א@ @ _נߐ@ @_@_w_0A@`w'' 'G,p,p`] D@H&G,p,p`] \@G,p,pDGHHG 'GG,p,p`] D@OGG,p,p`] D@H `]G 4@@?H'G'G< 0A@`ww' '_D 0H_\ 8G,p,pDGHGH'G 'G_D 0O`]G @@?'G< 0A@`ww' '_D H_\ G,p,pDGHGH'G 'G_D O`]G @@?'G< instrumenttype of instrument parameter %d is not AU_PVTYPE_LONGinvalid instrument parameter type %dinvalid instrument parameter id %dinvalid instrument id %d@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03#instrument.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o instrument.o instrument.c -W0,-xp\$XAoAMiKECJXMUu2.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKECJXMUu2.;backend;raw;cd;DBG_GEN 5.2.7afInitInstIDs@nIsetup?x_instids?pninsts?liAhD$int_Booldouble_PCMInfo _slope#intercept#minClip#maxClip# _PCMInfovoid r_AudioFormatH]sampleRate#sampleFormat#sampleWidth# byteOrder#pcm_#channelCount#8compressionType#<compressionParamsz#@ _AudioFormatchar t_MarkerSetupid#name|#comment|# _MarkerSetup long AFfileoffset AFframecount_TrackSetupxid#f]#rateSet#PsampleFormatSet#QsampleWidthSet#RbyteOrderSet#SchannelCountSet#TcompressionSet#UaesDataSet#VmarkersSet#WdataOffsetSet#XframeCountSet#YmarkerCount#\markers#`dataOffset#hframeCount#p (_TrackSetup _LoopSetupid# _LoopSetup _InstrumentSetupid#loopCount#loops#loopSet# _InstrumentSetup _MiscellaneousSetup id#type#size# _MiscellaneousSetup _AFfilesetup8@valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instruments# miscellaneousCount#(miscellaneous#0  @AFfilesetup  afGetInstIDsUnfileTx_instidsTpiVhD _AFvirtualfile8 xread #length #write 1#destroy O#seek # tell #(closurez#0 unsigned long  x z  x r  1 x  O x :  x   X  x AFvirtualfile short_Marker  Fid #position #name|#comment|# _Marker Funsigned char a _AFchunkX bufz#nframes#f]# _AFchunk _AFmoduleinst0 inc #outc #modspecz#u #mod# free_on_close#(valid#)  source # sink # pull #push #  _AFfnpmod  ` 0 0 z 9 `_AFfnpsimplemod_AFmodule`~name|#describe #max_pull #max_push #run_pull # reset1 #(reset2 #0run_push #8sync1 #@sync2 #Hrun i#Pfree #X _AFmodule~  _AFmoduleinst  z_AFmodulestate]modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate#old_v_rate#chunk # module#(buffer#0filemodinst#8filemod_rebufferinst#hrateconvertinst#rateconvert_inrate#rateconvert_outrate#rateconvert_rebufferinst# _AFmodulestate_Track8id#f]#v]#PchannelMatrix #markerCount#markers X#hasAESData#aesData r#totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms]#taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# v_Track _Loop8id#mode#count#beginMarker# endMarker#trackid# _Loop 8AFPVul#d#vz# QAFPVu _Instrumentid#loopCount#loopsH#values# _Instrument _Miscellaneous id#type#size#bufferz#position# '_Miscellaneous _AFfilehandleXvalid#access#seekok#fh #fileName|#fileFormat# trackCount#$tracks#(instrumentCount#0instruments#8miscellaneousCount#@miscellaneous#HformatSpecificz#P  AFfilehandle_af_instparam_setgn:filefxinstidftOpvlistfhnpvfdih`instnoh\jhXparamxTtypeyPD(_AUpvlist : FAUpvlistafSetInstParamsnfilexinstidtOpvlisthnpvdDafSetInstParamLongnfilexinstidtparampvaluehpvlistO`D_af_instparam_getnfilexinstidtOpvlisthnpvdforceLongci\instnoXjTparamPtypeLD,afGetInstParamsn?filexinsttOpvlisthnpvdD afGetInstParamLongnfilexinsttparampval`pvlistOXD_af_instparam_index_from_id nifilefmt |id xi pD _af_handle_instrument_index_from_idnfilexidtilD _af_setup_instrument_index_from_id(nIsetup'xid'ti)lD _af_filehandle_can_write _af_unique_ids _  | _af_filehandle_ok1 _af_filesetup_oka @mkstemp |mkstemp |_af_instsetup_new _af_setup_free_instruments @t _af_errorO  l__FILE__padO# l off64_tftello  lfseeko    fsetposU   fgetpos  U lFILE tmpfilet t freopen    t t *fopen j ! 3 l off_tftello s jfseeko    fsetpos!#  Ufgetpos!e !# !,t !e!nt !!freopen! !w ! !t !!t !"fopen"A ! " tmpfileAUpvgetval" F  zAUpvgetparam" F  _AUpvsetval# F  zAUpvsetvaltype#L F  AUpvsetparam# F  AUpvfree# FAUpvgetmaxitems# F AUpvnewO  /var/tmp/audiofile-0.2.7/libaudiofile./usr/include/usr/include/sys/usr/include/isoinstrument.cafinternal.haudiofile.haf_vfs.haupvlist.hstdio_impl.htypes.hstdio_iso.h  ,H%(21 ,(2   ,,4()9QPPPtn! 0 $ %-  ,4()9-,)PPP,rh) 4 $!1$ DT~ , (8~ , (8~ , DD%.?  : ; @ ' D I: ;  4I : ;  D D $>  :  I8 I: I .?  : ; @ ' ID  ' ID  I&I' D I !I/  :  :  :  :  < .?  : ;@ ' ID I: ; 4I : ; .? < ' ID .? < ' D .? < ' ID 7I .? < ' ID Z$\afInitInstIDshafGetInstIDs_af_instparam_setbafSetInstParamsafSetInstParamLong_af_instparam_getafGetInstParams?afGetInstParamLong_af_instparam_index_from_idi_af_handle_instrument_index_from_id_af_setup_instrument_index_from_id$_PCMInfo__PCMInfo_AudioFormat]_AudioFormat_MarkerSetup_MarkerSetupAFfileoffsetAFframecount(_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupIAFfilesetup_AFvirtualfile AFvirtualfile _Marker F_Marker _AFchunk _AFchunk _AFfnpmod i_AFfnpsimplemod _AFmodule~_AFmodule _AFmoduleinst_AFmoduleinst_AFmodulestate]_AFmodulestatev_Track_Track_Loop8_LoopQAFPVuAFPVu_Instrument_Instrument'_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandleOAUpvlistl__FILEoff64_tFILE soff_tinstrument.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L29.L267.L290.L363.L398_af_setup_instrument_index_from_idafGetInstParamLongafGetInstParams_af_error_af_instparam_getAUpvfreeAUpvsetvalAUpvsetvaltypeAUpvsetparamAUpvnewafSetInstParamLongafSetInstParamsAUpvgetval_af_instparam_index_from_idAUpvgetparamAUpvgetmaxitems_af_handle_instrument_index_from_id_af_filehandle_can_write_af_instparam_set_af_units_af_filehandle_okafGetInstIDs_af_instsetup_new_af_setup_free_instruments_af_unique_ids_af_filesetup_okafInitInstIDs_GLOBAL_OFFSET_TABLE_   "3BG8MH(Sp(Y_   XD<H @' xdCP` Xpp%<3 *$*@(l p '&%#`*d*#  Xp"" "" <"@" H !\x!**(#X$"(" t x  H         4 @ * * " " " " @" D" t" x"   * *    * * 6T6o)6w6Lz$66,3!6;6!6!6h!6!6H!6!6Hw66(6666 ,Y6a64j6r6{6666 W6_6 P6 6 66 6%6)6$67!666666;6j6666@ @%-6S?J$V8b:p<{f=AID(H0P` Sp Tx T loop.o/ 1281134725 0 0 100644 24364 ` ELF+Y(@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenamesA@`ww'w'_@*08408HHt_G`]@@ *08408HHc_G@@'G߀?HHW_Gߐ@@G_\ Gߥ,p,p$` _\ Gߥ,p,p,`G〤 H _\ Gߥ,p,pt H2G @w__\ Gߥ,p,pt`_πhH 'G〠H_G۩,0D@_\ Gߥ,p,p\ $@G۠ 'GG〤O w'w_@*08408H?HH'_G@@'G߀?H?H;'_瀤h. '_\ 8Gߥ,p,pD H!_\ 8Gߥ,p,p\ Gۥ,p,pD_,p$G۠ 'G_\ 8Gߥ,p,pD O_\ 8Gߥ,p,pD 'G< 0A@`ww'' '_\ 8G,p,pD H%_\ 8G,p,p\ G,p,pDGHGH#'G 'G_\ 8G,p,pD O`]G_\ 8G,p,pD @@?'G<  w''/_@*08408HH8wH _@*08408HH*w_G@@'G׀?HHw_GG@@'Gۀ?HHw_\ 8Gץ,p,p\ Gۥ,p,pw_߰ A@`ww'''_GG@ w_߀hHG뀤 HG뀤 HG뀤 H `]G @@HG_$`0w''_GG@l w_߀h?H'_D 'G<  A@`ww'''_GG@D w_߀h?H'G뀤 H `]G @@@?H'G_$` 'G< 0w''_GG@ w_߀h?H'_D 'G< 0w'''_GG@ w_߀hHG_$` 0w''_GG@Ζ w_߀h?H'_D 'G< A@`ww''w_GG@ w_πh?H '_瀤 h `] ?@?H'_D '_D '_GG_@@ 'G<  w''_GG@h w_׀h?Hw_D '_D '_GGߐ@@w_0w'''_GG@; w_߀hHG_$`0w''_GG@ w_߀h?H'_D 'G< 0w'''_GG@ w_߀hHG_$`0w''_GG@ږ w_߀h?H'_D 'G< A@`ww''w_GG@ w_πh?H '_瀤 h `] ?@?H'_D '_D '_GG_@@ 'G<  w''_GG@t w_׀h?Hw_D '_D '_GGߐ@@w_loopno loop with id %d for instrument %dunrecognized loop mode %dinvalid loop count: %dloop start frame must not be negativeloop end frame must not be negative@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03(loop.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o loop.o loop.c -W0,-xp\$XAoAMiKFCJXMEF3.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKFCJXMEF3.;backend;raw;cd;DBG_GEN 5.2.7afInitLoopIDs'n/setup&x/instid&tloopids&h/nloops&dinstno/(`i/<\D(int_Booldouble_PCMInfo  slope?# intercept?# minClip?# maxClip?# I_PCMInfovoid _AudioFormatH sampleRate?# sampleFormat/# sampleWidth/# byteOrder/# pcm# channelCount/#8 compressionType/#< compressionParams#@ _AudioFormatchar _MarkerSetup! id/# name# comment# _MarkerSetup !long AAFfileoffset AAFframecount_TrackSetupx id/# f# rateSet6#P sampleFormatSet6#Q sampleWidthSet6#R byteOrderSet6#S channelCountSet6#T compressionSet6#U aesDataSet6#V markersSet6#W dataOffsetSet6#X frameCountSet6#Y markerCount/#\ markers8#` dataOffsetI#h frameCount`#p w_TrackSetup _LoopSetupH id/# "_LoopSetup H_InstrumentSetup id/# loopCount/# loops]# loopSet6# f_InstrumentSetup _MiscellaneousSetup C id/# type/# size/# _MiscellaneousSetup C_AFfilesetup8 valid/# fileFormat/# trackSet6# instrumentSet6# miscellaneousSet6# trackCount/# tracks# instrumentCount/# instruments# miscellaneousCount/#( miscellaneousa#0 j AFfilesetup / afGetLoopIDsGn/ WfileFx/instidFtloopidsFhinstno/H`i/I\D_AFvirtualfile8 read ;# length a# write # destroy # seek # tell '#( closure#0 Wunsigned long A ;  A a D j A   s |  A  A/ A ' WAFvirtualfile 0 ?short_Marker  id Z# position # name# comment# c_Marker unsigned char  A_AFchunkX P buf# nframes`# f# _AFchunk P_AFmoduleinst0  inc c# outc c# modspec# u J# mod# free_on_close6#( valid6#) l - source # J sink # x pull # push -#   x _AFfnpmod     _AFfnpsimplemod_AFmodule` name# describe # max_pull # max_push # run_pull # reset1 #( reset2 #0 run_push #8 sync1 #@ sync2 #H run #P free #X _AFmodule  l_AFmoduleinst  _AFmodulestate modulesdirty6# nmodules/# mustuseatomicnvframes6# old_f_rate?# old_v_rate?# chunk c# module6#( buffer?#0 filemodinst#8 filemod_rebufferinst#h rateconvertinst# rateconvert_inrate?# rateconvert_outrate?# rateconvert_rebufferinst# H_AFmodulestate_Track8 id/# f# v#P channelMatrix Q# markerCount/# markers # hasAESData6# aesData # totalfframes`# nextfframe`# frames2ignore`# fpos_first_frameI# fpos_next_frameI# fpos_after_dataI# totalvframes`# nextvframe`# data_sizeI# ms# taper?# dynamic_range?# ratecvt_filter_params_set6# filemodhappy6# _Track _Loop id/# mode/# count/# beginMarker/# endMarker/# trackid/# ,_Loop AFPVu lA# d?# v# AFPVu _Instrument id/# loopCount/# loops# values#  _Instrument _Miscellaneous  id/# type/# size/# buffer# positionI# _Miscellaneous _AFfilehandleXv valid/# access/# seekok6# fh H# fileName# fileFormat/# trackCount/#$ tracks##( instrumentCount/#0 instruments#8 miscellaneousCount/#@ miscellaneous.#H formatSpecific#P 7 vAFfilehandle _af_handle_loop_index_from_idYn/0fileXx/instnoXt/loopidXpi/ZhD$getLooplnhandlejx/instidjt/loopidjp6mustWritekoloopno/m\instno/mXDafSetLoopModenfilex/instidt/loopidp/modelloop`D( afGetLoopModen/ filex/instidt/loopidploop`D afSetLoopCountn/filex/instidt/loopidp/countlloop`D( afGetLoopCountn/=filex/instidt/loopidploop`DafSetLoopStartnfilex/instidt/loopidp/markidlloop`D afGetLoopStartn/ffilex/instidt/loopidploop`D afSetLoopStartFramen/Dfilex/instidt/loopidp`startFramehtrackid/`beginMarker/\loopPD( afGetLoopStartFramen` filex/instidt/loopidptrackid/dbeginMarker/`loopXDafSetLoopTrack nfilex/instidt/loopidp/tracklloop `DafGetLoopTrackn/<filex/instidt/loopidploop`DafSetLoopEnd"nfile!x/instid!t/loopid!p/markid!lloop#`DafGetLoopEnd/n/lfile.x/instid.t/loopid.ploop0`DafSetLoopEndFrame<n/ Lfile;x/instid;t/loopid;p`endFrame;htrackid/=`endMarker/=\loop>PD(afGetLoopEndFrameUn`!fileTx/instidTt/loopidTptrackid/VdendMarker/V`loopWXD_af_setup_instrument_index_from_id/!_/_af_handle_instrument_index_from_id/!v/_af_setup_free_loops!/_af_filehandle_can_write6"v_af_unique_ids6"a//_af_calloc"  _af_filehandle_ok6"v_af_filesetup_ok6"mkstemp/#mkstemp/#C #C_af_error#/#LA#A__FILE# __pad## # Aoff64_tftello#$# #fseeko/$D$A/A $Dfsetpos/$$$M Afgetpos/$$$ #FILE $tmpfile$ $ $freopen$%I$%$ %I %[fopen$%%R%d # Aoff_tftello%%%fseeko/&$A/A &fsetpos/&T$& $ $fgetpos/&&T&] & & & & $freopen$'&&& ' ' ') '2fopen$'r' ';tmpfile$ 7afGetMarkPosition`''//!afSetMarkPositionv//A  /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/usr/include/sys/usr/include/isoloop.cafinternal.haudiofile.haf_vfs.hstdio_impl.htypes.hstdio_iso.h  ),H4!01 X$> ,4@J0  @P~M ,<4<D  1=, 1  1, 1 1 1  1$0 1, 1% 1 1 1  1$0 1, DD%.?  : ; @ ' D I: ;  4I : ;   D D $>  :  I8 I: I .?  : ; @ ' ID  ' ID I&I' D I !I/  :  :  :  : . : ; @ ' ID .?  : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID .? < ' ID .? < ' D .? < ' ID 7I!.? < ' D (JafInitLoopIDsafGetLoopIDs_af_handle_loop_index_from_idafSetLoopModeafGetLoopMode afSetLoopCountafGetLoopCount=afSetLoopStartafGetLoopStartfafSetLoopStartFrameDafGetLoopStartFrame afSetLoopTrackafGetLoopTrack_LoopAFPVu l!# dz# v# AFPVu_Instrument ids# loopCounts# loops# values)# 2_Instrument_Miscellaneous ' ids# types# sizes# buffer# position]# _Miscellaneous'_AFfilehandleX valids# accesss# seekok# fh5# fileName# fileFormats# trackCounts#$ tracks #( instrumentCounts#0 instruments#8 miscellaneousCounts#@ miscellaneous@#H formatSpecific#PI AFfilehandleafGetMarkCommentnPfilexstrackidtsmarkidptrack `markerjXDafSetMarkPositionnfilexstrackidtsmarkidpFposhtrack `markerjXD(afGetMarkIDsnsfilexstrackidtmarkidshtrack Xis TDafGetMarkPositionnFfilexstrackidtsmarkidptrack `markerjXD_af_marker_new,njscount+|markersj-hD_af_filehandle_can_write-I_af_filehandle_get_track w-s_af_filesetup_get_tracksetupUws_af_strdup_af_calloc"_af_mallocL_af_filehandle_ok}_af_filesetup_ok_af_errors ! !__FILE, __pad# !off64_tftello5m,fseekosm!s!fsetpossm!fgetposs)m FILE)tmpfile8Vhfreopen8_q8fopen8  !off_tftello  D fseekos |m!s! |fsetposs m mfgetposs!  !! !!$8freopen8!x!!-!6!x!!!fopen8!!!tmpfile8mkstemps"mkstemps"?free"["d"mstrncpy""["v" size_tstrlen"#"# #strcpy## /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/usr/include/sys/usr/include/isomarker.cafinternal.haudiofile.haf_vfs.hstdio_impl.htypes.hstdio_iso.hstring_iso.h -(0~ 9  <,4!)848 { (%4@ |  $)8} %,$84X8  $)8} %,84X< ,44 ,44  ,,44, ,4)~  ,44 $ DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I :  I8 I: I  !I/  :  : ' D I&I : .?  : ; @ ' D ' ID  : 4I : ;  .?  : ;@ ' ID I: ; .? < ' ID .? < ' D .? < ' ID 7I.? < ' ID #NP_af_marker_find_by_id afInitMarkIDsafInitMarkNameafInitMarkCommentafGetMarkNameafGetMarkCommentPafSetMarkPositionafGetMarkIDsafGetMarkPosition_af_marker_new#N_MarkerX_Marker_PCMInfo_PCMInfo _AudioFormat_AudioFormatFAFframecount]AFfileoffsett_AFchunk_AFchunky_AFfnpmodN_AFfnpsimplemodh_AFmodulec_AFmodule_AFmoduleinst_AFmoduleinst_AFmodulestate B_AFmodulestate [_Track }_Track F_MarkerSetup _MarkerSetup _TrackSetup?_TrackSetup^_LoopSetup_LoopSetup_InstrumentSetup _InstrumentSetup._MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetupU_AFvirtualfileAFvirtualfile>_Loop_LoopAFPVuAFPVu2_Instrument_Instrument_Miscellaneous'_MiscellaneousI_AFfilehandleAFfilehandle__FILE5off64_t)FILE off_t"size_tmarker.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L39.L117.L119.L147.L180.L193.L413_af_marker_newafGetMarkPositionafGetMarkIDs_af_filehandle_can_writeafSetMarkPositionafGetMarkComment_af_filehandle_get_track_af_filehandle_okafGetMarkNamestrcpyafInitMarkCommentstrncpy_af_mallocstrlenafInitMarkName_af_strdup_af_callocfree_af_filesetup_get_tracksetup_af_filesetup_okafInitMarkIDs_af_error_af_marker_find_by_id_GLOBAL_OFFSET_TABLE_    />(C(I0O8UH [h8ag @Pv p X   P P#+6=|LWbg ($(  &((<$l# "`""!   8 < D ((#  & & &l"X(\(#  &PT h&|"X' d  ' (( ,( L t  '   & l    ' T!6H6k'6s6 %6 666,66`66 $66 g6o6 866 D6p6666666 66 '6%6Q66666F6r6666@ @ %-6?>J>#NV6b94p:< @AExL0 N O O misc.o/ 1281134727 0 0 100644 20884 ` ELF+K@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames A@`ww' '_D @H_\ HG,0D@GH _\ HG,0@HwG 'G_D @O`]G #@@w_ A@`ww' '_D (H_\ 0G,p,pDGH _\ 0G,p,pHwG 'G_D (O`]G #@@w_0ww'_@*08408HHN_\ 0h_\ 0@G_$`(G뀤 H_t 0H7G @_t 0_\ 0hH, 'G뀠H#_G,pD_\ 0,p$_\ 0G,p,p$ _\ 0G,p,p$ G 'GG뀤O _,` 0ww_@*08408H?H!'_h '_D @H_\ HG,pD_,p$G 'G_D @O_D @'G< 0A@`ww''_@*08408HH_G@w_瀤hG_$`H`] #@0A@`ww'_@*08408H?H'_G@w_瀤h_D H '`] #@?H'G< 0A@`ww''_@*08408HH_G@w_瀤hG_$`H`] #@0A@`ww'_@*08408H?H'_G@>w_瀤h_D H '`] #@?H'G< A@`ww'w'_@*08408H?Hh'_@*08408H?H]'_G@w_׀h?HP'G〤 H `]G %@@_\ h_D  H_D @_t _\`D` @_\ h?H%'G_\`D`h _D`\`$'HG'_\`\`_GӐ@@_צ \GӠ@tG'Gߡ< A@`ww'w'_@*08408H?HL'_@*08408H?HA'_G@uw_πh?H4'G〤 H `]G %@@?H%'G_\`D`h _D`\`$'HG'__\`\`Gې@@_Ϧ \G۠@tG'Gߡ<  A@`ww''_@*08408H?H*'_G@w_߀h?H'G_D H`]GG_D  '@@?H'G_t`G'G< bad miscellaneous id %dbad miscellaneous idinvalid size (%d) for miscellaneous chunkoffset %d too big for miscellaneous chunk %d (%d data bytes)@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03!misc.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o misc.o misc.c -W0,-xp\$XAoAMiKHCJXME23.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKHCJXME23.;backend;raw;cd;DBG_GEN 5.2.7find_misc_by_id)nfile(xid(ti*dD intvoidlongAFfileoffset _Miscellaneous g id# type# size# buffer# position#_Miscellaneousg_Bool _AFvirtualfile8- readv# length# write# destroy# seek<# tellb#( closure#0unsigned long v -  6G  -   -  6 - < -   b -EAFvirtualfilekchardouble _PCMInfo  slope# intercept# minClip# maxClip#_PCMInfo _AudioFormatH sampleRate# sampleFormat# sampleWidth# byteOrder# pcm # channelCount#8 compressionType#< compressionParams#@_AudioFormatshort _Marker  id# position6# name# comment#"_Markerunsigned charAFframecount _AFchunkX& buf# nframes# f#_AFchunk& _AFmoduleinst0 inc9# outc9# modspec# u # mod # free_on_close#( valid#)B source# sink#N pull# push#c Nc_AFfnpmod   _AFfnpsimplemod _AFmodule` name# describel# max_pulll# max_pushl# run_pulll# reset1l#( reset2l#0 run_pushl#8 sync1l#@ sync2l#H run#P freel#X_AFmodule  B_AFmoduleinst _AFmodulestate modulesdirty# nmodules# mustuseatomicnvframes# old_f_rate# old_v_rate# chunk9# module #( buffer #0 filemodinst #8 filemod_rebufferinst #h rateconvertinst # rateconvert_inrate# rateconvert_outrate# rateconvert_rebufferinst # _AFmodulestate_Track8 id# f# v#P channelMatrix# markerCount# markers# hasAESData# aesData# totalfframes# nextfframe# frames2ignore# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframes# nextvframe# data_size# ms # taper# dynamic_range# ratecvt_filter_params_set# filemodhappy# _Track _Loop id# mode# count# beginMarker# endMarker# trackid#_LoopAFPVu l# d# v#AFPVu _InstrumentX id# loopCount# loops# values#_InstrumentX _AFfilehandleX valid# access# seekok# fh# fileName# fileFormat# trackCount#$ tracks #( instrumentCount#0 instrumentsn#8 miscellaneousCount#@ miscellaneous#H formatSpecific#PwAFfilehandlefind_miscsetup_by_id8nNsetup7xid7ti9dD _MiscellaneousSetup  id# type# size#N_MiscellaneousSetup _MarkerSetup id# name# comment#_MarkerSetup _TrackSetupx id# f# rateSet#P sampleFormatSet#Q sampleWidthSet#R byteOrderSet#S channelCountSet#T compressionSet#U aesDataSet#V markersSet#W dataOffsetSet#X frameCountSet#Y markerCount#\ markers*#` dataOffset#h frameCount#p3_TrackSetup _LoopSetup id#_LoopSetup _InstrumentSetup id# loopCount# loops# loopSet#"_InstrumentSetup _AFfilesetup8 valid# fileFormat# trackSet# instrumentSet# miscellaneousSet# trackCount# tracks# instrumentCount# instruments# miscellaneousCount#( miscellaneous#0AFfilesetupafInitMiscIDsGnpsetupFxpidsFpnidsFliHhDafGetMiscIDsjnfileixpidsipikhD afInitMiscType|nsetup{xmiscellaneousid{ttype{pmiscellaneous}hD$afGetMiscTypen filexmiscellaneousidtmiscellaneoushD afInitMiscSizensetupxmiscellaneousidtsizepmiscellaneoushD$afGetMiscSizen,filexmiscellaneousidtmiscellaneoushD afWriteMiscnfilexmiscellaneousidtbufhbytesdmiscellaneousXlocalsizeTD(afReadMiscnfilexmiscellaneousidtbufhbytesdlocalsize\miscellaneousPD(afSeekMisc nZfilexmiscellaneousidtoffsetpmiscellaneous `D$_af_filehandle_can_write _af_calloc 6 6_af_malloc 6_af_filehandle_can_read& _af_filehandle_okW _af_filesetup_ok  _af_error  Ԁ __FILE __pad#off64_tftelloG fseeko G   fsetpos G fgetpos G FILEtmpfile 0 Bfreopen 9 K   fopen  off_tftello fseekoV G   Vfsetpos G _Gfgetpos    freopen R     R [  m vfopen d tmpfilememset!   6 ! !memcpy!_ ! ! 6mkstemp! mkstemp! free  /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/usr/include/sys/usr/include/isomisc.cafinternal.haudiofile.haf_vfs.hstdio_impl.htypes.hstdio_iso.h +)0} - :)8 } - ,!) %0,| ,)~   ,%!$ ,%$  ,%$ ,%$  ,,45$( ,)4$  ,,4,,)4$  ,4@ DD%. : ; @ ' ID I: ;  4I : ;  D D $> II:  :  I8 ' ID  I &I' D I !I/  :  :  :  : .?  : ; @ ' D .?  : ; @ ' ID .?  : ;@ ' ID I: ; 4I : ; .? < ' ID .? < ' D .? < ' ID 7I.? < ' D !afInitMiscIDsyafGetMiscIDsafInitMiscTypeafGetMiscType afInitMiscSizeafGetMiscSize,afWriteMiscafReadMiscafSeekMiscO!Jfind_misc_by_idfind_miscsetup_by_id!AFfileoffset_Miscellaneousg_Miscellaneous_AFvirtualfilekAFvirtualfile_PCMInfo _PCMInfo_AudioFormat_AudioFormat"_Marker_MarkerAFframecount_AFchunk&_AFchunk l_AFfnpmod_AFfnpsimplemod_AFmodule _AFmoduleB_AFmoduleinst _AFmoduleinst _AFmodulestate _AFmodulestate _Track _Track_Loop_LoopAFPVuAFPVu_InstrumentX_Instrumentw_AFfilehandleAFfilehandleN_MiscellaneousSetup_MiscellaneousSetup_MarkerSetup_MarkerSetup3_TrackSetup_TrackSetup_LoopSetup_LoopSetup"_InstrumentSetup_InstrumentSetup_AFfilesetupAFfilesetup__FILEoff64_tFILEoff_tmisc.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L40find_misc_by_idfind_miscsetup_by_id.L210.L353.L483afSeekMisc_af_filehandle_can_readafReadMiscmemcpymemset_af_malloc_af_filehandle_can_writeafWriteMiscafGetMiscSizeafInitMiscSizeafGetMiscTypeafInitMiscType_af_filehandle_okafGetMiscIDs_af_callocfree_af_filesetup_okafInitMiscIDs_af_error_GLOBAL_OFFSET_TABLE_   -<AQfl00r`=x ` 0p0=HM^plv #$#  "##  " \x#|#   "8#<#T  "##0   "##L P \"##dh |" d # #   |  "  h# l#    ("6B6^6f666!6 6p66D66666'666p=6E6 6 6 466 P66%!6\666666:6h6666@  ` h ee%e-e6e?J!V3b6Ip88[9U=?>`B0H@ J@ KH K` Kx track.o/ 1281134728 0 0 100644 12708 ` ELF+,`@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww'H0ww_h#_$` 'G< @"8@w#_$`_t H_t _t _$ _t  _,`_   @_t _t _t _t _t _t _t!_t!_t! _,a_$!_t!8_t!@_t!H _,ay _,a _,a٠ _,b_w_@(#)stddef.h 1.18 04/09/28 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03track.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o track.o track.c -W0,-xp\$XAoAMiKICJXM0L4.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKICJXM0L4.;backend;raw;cd;DBG_GEN 5.2.7afInitTrackIDs)n.file(xDtrackids(ptrackCount(lDint_Booldouble_PCMInfo Dslope#intercept#minClip#maxClip#_PCMInfovoid W_AudioFormatHBsampleRate#sampleFormat#sampleWidth# byteOrder#pcmD#channelCount#8compressionType#<compressionParams_#@h_AudioFormatchar Y_MarkerSetupid#namea#commenta#j_MarkerSetup longAFfileoffsetAFframecount_TrackSetupxid#fB#rateSet#PsampleFormatSet#QsampleWidthSet#RbyteOrderSet#SchannelCountSet#TcompressionSet#UaesDataSet#VmarkersSet#WdataOffsetSet#XframeCountSet#YmarkerCount#\markers#`dataOffset#hframeCount#p _TrackSetup _LoopSetupid#_LoopSetup _InstrumentSetupdid#loopCount#loops#loopSet#_InstrumentSetup d_MiscellaneousSetup id#type#size#_MiscellaneousSetup _AFfilesetup8%valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instruments# miscellaneousCount#(miscellaneous#0 %AFfilesetup  afGetTrackIDs1nfile0xDtrackids0pD _AFvirtualfile8 Nread #length #write #destroy %#seek ]# tell #(closure_#0 unsigned long  N _ W h  N W   N W  % N   ] N   .  N fAFvirtualfile short_Marker  id #position W#namea#commenta# _Marker unsigned char 7 e_AFchunkX buf_#nframes#fB# e_AFchunk _AFmoduleinst0 ainc #outc #modspec_#u #modq# free_on_close#(valid#)  source a# sink a# pull j#push # a  _AFfnpmod e 6   _  6_AFfnpsimplemod_AFmodule`Tnamea#describe #max_pull #max_push #run_pull # reset1 #(reset2 #0run_push #8sync1 #@sync2 #Hrun ?#Pfree #X Y_AFmodule T h _AFmoduleinst z __AFmodulestate3modulesdirty#nmodules#mustuseatomicnvframes#old_f_rate#old_v_rate#chunk # module#(buffer#0filemodinstz#8filemod_rebufferinstz#hrateconvertinstz#rateconvert_inrate#rateconvert_outrate#rateconvert_rebufferinstz#_AFmodulestate_Track8nid#fB#vB#PchannelMatrix #markerCount#markers .#hasAESData#aesData H#totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms3#taper#dynamic_range#ratecvt_filter_params_set#filemodhappy#L_Track n_Loopid#mode#count#beginMarker# endMarker#trackid#_Loop AFPVucl#d#v_#'AFPVu c_Instrumentid#loopCount#loops#valuess#|_Instrument _Miscellaneous qid#type#size#buffer_#position#_Miscellaneous q_AFfilehandleXvalid#access#seekok#fh #fileNamea#fileFormat# trackCount#$tracks#(instrumentCount#0instruments#8miscellaneousCount#@miscellaneous#HformatSpecific_#P AFfilehandle _af_track_new;n?t<pD_af_malloc_i Wmkstemp amkstemp a׀__FILE__pad# off64_tftello:  fseeko{ :    {fsetpos :  fgetpos : FILE tmpfile Y # Y 5freopen , >  Y  Y fopen   off_tftello fseekoI :    Ifsetpos : R:fgetpos   Y  Y freopenE    Y EN Y `ifopen W rtmpfilememset_ _  W1 /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/usr/include/sys/usr/include/isotrack.cafinternal.haudiofile.haf_vfs.hstdio_impl.htypes.hstdio_iso.h , 3 ;) DD%.?  : ; @ ' D I: ;  D D $>  :  I8 I: I .?  : ; @ ' ID  ' ID  I &I' D I !I/  :  :  :  : 4I : ;  .? < ' ID .? < ' ID 7I.? < ' ID ]MafInitTrackIDsMafGetTrackIDs_af_track_new_PCMInfoD_PCMInfoh_AudioFormatB_AudioFormatj_MarkerSetup_MarkerSetupAFfileoffsetAFframecount _TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupd_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetup.AFfilesetup_AFvirtualfile AFvirtualfile _Marker _Marker e_AFchunk _AFchunk j _AFfnpmod ?_AFfnpsimplemod Y_AFmoduleT_AFmodule _AFmoduleinstz_AFmoduleinst_AFmodulestate3_AFmodulestateL_Trackn_Track_Loop_Loop'AFPVucAFPVu|_Instrument_Instrument_Miscellaneousq_Miscellaneous_AFfilehandleAFfilehandle__FILEoff64_tFILEoff_ttrack.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatamemset_af_malloc_af_track_newafGetTrackIDsafInitTrackIDs_GLOBAL_OFFSET_TABLE_    .=DO,]PDk z  6E6a6i60` 6h6 6 66 6 666@ 0$-6AM!=Y#1]g$iw$()x *0+( +H ,0 ,H  query.o/ 1281134729 0 0 100644 22932 ` ELF+T@@.shstrtab.text.rodata1.rodata.bss.data.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames A@`w'''''HPGGGG@@HVwGGGG@@HKwGGGG@@H@wGGGG@@H5wGGGG@@H*wH(wH&wGGGG@@Hw`] :@HwG$! O, < #a_נDw_߰\ 0 A@`w''''Hb ' 'Gߥ,p,p`] @HG 'Gߠ 'G߀ OG@Hnw '  @w_׀hHaw 'Gߥ,p,p`] @H G_G,0$@G 'Gߠ 'G߀ OG〤 H_@H;w_@H6wG HG HH,wG,p,p`] \@@HwG HG HHwG,p,p`] \@@HwG HG HHwG,p,p`] \@@HwG HG HHwG,p,p`] @@HwG HG HHwHG,p,p`] `D@@HwHwG"\OOG HG HHwHG,p,p`] dD@@HwHG"\OOHG HG H `]G ;@@HwHNG,p,p`] hD@'G@HswG,p,p`] hD@'G߀ HHcwGߐ @w_׀hHWw 'G߀HG,p,p`] p\@G,0D@_$@G 'GG߀O_@H6wG"O"OH,GbeH%bX H$, < #b_ϠDbnHbeO%H%bn H , < #b_ϠDw_@TT,|'''''GGGGG@@w_׀h?Hw_נӐ@ @GӀ H?H w_נǐ@ @_@_w_߰A@`w'''''GGGGG@@w_׀h`] H?_נӐ@ @GӀ H`] H ?_נǐ@ @_@?߁H'''''GGGGG@@w_׀hHw_נӐ@ @GӀ HH w_נǐ@ @_@_w_߰ A@`w''''H*G HG HH8wG,p,p`] D@  2H < @H&wG HG HHwG,p,p`] D@@HwG HG HHwG,p,p`] D@'G߀ HHwGߐ @w_׀hHw 'G߀HG,p,p`] \@G,p,pD_ץ,p$G 'GG߀O_@HwG HG HHwGG@@'G〤 HHwG,p,p`] \@G,p,pD @HwG HG HHwGG@@'G〤 HHwG,p,p`] \@G,p,p\ @HswG HG HHiwGG@@'G〤 HC@ w_G,p,p`] \@G,p,pD @_G,p,p`] \@G,p,pD  @_G,p,p`] \@G,p,p  @_HwHwHG"eH$"X O, < #aX_ϠDOOw_ h0A@`w''''G HG HH/wH#G,p,p`] D@  2H < @HwG,p,p`] D@@HwH G"dO"eOOw_0A@`w''''H7G HG HH7wG,p,p`] |D@  2H < @H%wG HG HHwG,p,p`] |D@@HwH G"dO"eOOw_0A@`w''''`] @w_0A@`w''''H)G,p,p`] xD@  2H < @H!wG,p,p`] xD@@Hw`] ;@H wG"dO"eOOw_A@`w''''H ' 'Gߥ,p,p`]  @HG 'Gߠ 'G߀ OG@Hw  @w_πhHw ' 'Gߥ,p,p`]  @HGߥ,p,p`]D@_G,0$@G 'Gߠ 'G߀ O_@HwG@'Gۥ,p,p`] (D@@HqwG@'Gۥ,p,p`] ,D@@H`wG@'Gۥ,p,p`] \@@HOwG@'Gۥ,p,p`] \@@H>wG@'Gۥ,p,p`] \@@H-wGb]H%bX H, < #c_ǠD%b] H , < #c_ǠD`]G ;@@w_L,\\bad query typeunrecognized file format %dnot implemented yetbad queryunrecognized query selector %d @(#)assert.h 1.10 04/05/18 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03query.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o query.o query.c -W0,-xp\$XAoAMiKICJXMkh4.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKICJXMkh4.;backend;raw;cd;DBG_GEN 5.2.7afQuery;nquerytype:|arg1:xarg2:targ3:parg4:lD,_AUpvlistAUpvlistint_afQueryFileFormat[narg1Z|arg2Zxarg3Ztarg4Zp countad idxa` countld idxl` buffermX idxd count` bufferXD(afQueryLongnquerytype|arg1xarg2targ3parg4l listX typeT valueHDlongafQueryDoublen||querytype|arg1xarg2targ3parg4l listX typeT value|HD,doubleafQueryPointernogquerytype|arg1xarg2targ3parg4l listX typeT valueoHDvoidg _afQueryInstrumentParameternV arg1| arg2x arg3t arg4p i!d count!` buffer"X idx9d idxFd idxRd retYXD( _afQueryLoopkn arg1j| arg2jx arg3jt arg4jpD( _afQueryInstrument~n t arg1}| arg2}x arg3}t arg4}pD( _afQueryMiscellaneousn arg1| arg2x arg3t arg4pD( _afQueryMarkern arg1| arg2x arg3t arg4pD( _afQueryCompressionn | arg1| arg2x arg3t arg4p countd i` index\ bufPD(_af_instparam_index_from_id _af_compression_index_from_id g_af_pv_pointer 4 _af_pv_long _unsigned long_af_calloco  _ _char  _af_error   __FILE *__pad # off64_tftello 3 k * fseeko  k fsetpos  k fgetpos' k  FILE'tmpfile6 T ffreopen6]o6  fopen6 off_tftello Bfseekoz kzfsetpos k k fgetpos  "6freopen6v+4 v fopen6tmpfile6AUpvgetval+oAUpvgetvaltypekAUpvsetvaloAUpvsetvaltypeAUpvsetparam%AUpvfreeMAUpvnewt mkstemptmkstemptfreeo /var/tmp/audiofile-0.2.7/libaudiofile./usr/include/usr/include/sys/usr/include/isoquery.caupvlist.hstdio_impl.htypes.hstdio_iso.h  ;9999 9$j  <~ <~, , , , ,A{ ,A{,44$%~l* <$$  <$$$$ <$$  ,, ,4$$N- ,$,$,$X\\  ,UAy    ,, s   $  UA$x    <~ <}     X"+, DD%.?  : ; @ ' ID I: ;  D D < II: $>  4I : ;  4I : ; .?  : ;@ ' ID  I: ; .? < ' ID I&I.? < ' D I !I/  :  I8 .? < ' ID 7I.? < ' D +MafQuery_afQueryFileFormatafQueryLongafQueryDoubleafQueryPointerx_afQueryInstrumentParameterV_afQueryLoop_afQueryInstrument t_afQueryMiscellaneous _afQueryMarker _afQueryCompressioneAUpvlist __FILE 3off64_t'FILE off_tquery.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L42.L245.L_cseg0.L656.L679.L778_af_compression_index_from_id_af_compression_afQueryMiscellaneousAUpvsetvalAUpvsetvaltypeAUpvsetparamAUpvnew_af_instparam_index_from_idafQueryPointerafQueryDoubleAUpvfreeAUpvgetvalAUpvgetvaltypeafQueryLong_af_pv_pointerfree_af_calloc_af_pv_long_af_units_af_error_afQueryMarker_afQueryCompression_afQueryFileFormat_afQueryLoop_afQueryInstrumentParameter_afQueryInstrumentafQuery_GLOBAL_OFFSET_TABLE_    .=B HQ0WH]X cT  #2>MR]is} @l( @X< +$+h)('&%T$d h t#++`"d" ! " " x"" 0"4" D"" "" !L"P" `!"" !< @ T#|"" !""  @"D" * 4 h t + + *   D \  `   * 8 h t + + " " @! " " ! " "  l" p" <"@" h!""  Pl"" ""  ("," \0+4+"" !"" !`+d+"" !0"4" D!++  #(+,+`"d" !"" ! #H+L+ ! 8< hl  ! (, <!Plp    #6E6Z*6b6.&666l&6(&6X&60&6&60&6&60&6 &6&6\&6 d&666 66 66 (66(6((6, (60((61(609(6B(6J(6$(6$(6(6(6l(6l(6(6 (6(6(6&(6.(6i'6q6,)6 6 6 6 $6 &6 %6 6*6&666 6+(6'6)66 $67%666@ @8x"'-6r?*J*V1 b4\p677:q7 9 =M@ R S S raw.o/ 1281134729 0 0 100644 16884 ` ELF+  :  I8 I: I4I?  : ;  &I I  !I/ .?  : ; @ ' ID  I: ;  D D ' ID I' D 4I : ;    :  :  :  : .? < ' ID .? < ' D .? < ' ID 7I_af_raw_default_filesetup_af_raw_compression_typesF_af_raw_recognize _af_raw_read_init_af_raw_write_inita_af_raw_update_af_raw_complete_setupa_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup9_MarkerSetupaAFfileoffsetxAFframecount_TrackSetup_TrackSetup:_LoopSetup`_LoopSetup~_InstrumentSetup_InstrumentSetup _MiscellaneousSetup[_MiscellaneousSetup_AFfilesetup_AFfilesetup_AFvirtualfile pAFvirtualfile estatus AFfilesetup _Marker _Marker M_AFchunk _AFchunk R q _AFfnpmod'_AFfnpsimplemodA_AFmodule<_AFmodule _AFmoduleinstb_AFmoduleinst_AFmodulestate_AFmodulestate4_TrackV_Trackp_Loop_LoopAFPVuKAFPVud_Instrument_Instrument_MiscellaneousY_Miscellaneous{_AFfilehandleAFfilehandle1__FILE_off64_tSFILE8off_traw.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L35.L91.L165.L177.L189.L202.L215.L228_af_malloc_af_filesetup_get_tracksetup_af_raw_complete_setup_af_raw_update_af_raw_write_init_af_format_frame_sizeaf_flength_af_filesetup_make_handle_af_error_af_raw_read_init_af_raw_recognize_af_raw_compression_types_af_raw_default_filesetup_GLOBAL_OFFSET_TABLE_   ,;8@8(E`(K(Q W ](c(itH\$HP! 3M8gX\  T  `PT     LP \    46?66>6]6e6( 6 6 6 6 $6 ,6 56 =666u6}66666;6Z6r666@ @@(8 `%`-h6hS? J V)b+bp,-1}3p6px9 ;x <@ `]@ @H2`]@ @H&`]@ @H`]@ @H`]@ @H _\`@H'`]@ @HԀH `] n@?H;' /_\`@T'G?H?H('_ 4@w_נ h_נ w_\ _נ @@ _〤 oրH`] p@ 'G< 0A@`ww_@ _@  @ h`]@ @ H H/_@  @ h`]@ @ H H/ /0A@`ww_@ _@  @ h`]@ @ H H/_@  @ h`]@ @ H H/ / A@`ww_D   "H /_ H_D H `] @Hw_\ w_ QH"_D !H `] @Hw怤H_D !H `] @HwH _`D`!@_D !H_D  H_D  H `]_D  @@Hw怤H_D D H `] @Hw_ SH_D !H _D  H`] 5@!_$`_ H'_D  H_D  H `] !@H_w_\ h_\ D  H `] @HLw_ H> '_D (H7HH*`]_\ 0Gߥ,p,pD  &@H+w_\ 0Gߥ,p,pD $ ɀ O, < #`<_נDGߠ 'G_D (O_`]@@ w_$$$$$$A@`www'_G@@_Gߐ@@G߀ H H/_Gې@@HtGۀ H Gۀ H H'נ 'G׀@ Ht/Gۀ?H Gۀ 2H H'Ӡ 'GӀ@ Hb/Gۀ H Gۀ H H'Ϡ 'Gπ@ HP/Gۀ H Gۀ H H'ˠ 'Gˀ@ H>/Gۀ H Gۀ H H'Ǡ 'Gǀ@ H,/Gۀ H Gۀ H H'à 'GÀ@ H/ H/ H/G$!- O, < #b_ܠD /(pHHH@w!_=@'G< NAMEAUTH(c) ANNOAPPLMIDINONEtwosin24in32ACE2ACE8MAC3MAC6AIFF-C format does not support Apple's proprietary %s compression formatulawULAWalawALAWfl32FL32fl64FL64sowtAIFF-C compression type '%c%c%c%c' not currently supportedFORMAIFFAIFCCOMMFVERINSTMARKAESDSSNDAIFF file has more than one SSND chunkbad AIFF COMM chunkAIFF/AIFF-C file must have 1 trackAIFF/AIFF-C format does not support unsigned dataAIFF format supports only two's complement integer datainvalid sample width %d for AIFF/AIFF-C file (must be 1-32)AIFF does not support compression; use AIFF-CAIFF/AIFF-C format supports only big-endian dataAIFF/AIFF-C file must have 0 or 1 instrument chunkAIFF/AIFF-C file with instrument must also have 2 loopsinvalid miscellaneous type %d for AIFF/AIFF-C fileMIDI base noteDetune in centsLow velocityHigh velocityLow noteHigh noteGain in dBSustain loop idRelease loop idE-<.12/0345@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03.aiff.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o aiff.o aiff.c -W0,-xp\$XAoAMiKKCJXMEO5.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKKCJXMEO5.;backend;raw;cd;DBG_GEN 5.2.7intcharQlongdoublevoidtAFPVulb#dj#v|#AFPVu_InstParamInfo6idJ#typeJ#nameY#defaultValue#_InstParamInfo6 Ou b _af_aiff_inst_paramsX@ J  b _af_aiffc_compression_typesM _Bool_PCMInfo hslopej#interceptj#minClipj#maxClipj#_PCMInfo_AudioFormatHUsampleRatej#sampleFormatJ#sampleWidthJ# byteOrderJ#pcmh#channelCountJ#8compressionTypeJ#<compressionParams|#@{_AudioFormat_MarkerSetupidJ#nameY#commentY#l_MarkerSetupbAFfileoffsetbAFframecount_TrackSetupxidJ#fU#rateSet#PsampleFormatSet#QsampleWidthSet#RbyteOrderSet#SchannelCountSet#TcompressionSet#UaesDataSet#VmarkersSet#WdataOffsetSet#XframeCountSet#YmarkerCountJ#\markers#`dataOffset#hframeCount#p_TrackSetup_LoopSetupidJ#_LoopSetup_InstrumentSetup^idJ#loopCountJ#loops#loopSet#_InstrumentSetup^_MiscellaneousSetup idJ#typeJ#sizeJ#_MiscellaneousSetup_AFfilesetup8 validJ#fileFormatJ#trackSet#instrumentSet# miscellaneousSet# trackCountJ# tracks#instrumentCountJ#instrumentsy# miscellaneousCountJ#(miscellaneous#0_AFfilesetup _af_aiff_default_filesetup S  ParseFVERfn   fileex fhep typeel %sizee`timestampgXDJstatus_AFvirtualfile8 read #length #write g#destroy #seek # tell #(closure|#0 unsigned longb  |  b   t &b g  /  8   pb  bJ b    AFvirtualfile jshort_Marker  |id #position #nameY#commentY# _Marker |unsigned char  b_AFchunkX buf|#nframes#fU# _AFchunk _AFmoduleinst0 inc #outc #modspec|#u#mod# free_on_close#(valid#) ( source #sink #4pull #push #I 4I_AFfnpmod ff|o_AFfnpsimplemod_AFmodule`nameY#describeR#max_pullR#max_pushR#run_pullR# reset1R#(reset2R#0run_pushR#8sync1R#@sync2R#Hrun#PfreeR#X_AFmodule (_AFmoduleinst|_AFmodulestatemodulesdirty#nmodulesJ#mustuseatomicnvframes#old_f_ratej#old_v_ratej#chunk # module#(buffer#0filemodinst#8filemod_rebufferinst#hrateconvertinst#rateconvert_inratej#rateconvert_outratej#rateconvert_rebufferinst#_AFmodulestate_Track8idJ#fU#vU#PchannelMatrix #markerCountJ#markers #hasAESData#aesData #totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms#taperj#dynamic_rangej#ratecvt_filter_params_set#filemodhappy#_Track_LoopnidJ#modeJ#countJ#beginMarkerJ# endMarkerJ#trackidJ#_Loopn_InstrumentidJ#loopCountJ#loops~#values#_Instrument_Miscellaneous idJ#typeJ#sizeJ#buffer|#position#_Miscellaneous_AFfilehandleXvalidJ#accessJ#seekok#fh #fileNameY#fileFormatJ# trackCountJ#$tracks#(instrumentCountJ#0instruments#8miscellaneousCountJ#@miscellaneous#HformatSpecific|#PAFfilehandleunsigneduint32_t size_t ParseAESDun  filetx fhtp typetl %sizet`trackvPaesChannelStatusDatawD  b ParseMiscellaneousn  filex fhp typel %size`misctypeJXD( ParseINSTn  filex fhp typel %size`instrumentPbaseNoteOdetuneNlowNoteMhighNoteLlowVelocityKhighVelocityJgainHsustainLoopPlayModeFsustainLoopBeginDsustainLoopEndBreleaseLoopPlayMode@releaseLoopBeginreleaseLoopEndD uint8_tQint8_t int16_tunsigned shortuint16_tParseMARKn }filex fhptypel%size`trackPiJLnumMarkersJmarkerID!HmarkerPosition"DsizeByte#CmarkerNameY$D(ParseCOMMNn fileLx fhLptypeLl%sizeM`trackOPnumChannelsPNnumSampleFramesQHsampleSizeRFsampleRateScompressionIDkcompressionName<m}D(  b < bQ[bParseSSNDn (filex fhptypel%size`trackPoffsetLblockSizeHD_af_aiff_read_initn !\!esetupxfileptypehsizedformtype`index%XhasCOMMWhasFVERVhasSSNDUhasMARKThasINSTShasAESDRhasNAMEQhasAUTHPhasCOPYOtrack@chunkidchunksizeresult D !\AFfilesetup_af_aiff_recognizefn! fhexbuffer!goD " b_af_aifc_recognizetn"n fhsxbuffer"nuoD " b_af_aiff_complete_setupn!e#\!esetupxtrackhisAIFFgiJ`D_af_aiff_instparam_validn$#filehandlex$8listpJilparamJdtypeJ`lvalJ\D$_AUpvlist$#$/AUpvlist_af_aifc_get_versionnJ$filexD_af_marker_new $J_af_track_new_af_filesetup_copy!e%0!e!eQ af_read_pstring %z%0%9 af_read_uint8 %%z%9af_read_uint16_be %%%9af_read_uint32_be &?%%9{_af_set_sample_format &&?  _af_filehandle_get_track&&J_af_strdupY'Y_af_calloc|'6  _af_realloc|'j| _af_malloc|' Q' _af_error'J'!af_ftellb' af_fseekJ(3 bJt af_fread%((3%%(<AUpvgetvalJ($/J|JAUpvgetvaltypeJ) $/J(AUpvgetparamJ)K$/J( )K_af_convert_from_ieee_extendedj))T"|t)")memcpy|))) t)t* memcmpJ*S** mkstempJ*zYmkstempJ*Y b* b__FILE*__pad*#*boff64_t ftello*+$**fseekoJ+e+$bJb+efsetposJ++$+nbfgetposJ++$+*FILE+tmpfile+Q, Q,freopen+,j,,(+Q,jQ,|fopen+,,s,*boff_t ftello,,,fseekoJ-3+$bJb-3fsetposJ-u+$-<"+$"+fgetposJ--u-~Q-"-Q-"-"+freopen+./---Q./".8Q.J".Sfopen+..A.\tmpfile+ /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/iso.aiff.cafinternal.haudiofile.haf_vfs.hint_types.hstdio_iso.haupvlist.hstdio_impl.hstdio.h  !4-  !1<<<<<<(00,9I  $%   !    !!!% ($-0!$(( ^%  !   (!m=!=,mmmm=D- !  %,$!,===9=9=9= H =$  !dd !dd )5$!!$1$0 $%!5$9$)Ht~ 0  (()f  DD%$> I :  I8 I:  : &I I  !I/ 4I?  : ;  . : ; @ ' ID  I: ;  4I : ;  D D ' ID I' D  :  :  : . : ;@ ' ID I: ; 4I : ;  I !I/.?  : ;@ ' ID < .? < ' ID .? < ' ID .? < ' D !"7I-.u_af_aiff_inst_params_af_aiffc_compression_types 6_af_aiff_default_filesetup(_af_aiff_read_init!{_af_aiff_recognize"_af_aifc_recognize"_af_aiff_complete_setup#\_af_aiff_instparam_valid$K_af_aifc_get_version. hParseFVER6ParseAESDParseMiscellaneousParseINSTParseMARK}ParseCOMM[ParseSSND.AFPVuAFPVu_InstParamInfo6_InstParamInfo_PCMInfoh_PCMInfo{_AudioFormatU_AudioFormatl_MarkerSetup_MarkerSetupAFfileoffsetAFframecount_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup^_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetup _AFfilesetup status _AFvirtualfile AFvirtualfile _Marker |_Marker _AFchunk _AFchunk R_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule (_AFmoduleinst_AFmoduleinst_AFmodulestate_AFmodulestate_Track_Track_Loopn_Loop_Instrument_Instrument_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandleuint32_t%size_tuint8_tint8_tint16_tuint16_t!eAFfilesetup$8AUpvlist*__FILE*off64_t+FILE,off_taiff.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataParseFVERParseAESD.L77.L87.L97.L107.L117.L127ParseMiscellaneousParseINST.L249ParseMARK.L290.L292.L304.L317.L331.L333.L335.L337.L342.L351.L353.L366.L368.L381.L383.L398.L400.L414.L426ParseCOMMParseSSND.L497.L499.L501.L530.L543.L556.L569.L582.L612.L623.L675.L760.L779.L792.L816.L829.L843.L862.L875.L912_af_aifc_get_versionAUpvgetvalAUpvgetvaltypeAUpvgetparam_af_aiff_instparam_valid_af_filesetup_copy_af_aiff_complete_setup_af_aifc_recognize_af_aiff_recognize_af_track_new_af_aiff_read_initaf_ftell_af_set_sample_format_af_erroraf_read_pstring_af_convert_from_ieee_extended_af_strdupaf_fseek_af_marker_newaf_read_uint16_beaf_read_uint8_af_calloc_af_mallocmemcmp_af_reallocmemcpyaf_fread_af_filehandle_get_trackaf_read_uint32_be_af_aiff_default_filesetup_af_aiffc_compression_types_af_aiff_inst_params_GLOBAL_OFFSET_TABLE_   -<DFxPUZ_e k(q8X0(08@HPX`hpxP @ pp$P*X0`6h<pBxHNTZ(`f(l8r88xp@~088P83 (`(8/BP(cl '.7Pb8}8\[ZY@`D`X  W W@D XW W W WVZtUUUTTT(T<TPTdSSS0SDSXSlS0`4`X[pSRS\Z,VPZQ P x` |` [ S \ S Z ,O Z N   W   W   ,W ` d xW   W   W   $W < @ TW h l M  W ! ! W " " $W <# @# TW $ $ W % % W& &  W8'<' PW(( W)) M4L[\\K0`4`QZ\Z, ,  W8-<- PWh.l. WI4ZL\T/X/ pW00 W 1$1 <W22 W33 WL P hW| W W W  (W<@ XW44 W55 MQ66 M``8QTZl,p, WZ-- W@`D``Q|Z,, WZ.. Wh`l`77 M88 $MX9\9 hML:: M(;,; 8M<< M== M0>4> @M?? MX]\] lE``C BDA   8 P h     0 @6B6_6^6 `]6 v6 ~6HD6xL6%68-6(6X6 6((6 D66 <66 66 6 p6D6 \66 p66 p6j6pr6AJ6I6 J6 J6 J6 J6t J6!J6t!H6!6"G6"$68"F6"6x#F6#F6#!F6#)F6#2F6#:F6#{D6#6 d$f@6$n6 6 6x-68`6X6(6 pL6puJ6 H6)G6FF6D6@6666@. p "HP&8 &%&-&6'?+cJ+c.VZ 'b^4p` 9aDafjh @sp( 8 ( @X aiffwrite.o/ 1281134731 0 0 100644 30356 ` ELF+p@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames@ 8@w_t _t _t _t _t _t (_t 0_w_0A@`www '__@@?H?HR'_t P`]_\ @  @_\ @@_D H`]_\ @  @H_D H `]_\ @  @_D H_@͐_@`_@ _@D_@s_@_@Ӑ 'G< 0w_@#w_\ @'$ '_\  @ _\ @@_D H_@_@_@ǐ_@_@1_@Đ_@ 'G< A@`ww_D  "H /_\ Pw_\  h _\ @_t H _\ _\ @@ _@#wրH_D D HW_D !H`]@ @`]@@H>_D !H`]@ @`]@@H'_D !H`]@ @`]@@H_D !H `] @?H'H._D D!H`]@ @`]@@H_D D!H`]@ @`]@@`]_\ @  @րH @ 'H '_\ @@_D @7Ӣ_\ @@_\ 'Ϣ_\ @@_D 7Ӣ_\ @@_ ŁH@_\ @  @_D H_\ @  @_\ @@ 'G<  A@`ww '_\ Pw_@#w_ H HD'_\ ( h _\ @_t (H _\ _\ (@@ `]_\ @  @ h?H'_\ @@?H?H'_ _\ @  @ h?H' 'G< A@`ww '_\ Pw_@#w_\ 0 h _\ @_t 0H _\ _\ 0@@ _ @  'G_\ РL@ '`]_\ @  @_\ @@_\ @@_\ @@_\ 耤 h_\ @_t  'G<  A@`ww '_'@ 7_'@ 7_'@ 7_'@ 7_'@ 7_'@ 7`]_\ @  @_\ @@_'@!-/ۢ_\ @@_'@!./ܢ_\ @@_'@!//ݢ_\ @@_'@!0/ޢ_\ @@_'@!1/ߢ_\ @@_'@!2/_\ @@_'@!37_\ @@_\ @@_\ @@_\ @@_\ @@_\ @@_\ @@ 'G< A@`ww '_#@7ـ H H'_\ Pw_\  h _\ @_t H _\ _\ @@ `]_\ @  @_\ @@_\ @wِ @w__ǐ@#@_\ @@ 'ـH7 /_Gӡ,0D@7__Gӡ,0D@#@'_\ @@_\ @__Gӡ,0D@#@w__\ @@GӠ 'GـO_@_\ @w__$@'_\ _$ @@ _\ @@_\ _ߐ@@  'G<  A@`ww_\ Pw_\  h _\ @_t H _\ _\ @@ `]_\ @  @ '_\ @@!_=@'_\ @@ 'G< A@`ww_\ Pw_\ h _\ @_t H _\ _\ @@  '_D @H_\ HG,0@wנ /HD`]@ @HJ`]@ @H?`]@ @H4`]@ @H)`]@ @H`]@ @H_D $ ɀ H , < #cL_D_\ @  @_D 'Ϣ_\ @@_\ h_\`D`< _\ @ @H _\ _D @@ _D <` @ ?$@ H_\ @@G 'G_D @Oa 'G< @lFORMAIFFAIFCNONEnot compressedfl3232-bit Floating Pointfl6464-bit Floating PointAIFF/AIFF-C format does not support unsigned dataulawCCITT G.711 u-lawalawCCITT G.711 A-lawCOMMAESDSSNDINSTMARKFVERNAMEAUTH(c) ANNOMIDIAPPL@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03*aiffwrite.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o aiffwrite.o aiffwrite.c -W0,-xp\$XAoAMiKLCJXM0l5.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKLCJXM0l5.;backend;raw;cd;DBG_GEN 5.2.7aiffinfo_new9naiff:pDlongAFfileoffset_AIFFInfo8miscellaneousPosition#FVER_offset#COMM_offset#MARK_offset#INST_offset# AESD_offset#(SSND_offset#0_AIFFInfo  _af_aiff_write_initHn3, setupGx fileGpfileSizeIhD int,status_Booldouble_PCMInfo slopeM#interceptM#minClipM#maxClipM#W_PCMInfovoid _AudioFormatHsampleRateM#sampleFormat,#sampleWidth,# byteOrder,#pcm#channelCount,#8compressionType,#<compressionParams#@_AudioFormatchar _MarkerSetup/id,#name#comment#_MarkerSetup /AFframecount_TrackSetupxid,#f#rateSetD#PsampleFormatSetD#QsampleWidthSetD#RbyteOrderSetD#SchannelCountSetD#TcompressionSetD#UaesDataSetD#VmarkersSetD#WdataOffsetSetD#XframeCountSetD#YmarkerCount,#\markersF#`dataOffset#hframeCountO#pf_TrackSetup _LoopSetup7id,#_LoopSetup 7_InstrumentSetupid,#loopCount,#loopsL#loopSetD#U_InstrumentSetup _MiscellaneousSetup 2id,#type,#size,#_MiscellaneousSetup 2_AFfilesetup8 ~valid,#fileFormat,#trackSetD#instrumentSetD# miscellaneousSetD# trackCount,# tracks#instrumentCount,#instruments# miscellaneousCount,#(miscellaneousP#0 Y ~AFfilesetup_AFvirtualfile8 8read #length #write #destroy #seek G# tell m#(closure#0 unsigned long  8  A R  8   8 A   8  G 8  ,   m 8 P AFvirtualfile v Mshort_Marker  id #position A#name#comment# _Marker unsigned char ! O_AFchunkX buf#nframesO#f# O_AFchunk _AFmoduleinst0 Kinc #outc #modspec#u #mod[# free_on_closeD#(validD#)  ssource K# sink K# pull T#push s# K  _AFfnpmod O   _AFfnpsimplemod_AFmodule`>name#describe #max_pull #max_push #run_pull # reset1 #(reset2 #0run_push #8sync1 #@sync2 #Hrun)#Pfree #XC_AFmodule> R _AFmoduleinst d _AFmodulestatemodulesdirtyD#nmodules,#mustuseatomicnvframesD#old_f_rateM#old_v_rateM#chunk # module|#(buffer#0filemodinstd#8filemod_rebufferinstd#hrateconvertinstd#rateconvert_inrateM#rateconvert_outrateM#rateconvert_rebufferinstd#_AFmodulestate_Track8Xid,#f#v#PchannelMatrix #markerCount,#markers #hasAESDataD#aesData 2#totalfframesO#nextfframeO#frames2ignoreO#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframesO#nextvframeO#data_size#ms#taperM#dynamic_rangeM#ratecvt_filter_params_setD#filemodhappyD#6_Track X_Loopid,#mode,#count,#beginMarker,# endMarker,#trackid,#r_Loop AFPVuMl#dM#v#AFPVu M_Instrumentid,#loopCount,#loops#values]#f_Instrument _Miscellaneous [id,#type,#size,#buffer#position#_Miscellaneous [_AFfilehandleXvalid,#access,#seekokD#fh #fileName#fileFormat,# trackCount,#$tracksi#(instrumentCount,#0instruments#8miscellaneousCount,#@miscellaneoust#HformatSpecific#P }AFfilehandleunsigneduint32_t _af_aiff_updatejn3w fileixtrackikhlengthldDWriteCOMMn3 filextrackihchunkSizedaiffXisAIFFCDWsbTlbPebFcompressionTagBcompressionName}Dunsigned shortuint16_t !   !uint8_t'WriteAESDn3filextrackihsizedaiffXDWriteSSND$n3bfile#xtracki%hchunkSize&dzero&`aiff'XDWriteINSTGn3fileFxlengthHpinstrumentdataI\Dint8_t int16_t_INST\baseNote#detune#lowNote#highNote#lowVelocity#highVelocity#gain#sustainLoopPlayMode#sustainLoopBegin# sustainLoopEnd# releaseLoopPlayMode#releaseLoopBegin#releaseLoopEnd#WriteMARKn3 filexchunkStartPositionhchunkEndPosition`length\numMarkersZi,Tmarkids Haiff@namelengthzeroidpositionnameD ,WriteFVERn3filexchunkSizeptimeStamplaiff`DWriteMiscellaneousn3filexaiffhi,dmisctXchunkTypeTchunkSizePpadByteOD Y }_af_filesetup_make_handle3     af_write_pstring3 b   ! baf_write_uint83 k  af_write_uint16_be3  af_write_uint32_be3!E ! float_af_format_frame_size!N! !E D }_af_filehandle_get_tracki! ! ,_af_calloc" A A_af_malloc"< A "<_af_error"y , "Eaf_ftell" 8af_fseek," 8  ,af_flength# 8 # Asize_t af_fwrite##u # # # #(#__FILE#__pad#u# #off64_t ftello## # #fseeko,$9 #  , $9fsetpos,${ # $B fgetpos,$ # ${#FILE $tmpfile$ $ $freopen$%> $ $ $ %> %Pfopen$% %G %Y #off_t ftello%% %fseeko,& #  , &fsetpos,&I # & # ${fgetpos,& &I &R & & & & $freopen$' & & & ' '  ' ''fopen$'g ' '0tmpfile$afGetInstParamLong'  , ,afGetMarkName'  , , }afGetMarkPositionO(K ' , ,afGetMarkIDs,(  ,  afGetLoopEnd,(  , ,afGetLoopStart,)  , ,afGetLoopMode,)F  , , !_af_convert_to_ieee_extended) M )F )strlen#) )  ) )strcpy* ) )  * *)memcpy*s * *2 Amkstemp,* mkstemp,* !free 1 /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isoaiffwrite.caiff.haudiofile.hafinternal.haf_vfs.hint_types.hstdlib_iso.hstdio_impl.htypes.hstdio_iso.h 9 ,4% < 5   $%  ) --!!!01!01!0 %!01!0  )$-!- !  --@0< ! -A4%% % %%%%%4$%$%$%$%$%$$%$$%$$% $ --4%!%%%1 5 ! o -$)  --5%%  --)%99999 s- A-4V - DD%. : ; @ ' ID 4I : ;  D D $> I:  :  I8 I .?  : ; @ ' ID  I: ;  ' ID  I&I' D I !I/  :  :  :  : I !I/. : ;@ ' ID I: ; 4I : ;  .? < ' ID .? < ' D .? < ' ID 7I!.? < ' D N*_af_aiff_write_init_af_aiff_update*Yaiffinfo_newwWriteCOMM'WriteAESDWriteSSNDbWriteINST\WriteMARKWriteFVERWriteMiscellaneous*AFfileoffset_AIFFInfo_AIFFInfo3statusW_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup/_MarkerSetupOAFframecountf_TrackSetup_TrackSetup_LoopSetup7_LoopSetupU_InstrumentSetup_InstrumentSetup_MiscellaneousSetup2_MiscellaneousSetupY_AFfilesetup AFfilesetup _AFvirtualfile vAFvirtualfile _Marker _Marker O_AFchunk _AFchunk T s _AFfnpmod)_AFfnpsimplemodC_AFmodule>_AFmodule _AFmoduleinstd_AFmoduleinst_AFmodulestate_AFmodulestate6_TrackX_Trackr_Loop_LoopAFPVuMAFPVuf_Instrument_Instrument_Miscellaneous[_Miscellaneous}_AFfilehandleAFfilehandleuint32_tuint16_tuint8_tint8_tint16_t_INST#size_t#__FILE#off64_t$FILE%off_taiffwrite.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataaiffinfo_new.L49.L57.L67WriteFVERWriteCOMMWriteMARKWriteINSTWriteAESDWriteMiscellaneousWriteSSND.L160.L162.L174.L176.L188.L190.L202.L225.L227.L239.L241.L253.L323.L374.L404.L461.L520.L566.L569.L572.L575.L578.L581freeafGetMarkNameafGetMarkPosition_af_callocafGetMarkIDsaf_write_uint8afGetInstParamLongafGetLoopEndafGetLoopStartafGetLoopMode_af_format_frame_sizeaf_write_pstring_af_convert_to_ieee_extendedaf_write_uint16_bestrlen_af_errorstrcpymemcpyaf_ftellaf_fseekaf_flength_af_filehandle_get_track_af_aiff_updateaf_write_uint32_beaf_fwrite_af_filesetup_make_handle_af_aiff_write_init_af_malloc_GLOBAL_OFFSET_TABLE_    !2AdNSX]g`Tq{ (8 h 08PXp8  ($0*80@6;I[fs'.5>GRkX{ GHHE  D4CP T pD  DhA|@?ChHlH>?AHL `=lp |< = < =$( 4<X\ h; = < =  ,<4 8 TDp:C9C 9$8DDxD7HHAP>?!! DC D pH tH A > ? 6 4" 8" TD lC C C > H H 85 P4 h3 5 4 3 # # D C 2 $1 82 T1 h2 1 2 1 2 1 2 1 (2 D9 \9 t9 9 9 9 9HH@0>?$$ DC>(/D0\9.9C -(7T,d>?C?HHL>|?%% DCC0H4Hl>?&& ='' 0=D(H( \=p)t) =** =++ =LDpCD?16Q6j6r6lF66,B6646`666>6 <6 h6 q6 y6 k6s6Y6da6Pj6r60{660!6)66(6L6'6D0686 A6I6 6F6KB6x6`66 hA6 666(666@  `xE%-6?J*VF=bIpKZL LQVT@,[l(0 oX pH p` px extended.o/ 1281134732 0 0 100644 6468 ` ELF+@@.shstrtab.text.rodata.bss.data.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnamesA@`w?w`] H ! '`] H?H '`] HH 'wwHc灠H@?G#H `] H G!#@'wwHGG!#@'G瀤 H G灠H@?ߠ 'GG@'߁H@ ?@H?`] HH?_!#@ wבȁH@ ?@H?`] HH?_!#@ wG< _,`G_,`_ϡ40_,`_ϡ40_,`_ϡ40_,`__,`_ǡ40_,`_ǡ40_,`_ǡ40_,`__,` A@`ww_ ` ,  ` '_ ` < ,0 ` < ,0 ` < ,0 ` < w_ ` < ,0 ` < ,0 ` < ,0 ` < wG〤 H_׀ h _π h `] ?H>G#cH `] ?H1G!#$@'G$ '_! $@w`] HGだH@?G$ '?_! $@w`] HGだH@H@?_ H瑠H?H?H?A@(#)math.h 2.24 04/10/23 SMI@(#)math_iso.h 1.9 04/10/23 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)math_c99.h 1.9 04/11/01 SMI@(#)floatingpoint.h 2.9 04/10/23 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03extended.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o extended.o extended.c -W0,-xp\$XAoAMiKMCJXM075.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKMCJXM075.;backend;raw;cd;DBG_GEN 5.2.7_af_convert_to_ieee_extended.n??num-xZbytes-psignc/lexponc0hfMant?1`fsMant?1XhiMantj2PloMantj2HD doubleunsigned charIintunsigned long_af_convert_from_ieee_extendedn?.7bytesxf?hexponcdhiMantjXloMantjPD I. floor?e ? ldexp? ? cc frexp? ? D /var/tmp/audiofile-0.2.7/libaudiofileextended.c 3,1,$@  $ D( ]<$ X  DD%.?  : ; @ ' D I: ;  4I : ;  D D $> I.?  : ; @ ' ID  &I .? < ' ID  I .? < ' ID fV_af_convert_to_ieee_extended{_af_convert_from_ieee_extendedextended.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L_cseg0.L_cseg1.L_cseg2.L_cseg3.L_cseg4.L_cseg5_af_convert_from_ieee_extendedfloorldexpfrexp_af_convert_to_ieee_extended_GLOBAL_OFFSET_TABLE_     1@IR[d m(vX $< @ d h    d       @D   6N6x6666H]666@ Xh0$-S6AM Y g Hrw   80 h  next.o/ 1281134733 0 0 100644 18476 ` ELF+B@@.shstrtab.text.rodata1.data.bss.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenamesA@`www_t P_t 8_$ 0_t H_$ @_t ( _$`$_\ @ _\ @  @_\ @@_\ @@_\ @@_\ @@_\ @@@w_ǀh?H'__t`(!_$`_$ D_t`_\ @"_taHQ _$`!_$`!_$`DH_ _$`!_$`!_$`DHT _$`!_$`HL _$`!_$`HD _$`!_$`H< _$`!_$`H4 _$`!_$`H, @_$`!_$`H$`] @?HC'ۡ=` H%` O, 4#c_D`OO_Ǥ`D`D`@w_< ӡ< _$`@_Ǡ @  'G'Gá4 t@4_t`Р 'G< <\|0A@`ww_@ _@  @ h`]@ @ H H/ /0A@`ww_ H_D H `] @Hw_@#w_D !H`] @_`D`!@_D !H_D  H_D  H_D  H_D  H `] @Hxw_D D H_D D!H_D D!H `] @Haw_D !H_ SH `] 5@!_$`_ VH `] @HAw_ WH_D \ H `] @H/w_ H_D  H `] @Hw_ H_D ( H `] @H w_`]@@ w_bad sample format.sndNeXT files must have exactly 1 trackNeXT format does not support unsigned datainvalid sample width %d for NeXT file (only 8-, 16-, 24-, and 32-bit data are allowed)compression format not implemented for NeXT filesNeXT format supports only big-endian dataNeXT files cannot have AES dataNeXT format does not support markersNeXT format does not support instrumentsNeXT format does not support miscellaneous dataE@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03Hnext.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o next.o next.c -W0,-xp\$XAoAMiKNCJXMkR6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKNCJXMkR6.;backend;raw;cd;DBG_GEN 5.2.7intJlongQZ_af_next_compression_typesb. _Booldouble_PCMInfo )slope#intercept#minClip#maxClip# _PCMInfovoid <_AudioFormatH'sampleRate#sampleFormatJ#sampleWidthJ# byteOrderJ#pcm)#channelCountJ#8compressionTypeJ#<compressionParamsD#@ M_AudioFormatchar >_MarkerSetupidJ#nameF#commentF# O_MarkerSetup  ZAFfileoffset ZAFframecount_TrackSetupxvidJ#f'#rateSet#PsampleFormatSet#QsampleWidthSet#RbyteOrderSet#SchannelCountSet#TcompressionSet#UaesDataSet#VmarkersSet#WdataOffsetSet#XframeCountSet#YmarkerCountJ#\markers#`dataOffset#hframeCount#p _TrackSetup v_LoopSetupidJ# _LoopSetup _InstrumentSetupAidJ#loopCountJ#loops#loopSet# _InstrumentSetup A_MiscellaneousSetup idJ#typeJ#sizeJ# e_MiscellaneousSetup _AFfilesetup8validJ#fileFormatJ#trackSet#instrumentSet# miscellaneousSet# trackCountJ# tracks#instrumentCountJ#instruments\# miscellaneousCountJ#(miscellaneous#0 _AFfilesetup_af_next_default_filesetup4  _af_next_read_initDn m m setupCx fileCp idEh offsetEd lengthE` encodingE\ sampleRateEX channelCountET trackiFH frameSizeJDD Jstatus  ~AFfilesetup_AFvirtualfile8 8read #length #write #destroy #seek G# tell m#(closureD#0 unsigned longZ  8D A RZ  8 < Z  8  A   8 Z G 8ZJ Z m 8 P AFvirtualfile v short_Marker  id #position A#nameF#commentF# _Marker unsigned char ! OZ_AFchunkX bufD#nframes#f'# O_AFchunk _AFmoduleinst0 Kinc #outc #modspecD#u #mod[# free_on_close#(valid#)  ssource K# sink K# pull T#push s#  K _AFfnpmod O   D  _AFfnpsimplemod_AFmodule`>nameF#describe #max_pull #max_push #run_pull # reset1 #(reset2 #0run_push #8sync1 #@sync2 #Hrun)#Pfree #X C_AFmodule> R _AFmoduleinst d D_AFmodulestatemodulesdirty#nmodulesJ#mustuseatomicnvframes#old_f_rate#old_v_rate#chunk # module|#(buffer#0filemodinstd#8filemod_rebufferinstd#hrateconvertinstd#rateconvert_inrate#rateconvert_outrate#rateconvert_rebufferinstd# _AFmodulestate_Track8XidJ#f'#v'#PchannelMatrix #markerCountJ#markers #hasAESData#aesData 2#totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms#taper#dynamic_range#ratecvt_filter_params_set#filemodhappy# 6_Track X_LoopidJ#modeJ#countJ#beginMarkerJ# endMarkerJ#trackidJ# r_Loop AFPVuMlZ#d#vD# AFPVu M_InstrumentidJ#loopCountJ#loops#values]# f_Instrument _Miscellaneous [idJ#typeJ#sizeJ#bufferD#position# _Miscellaneous [_AFfilehandleXvalidJ#accessJ#seekok#fh #fileNameF#fileFormatJ# trackCountJ#$tracksi#(instrumentCountJ#0instruments#8miscellaneousCountJ#@miscellaneoust#HformatSpecificD#P } AFfilehandleunsigned uint32_t _af_next_recognizenc fhx bufferusD !uint8_tcZ _af_next_complete_setupn  setupx trackhD_af_filesetup_copy E    af_read_uint32_be mEN M_af_set_sample_format m m m Mfloat_af_format_frame_size1 _af_filesetup_get_tracksetup1J_af_track_newi> _af_errorJaf_fseekJ 8ZJaf_flengthZ; 8 < Asize_t af_freadD;DDU< < memcmpJ AmkstempJ$FmkstempJKFZhZ__FILE__padK# h Zoff64_tftello hfseekoJZJZ fsetposJQ ZfgetposJQ hFILE tmpfile> > freopen> > &fopenf/ h Zoff_tftellooffseekoJZJZ fsetposJQfgetposJa(> aj> |freopens> > fopen=tmpfile /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isonext.cafinternal.haudiofile.haf_vfs.hint_types.hstdio_iso.hstdio_impl.hstdio.h %$$$$(-$V--$0  !d 5$ !$]$I$5$!$5$5$5$0 DD%$> &II !I/ 4I?  : ;   :  I8 I: I .?  : ; @ ' ID  I: ;  4I : ;  D D ' ID I' D  :  :  :  : .? < ' ID .? < ' ID .? < ' D 7IT_af_next_compression_types_af_next_default_filesetupK_af_next_read_init_af_next_recognize_af_next_complete_setup2T_PCMInfo)_PCMInfoM_AudioFormat'_AudioFormatO_MarkerSetup_MarkerSetupAFfileoffsetAFframecount_TrackSetupv_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupA_InstrumentSetupe_MiscellaneousSetup_MiscellaneousSetup_AFfilesetup_AFfilesetup mstatus AFfilesetup _AFvirtualfile vAFvirtualfile _Marker _Marker O_AFchunk _AFchunk T s _AFfnpmod)_AFfnpsimplemodC_AFmodule>_AFmodule _AFmoduleinstd_AFmoduleinst_AFmodulestate_AFmodulestate6_TrackX_Trackr_Loop_LoopAFPVuMAFPVuf_Instrument_Instrument_Miscellaneous[_Miscellaneous}_AFfilehandleAFfilehandleuint32_tcuint8_tDsize_th__FILEoff64_tFILEooff_tnext.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L90.L118.L142.L155.L176.L193.L206.L218.L231.L244.L257_af_filesetup_copy_af_filesetup_get_tracksetup_af_next_complete_setupmemcmp_af_next_recognize_af_format_frame_size_af_set_sample_format_af_erroraf_flength_af_track_newaf_read_uint32_beaf_freadaf_fseek_af_next_read_init_af_next_default_filesetup_af_next_compression_types_GLOBAL_OFFSET_TABLE_   -<AG (MH0SxXY8_0e8 kX(q0w0},(  .@IRe8 %$%! $  X0%4%P!l   %%4 8 D\|   $pt   8< H  ## 6B6$6C#6c"6k66666 "6O6j666@ @  ` @8  x% x- 6 ?3J3TV.b0KYp12f>68X;XA@ B0H Bx B nextwrite.o/ 1281134734 0 0 100644 15644 ` ELF+7@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames@w_@ 'G< A@`ww_@#w_ @  'G'_\ '_\ GL@'_ @O'_ @H'_D @'_\ @ H`] @`]_\ @  @_\ @@_\ @@_\ @@_\ @@_\ @@ 'G< @w '_D < H_D I:  :  I8 I ' ID  I &I ' D I !I/  :  :  :  : . : ; @ ' ID 4I : ;  .? < ' ID .? < ' D .? < ' ID 7I.? < ' ID NY_af_next_updateb_af_next_write_initMnext_write_headernextencodingtype status_AFvirtualfileAFvirtualfile_PCMInfo^_PCMInfoq_AudioFormatK_AudioFormatt_Marker_MarkerAFframecount1AFfileoffsetH_AFchunk_AFchunkMl_AFfnpmod"_AFfnpsimplemod<_AFmodule 7_AFmodule_AFmoduleinst ]_AFmoduleinst _AFmodulestate _AFmodulestate /_Track Q_Track k_Loop _Loop AFPVuFAFPVu__Instrument_Instrument_MiscellaneousT_Miscellaneousv_AFfilehandleAFfilehandleuint32_t_MarkerSetup3_MarkerSetupS_TrackSetup_TrackSetup_LoopSetup$_LoopSetupB_InstrumentSetup_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetupF_AFfilesetuptAFfilesetupWsize_t__FILEoff64_tFILEoff_tnextwrite.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatanext_write_header.L42.L46nextencodingtype.L192__dtou_af_filesetup_make_handle_af_next_write_initaf_write_uint32_beaf_fwrite_af_erroraf_fseek_af_format_frame_size_af_filehandle_get_track_af_next_update_GLOBAL_OFFSET_TABLE_    !2A`SX]ln-t{0hl, 0 <D H d|  @6Q6n6v646`66 6p{66l6 6`26]6666@  `E%%%%-%6%? J V'b)\tp*Z+*Y+/.0p3@@5 6p` 6 6 7 wave.o/ 1281134735 0 0 100644 45884 ` ELF+@@.shstrtab.text.rodata1.data.bss.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.picdata.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames ww'w_@#wϢ_@@_t`Р 'Gۡ< A@`www'w_@#w_\ Pw_@@_@@_@@_@@_@@_$`@www_< !_$`_$ DH_@@_$` H H `] @@?H' H!_$`H!_$`H _$`!_$`!_$`DH _$`!_$`!_$`DH_@@ @H  @_$`!_$`H _$`!_$`H_D @ H _D @ H`] @_@@_@@_@@_@@ 'H _@@_@W_G,0@4`0W_G,0@4`2G 'GO _$`!_$`" _$`D!_$`@ w_ @# _ @ w_@ @_ @#!_ @ _ 0w_@ @_ @"_ @ w_@ @_ @"_ @ w_@ @__t`HH_@@_@@_@@ H`] @ <` @< ˠL@, 'GH <` @ ?$@ H`] /@ _$`!_$`"_$`D!_$`@ w_ @"_ @ w_@ @_ @"_ @ w_@ @__t`HHz`]͐ @@?Hy'`] @?Hp'`] @?Hg'`]͐ @@?H\'̀` H&`H%` O, < #`_D`H `O`OxOO`OEOaH`PH` OOO`UOObH%a O, < #`_DOO_Ϥ`D`D`@ 'Gۡ< H ww'w_@#w_@_t __ta 'Gۡ< ww'wߢ_@@ˀ H _$ 0_t 8 H$'۠ 'Ǡ 4 ˀH_@@_@_@GǠ 'Gǡ4 ˀ O 'Gۡ< A@`www'w_@#wϢ_@@ˡ< _$`ˀ H_t  H]'ˡ< @w__t`_h?HN'۠ 'Ǡ 4 ˀHD_\ Gǡ,0@w_@_@_@@_@_@_@@á< _4`_t``]@_t `]@_t GǠ 'Gǡ4 ˀ O 'Gۡ< A@`www'w_@_ߠw_@#w_@_ǀh_@  @_@@`]@ @ H`]@ @ H`w$ 4w_@w_@@___@ @_< @@w_h1`]@ @ H _\ @__t`H`]@ @ H _\ @__t`H_@H_@ H_ @ H _ `@4@ _@_ǀop 'Gۡ< A@`www'w_@_ߠw_@_πh 'ˢ_@  @_@@`]@ @ H 'HP`]@ @ H 'H@`]@ @ H 'H0`]@ @ H 'H `]@ @ H 'H`]@ @ H 'Gˀ HI@w__@ @_ @D` $`_\`HD`@,0@_t H_D`@\`H% < ,0$G_\`HD`@$ < ,0$`é< _\`HD`@$ < ,0$`_\`HD`@$ < ,0t __\`HD`@$ < ,0t`H_Ð@@ à H_ @ _@_πo5 'Gۡ<  A@`www'wߢ_@  @_ߠ$ wߢ`]@ @ H ___ߐ@+H$'ۢ`]@ @ H ___ߐ@ЖH '__ߐ@@  H'۠ 'Gۡ<  ww'wߢ_@@_@@_@@_@@_@@_@@_@@_@@ 'Gۡ< 0A@`ww_@ _@  @ h`]@ @ H H/_@  @ h`]@ @ H H/ /A@`www 'ϐ$0@w /Π /͠ /̠ /ˠ /ʠ /ɠ /Ƞ /__t`P_t 8_$ 0_t H_$ @@w__t`( _$`$_\ @ _\ @  @_\ @@_\ @  @Ϡ '׀HK ' '_\ @  @_\ @@`]@ @ H_\`@ז'G?H?HM' /H`]@ @ H$΀H `] >@?H0'_\`@'G?H?H' /H`]@ @ H_\`@'G?H?H'H`]@ @ H /_\`@G'G?H?H'H`]@ @ H /_\`@'G?H?H'Ho`]@ @ H`]@ @ H /_\`@'G?H?H'HB`]@ @ H /_\`@"'G?H?Hn'H!`]@ @ H /_\`@1'G?H?HM' @'Ϡ HϠ '_\ Ϡ 4@@ ׀ O΀H̀H?H('ɀH_\a`@  'Gl_t`_D D H_D D!H_D D!H_\aD`@lt`Р 'G<  A@`ww_ H_D H `] @Hw_@#w_ QHH_ RH_D  H`]_D  @@_ߠ !@ H_ RH_D  @H`]_D  @@_ߠ !@ @H_ RH+_D  H_D  H `]_D  @@Hw_D  H`] @_ߤ`D`!@H _ߤ`D`@ HJ_ RH+_D  H_D  H `]_D  @@HTw_D  H`] @_ߤ`D`!@H _ߤ`D`@ H_D $! H , < #`_ϠDH1_ RH  _$`!_$`H$_D  H_D  H `]_D  @@Hw_D  H!_$`H!_$`_D D H_D D!H_D D!H `] @Hw_ SH_D !H_D D H `] 5@Hw_D D H!_$`H!_$`_ VH `] @Hw_ H2_D  H `] !@Hw_D  H _\ H_\ D  H_ WH_D \ H `] @Hxw_ HP '_D (HIHH<`]_\ 0Gۥ,p,pD  &@HWw_\ 0Gۥ,p,pD `H%`ɀ O, < #` _ϠD%`Ҁ O, < #`,_ϠDG۠ 'G_D (O_`]@@ w_ H_D  H_\ H _\ \ @_\ $ _w_DhTTTTTTA@`www'_G@@_Gߐ@@G߀ H H/_Gې@@HtGۀ H Gۀ H H'נ 'G׀@ Ht/Gۀ?H Gۀ 2H H'Ӡ 'GӀ@ Hb/Gۀ H Gۀ H H'Ϡ 'Gπ@ HP/Gۀ H Gۀ H H'ˠ 'Gˀ@ H>/Gۀ H Gۀ H H'Ǡ 'Gǀ@ H,/Gۀ H Gۀ H H'à 'GÀ@ H/ H/ H/G$!- O, < #b_D /(pHbad sample width of %d bitsWAVE file with MS ADPCM compression must have 1 or 2 channelsIMA ADPCM compression supports only 4 bits per sampleInvalid samples per block for IMA ADPCM compressionWAVE ADPCM data format 0x%x is not currently supportedWAVE MPEG data format is not supportedWAVE MPEG layer 3 data format is not supportedWAVE file data format 0x%x not currently supportedlablnoteIARTINAMICOPICMTICRDISFTadtlINFORIFFWAVEfmt datamissing format chunk in WAVE fileinstfactcue LISTlistINSTplstWAVE file must have 1 trackWarning: invalid sample width for floating-point WAVE file: %d (must be 32 bits) Warning: invalid sample width for double-precision floating-point WAVE file: %d (must be 64 bits) invalid sample width for WAVE file: %d (must be 1-32 bits) WAVE integer data of more than 8 bits must be two's complement signedinvalid sample width %d for WAVE file (must be 1-32)Warning: WAVE format integer data of 1-8 bits must be unsigned; setting sample format to unsignedcompression format not supported in WAVE formatWAVE format only supports little-endian dataWAVE files cannot have AES dataWAVE files can have 0 or 1 instrumentWAVE files with loops must contain at least 1 markerillegal miscellaneous type [%d] for WAVE fileMIDI base noteDetune in centsLow velocityHigh velocityLow noteHigh noteGain in dBE-<.12/03@(#)assert.h 1.10 04/05/18 SMI@(#)math.h 2.24 04/10/23 SMI@(#)math_iso.h 1.9 04/10/23 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)math_c99.h 1.9 04/11/01 SMI@(#)floatingpoint.h 2.9 04/10/23 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/035-wave.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o wave.o wave.c -W0,-xp\$XAoAMiKPCJXMU\$6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKPCJXMU$6.;backend;raw;cd;DBG_GEN 5.2.7intKlongR[_af_wave_compression_typesc/ chardoublevoidAFPVu l[# d# v# AFPVu _InstParamInfo idK# typeK# name# defaultValue# *_InstParamInfo[_af_wave_inst_params5 _Bool _PCMInfo h slope# intercept# minClip# maxClip# _PCMInfo _AudioFormatHU sampleRate# sampleFormatK# sampleWidthK# byteOrderK# pcmh# channelCountK#8 compressionTypeK#< compressionParams#@ {_AudioFormat _MarkerSetup idK# name# comment# l_MarkerSetup [AFfileoffset [AFframecount _TrackSetupx idK# fU# rateSet#P sampleFormatSet#Q sampleWidthSet#R byteOrderSet#S channelCountSet#T compressionSet#U aesDataSet#V markersSet#W dataOffsetSet#X frameCountSet#Y markerCountK#\ markers#` dataOffset#h frameCount#p _TrackSetup _LoopSetup idK# _LoopSetup _InstrumentSetup^ idK# loopCountK# loops# loopSet# _InstrumentSetup^ _MiscellaneousSetup  idK# typeK# sizeK# _MiscellaneousSetup _AFfilesetup8  validK# fileFormatK# trackSet# instrumentSet# miscellaneousSet# trackCountK# tracks# instrumentCountK# instrumentsy# miscellaneousCountK#( miscellaneous#0 _AFfilesetup_af_wave_default_filesetup @  ParseFrameCountQn # # filehandleOx %fpOp 3idPl FsizeP`totalFrames3RXtrackSPD Kstatus _AFvirtualfile8 read # length ># write # destroy # seek # tell #( closure#0 4unsigned long[    [ >  ! G[   P  Y   [  [K [   4AFvirtualfile short _Marker  id 7# position # name# comment# @_Marker unsigned char  [ _AFchunkX - buf# nframes# fU# _AFchunk - _AFmoduleinst0 inc @# outc @# modspec# u'# mod# free_on_close#( valid#) I source #' sink #U pull # push #j U j_AFfnpmod  _AFfnpsimplemod _AFmodule` name# describes# max_pulls# max_pushs# run_pulls# reset1s#( reset2s#0 run_pushs#8 sync1s#@ sync2s#H run#P frees#X _AFmodule I_AFmoduleinst_AFmodulestate modulesdirty# nmodulesK# mustuseatomicnvframes# old_f_rate# old_v_rate# chunk @# module#( buffer#0 filemodinst#8 filemod_rebufferinst#h rateconvertinst# rateconvert_inrate# rateconvert_outrate# rateconvert_rebufferinst# %_AFmodulestate_Track8 idK# fU# vU#P channelMatrix .# markerCountK# markers # hasAESData# aesData # totalfframes# nextfframe# frames2ignore# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframes# nextvframe# data_size# ms# taper# dynamic_range# ratecvt_filter_params_set# filemodhappy# _Track _Loop idK# modeK# countK# beginMarkerK# endMarkerK# trackidK#  _Loop _Instrument idK# loopCountK# loops# values# _Instrument _Miscellaneous  idK# typeK# sizeK# buffer# position# 2_Miscellaneous _AFfilehandleX validK# accessK# seekok# fh %# fileName# fileFormatK# trackCountK#$ tracks#( instrumentCountK#0 instruments)#8 miscellaneousCountK#@ miscellaneous#H formatSpecific#P AFfilehandleunsigned 'uint32_t size_t ParseFormat`n # filehandle^x %fp^p 3id_l Fsize_`trackaPformatTag&bNchannelCount&bLsampleRate3cHaverageBytesPerSecond3cDblockAlign&dBwaveebitsPerSample&bitsPerSample&bitsPerSample&extraByteCount&samplesPerBlock&numCoefficients&iKpvl[va0a1pvl[bitsPerSample&extraByteCount&samplesPerBlock&bytesPerBlockK D(unsigned short uint16_t 7V[9u[_WAVEInfo0p factOffset# miscellaneousStartOffset# totalMiscellaneousSize# markOffset# dataSizeOffset# blockAlign3#( samplesPerBlock3#, msadpcmCoefficientsV#0 u_WAVEInfop_AUpvlist AUpvlist 7int16_tParseDataGn #gfilehandleEx %fpEp3idFlFsizeF`trackHPDParsePlayListXn #filehandleVx %fpVp3idWlFsizeW`instrument)YPsegmentCount3ZLsegmentK[HstartMarkID3hDloopLength3h@loopCount3hDParseCuestn # filehandlerx %fprp3idslFsizes`trackuPmarkerCount3vLiKwHid3Dposition3@chunkid3chunkByteOffset3blockByteOffset3sampleFrameOffset3marker D(ParseADTLSubChunkn #"Gfilehandlex %fpp3idlFsize`trackPendPosHchunkID"GDchunkSize3@marker id3length[pD("d[ParseINFOSubChunkn ##filehandlex %fpp3idlFsize`endPosPmisctypeKLmiscid3Hmiscsize3DstringD(ParseListn #${filehandlex %fpp3idlFsize`typeID3XD(ParseInstrument5n #%filehandle3x %fp3p3id4lFsize4`baseNote%6[detune%7Zgain%7YlowNote%8XhighNote%8WlowVelocity%8VhighVelocity%8UpadByte%9TD uint8_t int8_t_af_wave_recognizeHn&` %fhGxbuffer&`IoD%&}[_af_wave_read_initVn #((setupUxfilehandleUptrackW`type3X\size3XXformtype3XTindex3YPhasFormatZOhasDataZNhasCueZMhasListZLhasPlayListZKhasFrameCountZJhasINST[IhasINFO[Hwave\@chunkid3chunksize3result #D  (AFfilesetup_af_wave_complete_setupn()(setupxnewsetup(htrack`iK\D_af_wave_instparam_validn*xfilehandlexlistpKilparamKdtypeK`lvalK\D$_af_marker_find_by_id **xK_af_marker_new *K_af_filesetup_copy(+1((_af_track_new  4af_read_uint8 #++L+Uaf_read_uint16_le #+++U'af_read_uint32_le #,++U{_af_set_sample_format #,j, # #{float_af_format_frame_size,s,,j_af_filehandle_get_track-,K_af_filesetup_get_tracksetup-R-K_af_strdup-|_af_realloc- _af_malloc- - _af_error.K-!af_ftell[.? af_fseekK.y [K 4af_freadF..yFF.[.[ __FILE / __pad.#. [off64_t ftello//Q/.fseekoK//Q[K[/fsetposK//Q/[fgetposK0 /Q/ .FILE 0 tmpfile00:0Lfreopen000C0U000fopen0000. [off_t ftello01(0fseekoK1`/Q[K[1`fsetposK1/Q1i"/Q"/fgetposK1111"11"2"0freopen02\1222\"2e2w"2fopen022n2tmpfile0AUpvgetvalK3KKAUpvgetvaltypeK3ZK3AUpvgetparamK3K3AUpvsetvalK3KAUpvsetvaltypeK4KKAUpvsetparamK4RKKAUpvnew4yK4y4memcmpK444 mkstempK4mkstempK5##freec /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/iso.wave.cafinternal.haudiofile.haf_vfs.hint_types.hstdlib_iso.hwave.haupvlist.hstdio_impl.htypes.hfloatingpoint.h !!   !$!,!!   $x  % % % %  !4 % %,$$,~P- !  ! z    ! < %!(j   %!(!m -)=!= P3  %)(!<<<<<<- 1(04, U-  ( 9  $  ! !dd %,$ !,=4 $4=4!=4!=4!m4!=4!=4 - I 5$!! 0% 0%!50!$ (!50!$ (!50!I$I$ !!$!!$e$)Hu)~  M   (()h DD%$> &II !I/ 4I?  : ;  I :  I8 I:  :  . : ; @ ' ID  I: ;  4I : ;  D D ' ID I' D  :  :  :  4I : ; I !I/< . : ;@ ' ID I: ; .?  : ;@ ' ID .? < ' ID .? < ' ID .? < ' D !"7I#.? < ' D 59_af_wave_compression_types_af_wave_inst_params 6_af_wave_default_filesetup%_af_wave_recognize&}_af_wave_read_init(_af_wave_complete_setup)_af_wave_instparam_valid59 hParseFrameCountWParseFormatParseDatagParsePlayListParseCues ParseADTLSubChunk"dParseINFOSubChunk#ParseList${ParseInstrument59AFPVuAFPVu*_InstParamInfo_InstParamInfo_PCMInfoh_PCMInfo{_AudioFormatU_AudioFormatl_MarkerSetup_MarkerSetupAFfileoffsetAFframecount_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup^_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetup _AFfilesetup #status 4_AFvirtualfile AFvirtualfile @_Marker _Marker _AFchunk -_AFchunk  's_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule I_AFmoduleinst_AFmoduleinst%_AFmodulestate_AFmodulestate_Track_Track _Loop_Loop_Instrument_Instrument2_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandle3uint32_tFsize_t&uint16_tu_WAVEInfop_WAVEInfoAUpvlistint16_t%uint8_t%int8_t(AFfilesetup.__FILE/off64_t0 FILE0off_twave.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataParseFrameCount.L72.L136.L198.L212.L237.L241.L245.L249ParseFormatParseDataParsePlayList.L362.L364ParseCues.L396.L398ParseADTLSubChunk.L497.L507.L517.L527.L537.L547ParseINFOSubChunk.L615.L626ParseListParseInstrument.L676.L687.L744.L765.L776.L798.L818.L839.L861.L863.L884.L905.L1004.L1031.L1046.L1068.L1080.L1109.L1121.L1201.L1215.L1239.L1257.L1279.L1321AUpvgetvalAUpvgetvaltypeAUpvgetparam_af_wave_instparam_valid_af_filesetup_copy_af_filesetup_get_tracksetup_af_wave_complete_setup_af_format_frame_size_af_track_new_af_wave_read_init_af_wave_recognizeaf_read_uint8_af_reallocaf_fseekfree_af_marker_find_by_id_af_mallocmemcmpaf_fread_af_strdup_af_marker_newaf_ftell_af_set_sample_formatAUpvsetvalAUpvsetvaltypeAUpvsetparamAUpvnew_af_erroraf_read_uint16_leaf_read_uint32_le_af_filehandle_get_track_af_wave_default_filesetup_af_wave_inst_params_af_wave_compression_types_GLOBAL_OFFSET_TABLE_   -<dL Q @W`8]8c8i(o00u`8{ d   ( H@/5;AG(M@SHYP_Xe`khqpwx ~XhX@H8h00 ((8`.'%BZp~PT( 6AP]eo84_L^cc_]]^(^<]]  \]  \0]D]X]l]]]4[LZ`YXZYXZYX(Z<Y\X]]] \<@ L\[ZYXZYX48 L\`d p\ \ \ ,W _ V ^ ^ ^ ^ c c 8_ P^ U ^ ,^ <^ L^ \^ p^   T   T 0c 4c TV p_ V S ^   R  R@QX^xSP RO R8OXOlONNV c$cDV\VS^ R R04 HRp t R!! R"" R8Q\SM`NNVccS4$8$ LR%% RN`LtLLLLLLL0c4cPNlS(( RS)) RXc\c|QI(NHS`^SS^**  Rx+|+ R,, \0-4- HR.. R0/4/ HR00 R11 Rh2l2 R33 RNHcc44 \,F|55 \W66 \ W h7 l7 \ 8 8 \ W W!D9!H9 !`\!:!: !\!W!W"9"9 "\#(;#,; #8\#<#< #\#=#= #\$4>$8> $D\$?$? $\% @%$@ %T\&0`&4` &DE&O'c'c'@C'\B'A   8 P h   6C6b6a6 ``6 |6 6hg6o6 <6|6 666666 66%6-6p6t6 666&6Y6xa6,6 6 z6 6 A6 TI6 R6 Z6 c6 k6 6 6 6 6 6 6 6 6 6 ( 6!N6 |!V6!_6 !g6!p6 !x6!6 !6!6(!6!6(!6"{6"6# 6X#6#6t#"6#+6t#36#6$#6h#64#6H#64#6H#6#6$6@$6&K6&6(&J6&6(9J6D(AJ6|(JJ6X(RJ6h([J6X(cJ6h(G6)6&)eG6 )mG6l)vG64)~G6l)G64)G6l)D6)6) 6(6"6 =6 o6 6 (6H6t6@K6J6WG6#D6666@. p)+P1P8 1%1-1628T?6J659Vkobq4pstuy } `AH@0 H x8   wavewrite.o/ 1281134736 0 0 100644 29908 ` ELF+n@@.shstrtab.text.rodata1.rodata.bss.data.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames@$0@w_t _t _t _t _t _w_A@`www_@#w`]_\ @  @Ha '_D !H_D !H 7H_D !H_D !H 7H `] 2@?H'_ @  'G7_ @ `] (('G7H2 'Ӡ!7_D @7٠ 7H' 'Ӡ!7_D @7٠ 7H`] 2@?Ho'_D D!H OOO!OO_\ @@_\ @@_D @7_\ @@_ @H'ߢ_\ @@_  ?@  IH@H'ۢ_\ @@_ @  'G7٢_\ @@_\ @@_D D!H_D D!H  7Ϣ_\ @@ 'G<  A@`wwwwߠ '_@#w_\ Pw_D D H_D !H_D !H H2'_\ h _\ @_t H _\ _\ @@ `]_\ @  @_\ @@_\ 'ע_\ @@ 'G< A@`ww_\ Pw_@#w`]_\ @  @_\ @_t _ @  'G_\ РL@'_\ @@_\ @_t  'G<  w_\ Pw_@#w_\ 耤 h4_L_\ _\ @@ _\`Х< `@  'Gӡ4 L'ۢ_\ @@_\ @'נ$ '_\  @ _\ @@_@_@ 'G< 0A@`w'wG H _`]@ @HPG H _`]@ @HAG H _`]@ @H2G H _`]@ @H#G H _`]@ @HG H _`]@ @H?H' 'G< A@`ww_\ Pw_D @ H 'ߠ '_D @H8_\ HG,0@D א@n?HH ߠ '_\ HG,0@D 4 '_\ HG,0@D <` @ ?$@ Hߠ 'G 'G_D @O_\  h _\ @_t H _\ _\ @@ _t``]_\ @  @ߠ$ 'ۢ_\ @@`]_\ @  @ '_D @Hz_\ HG,0@D 'נ '_\ HG,0@D Ӑ@?HHY_\ @  @_\ @@_\ HG,0@\ h( /_\HG,0@\`D`< \@ @_\ HG,0@D <` @ ?$@ H_\ @@H_\ HG,0@D 'Gϡ<` @ ?$@ HGϠ '_\ Gϐ@@ G 'G_D @O 'G< A@`ww_#@'G〤 H H6'_\ Pw_\  h _\ @_t H _\ _\ @@ `]_\ @  @G,`,` 'ۢ_\ @@G'ߢ_\ @@G @w__@#@ 'G〠HM ì Dz_G,0D@'_\ @@G'_\ @`]_\ @  @'_\ @  @'_\ @  @__G,0D@#@w_'_\ @@G 'GG〤O 'נ 'G〠H#__G,0D@#@w_@_@  @ < 'G 'GG〤O`]_\ @  @_\ @@`]_\ @  @ 'G〠HU__G,0D@#@w_@_@  @ '_G,0D@'`]_\ @  @_\ @@_\ @@_@@ _\ @ @_@  h  /_\ @@G 'GG〤O_@ 'G< 0A@`www '__@@?H?H9'@_t P_\ @ `]_\ @  @_\ @  @`]_\ @  @_`_m___J 'G< fmt bad sample formatbad compression typefactdataIARTINAMICOPICMTICRDISFTLISTINFOcue adtllablRIFFWAVEA@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03*iwavewrite.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o wavewrite.o wavewrite.c -W0,-xp\$XAoAMiKQCJXMUV7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKQCJXMUV7.;backend;raw;cd;DBG_GEN 5.2.7waveinfo_new3n>waveinfo>4pDlongAFfileoffsetunsigneduint32_tshort /  _WAVEInfo0* factOffset# miscellaneousStartOffset# totalMiscellaneousSize# markOffset# dataSizeOffset# blockAlign#( samplesPerBlock#, msadpcmCoefficients#0/_WAVEInfo *WriteFormat@nfile?xtrackFAhformatTagCfchannelCountCdsampleRateD`averageBytesPerSecondD\blockAlignEZchunkSizeFTbitsPerSampleGRzeroPDintstatus_Bool_AFvirtualfile8r read# length# write<# destroyZ# seek# tell#( closure#0 void {unsigned longr r { <r  Zr Er cr AFvirtualfile char double_PCMInfo b slope# intercept# minClip# maxClip#_PCMInfo_AudioFormatHO sampleRate# sampleFormat# sampleWidth# byteOrder# pcmb# channelCount#8 compressionType#< compressionParams#@u_AudioFormat _Marker  id# position# name# comment#o_Marker unsigned char AFframecount_AFchunkX s buf# nframes # fO# ,_AFchunk s_AFmoduleinst0 ( inc # outc # modspec# u m# mod 8# free_on_close#( valid#)  P source (# m sink (# pull 1# push P#  (  _AFfnpmod ,     _AFfnpsimplemod_AFmodule`  name# describe # max_pull # max_push # run_pull # reset1 #( reset2 #0 run_push #8 sync1 #@ sync2 #H run #P free #X _AFmodule  / _AFmoduleinst A  _AFmodulestate modulesdirty# nmodules# mustuseatomicnvframes# old_f_rate# old_v_rate# chunk # module Y#( buffer b#0 filemodinst A#8 filemod_rebufferinst A#h rateconvertinst A# rateconvert_inrate# rateconvert_outrate# rateconvert_rebufferinst A# k_AFmodulestate _Track85 id# fO# vO#P channelMatrixf# markerCount# markers# hasAESData# aesData# totalfframes # nextfframe # frames2ignore # fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframes # nextvframe # data_size# ms # taper# dynamic_range# ratecvt_filter_params_set# filemodhappy#_Track 5_Loop id# mode# count# beginMarker# endMarker# trackid#O_Loop AFPVu* l# d# v#AFPVu *_Instrument id# loopCount# loops# values:#C_Instrument _Miscellaneous 8 id# type# size# buffer# position#_Miscellaneous 8_AFfilehandleX valid# access# seekok# fh# fileName# fileFormat# trackCount#$ tracksF#( instrumentCount#0 instruments#8 miscellaneousCount#@ miscellaneousQ#H formatSpecific#P ZAFfilehandleunsigned shortuint16_tWriteFrameCountnfilextrackFhwaveinfo>`factSize\totalFrameCountXDWriteDatan"filextrackFhchunkSizedwaveinfo>XD_af_wave_updatenfilextrackFhwave>`dataLength\fileLengthXDmisc_type_to_waventmisctype|tmiscidpD WriteMiscellaneousnfilehandlexwave>hidmiscellaneousBytes`chunkSize\miscid'XmiscsizeVXmiscidWTzerobSsizelPDuint8_tWriteCues{nfilezxi|pmarkids|hmarkCount|dnumCues}`cueChunkSize}\listChunkSize}Xwave>~PidentifierLpositionHchunkStartDblockStart@sampleOffsetmarkposition nameHnameHlabelSizeDcuePointID@zeroD   _af_wave_write_initnZ setupxfilehandlepzerohD _MarkerSetup id# name# comment#Z_MarkerSetup _TrackSetupxS id# fO# rateSet#P sampleFormatSet#Q sampleWidthSet#R byteOrderSet#S channelCountSet#T compressionSet#U aesDataSet#V markersSet#W dataOffsetSet#X frameCountSet#Y markerCount#\ markers#` dataOffset#h frameCount #p_TrackSetup S_LoopSetup id#r_LoopSetup _InstrumentSetup id# loopCount# loops# loopSet#_InstrumentSetup _MiscellaneousSetup  id# type# size#B_MiscellaneousSetup _AFfilesetup8 valid# fileFormat# trackSet# instrumentSet# miscellaneousSet# trackCount# tracksi# instrumentCount# instruments9# miscellaneousCount#( miscellaneous#0  AFfilesetup  Z_af_filesetup_make_handle!R ! !R af_write_uint8!![!d !af_write_uint16_le!!!d !af_write_uint32_le">!!d ufloat_af_format_sample_size"G"">_af_format_frame_size"G""> Z_af_filehandle_get_trackF#"_af_calloc#J_af_malloc#t #t_af_error##}af_ftell#raf_fseek$raf_flength$=r{ $=size_t af_fwrite$O$$F$O$O$`$__FILE$ __pad$# $off64_t ftello$%0$ $fseeko%q%0 %qfsetpos%%0%z fgetpos%%0%$FILE % tmpfile% & &+freopen%&v&"&4% &v &fopen%&&& $off_t ftello&'&fseeko'?%0 '?fsetpos'%0'H!%0!%fgetpos''' '!' '!'!%freopen%(;''' (;!(D (V!(_fopen%((M(h tmpfile%afGetMarkName( ZafGetMarkPosition )?(afGetMarkIDs)} )}strlen$O))!{ )!)memcpy*))mkstemp*8mkstemp*_"freej /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isowavewrite.cwave.haudiofile.hint_types.hafinternal.haf_vfs.hstdlib_iso.hstdio_impl.htypes.hstdio_iso.h 3  !555$0D$U.$%% @%0%5  H --4%% !4=$% !@ $ 888889 @ Dq  --   )(@,$1D0b # $ -- $$%%  ! )- b&  o4$5  I: I !I/ I  !I/  :  I8 I. : ; @ ' ID I: ;    : ' ID I&I' D  :  :  : . : ;@ ' ID I: ; 4I : ; .?  : ;@ ' ID .? < ' ID .? < ' D  .? < ' ID !7I".? < ' D c*uYwaveinfo_new"_af_wave_update_af_wave_write_init*uGWriteFormatWriteFrameCountWriteDatamisc_type_to_wave}WriteMiscellaneousWriteCuesR*uAFfileoffsetuint32_t/_WAVEInfo*_WAVEInfostatus_AFvirtualfileAFvirtualfile_PCMInfob_PCMInfou_AudioFormatO_AudioFormato_Marker_Marker AFframecount ,_AFchunk s_AFchunk 1 P m _AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule _AFmoduleinst A_AFmoduleinst k_AFmodulestate _AFmodulestate_Track5_TrackO_Loop_LoopAFPVu*AFPVuC_Instrument_Instrument_Miscellaneous8_MiscellaneousZ_AFfilehandleAFfilehandleuint16_tuint8_tZ_MarkerSetup_MarkerSetup_TrackSetupS_TrackSetupr_LoopSetup_LoopSetup_InstrumentSetup_InstrumentSetupB_MiscellaneousSetup_MiscellaneousSetup_AFfilesetup AFfilesetup$Osize_t$__FILE$off64_t%FILE&off_twavewrite.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L38.L75.L99WriteFormat.L_cseg0.L170WriteFrameCount.L188WriteDataWriteMiscellaneousWriteCues.L240.L250.L260.L270.L280.L290misc_type_to_wave.L371.L375.L472.L524.L537.L580.L583__dtou_af_filesetup_make_handle_af_wave_write_initfreestrlenafGetMarkNameafGetMarkPosition_af_callocafGetMarkIDsaf_write_uint8memcpyaf_flength_af_wave_updateaf_fseekaf_ftellaf_write_uint16_leaf_write_uint32_le_af_format_sample_size_af_format_frame_size_af_erroraf_fwrite_af_filehandle_get_track_af_mallocwaveinfo_new_GLOBAL_OFFSET_TABLE_    !2AFK P\e8kHh{@ $04HPX`hp(x)D=BIWit8!+DOT\ 9;;8  7d h t654 D H T6322#$3@5T#p3522 2P;T;|81(004 P7h33;;8 $741P531880T53.030;4;\` t- - -   (- L P d-   - ; ; D1 t0   7 3   7 7 3 7 \, 08;<;X+10 703P3d*+33 787\7)3(','pt 73 7 (','\ ` |733'7',@&;;$:0!! 7<7D"H" d76Q6k:6s6\W6_6h6p6y66666H6667/6?6/6(/6/6</6/6</66(%6 6 66 6 6 ,6  6 ,6 k6 4s6 (|6 P6 6 P6 6 6 6 6 6 6 6 #6 ,6 46 d=6 E6 de6 lm6 v6 l~6 606P66666666p66P66P66<6666S6[6d6l6u6}6%66:666H6/6"6(G6 60T%6666@  `("'-6?J*uVEvbHzpJcoJK}^OrRP#W e m n n n ircam.o/ 1281134737 0 0 100644 21260 ` ELF+M@@.shstrtab.text.rodata.rodata1.data.bss.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0A@`ww_@ _@  @ h H7/`]@ @ H&`]@ @ H`]@ @ H`]@ @ H H/ /0A@`ww_ H_D H `] @Hw_\ w_ QH._D !H `] @Hw_D !H_D  H `] @Hw_D !H `] @Hw_ PH_ `] H`]_  @;@[Hw_ TH_D @ H_D @ H_D @ H `]_D @ @@H`w_ UH_D D H `] @HNw_ VH `] @HAw_ WH_D \ H `] @H/w_ H_D  H `] !@Hw_ H_D ( H `] @H w_`]@@ w_A@`www`] '_t 8_$ 0_t H_$ @_t ( _$`$_\ @ _\ @  @ h `] @?H'`]@ @ H/`]@ @ H#`]@ @ H`]@ @ H `] @?H'`]@ @ H`]@ @ H H'à 'GÀ@ //ʢ_\ @  @_\ @  @_\ @  @ʀH@('@'@'@w__t`(_h?H'_\ (wב(_< _$ DH!_$` _$`H!_$` _$`H`]ϐ @@?Hh'π O OOӡ< _$`@Ӏ HӀ HӀ H `]Ӑ @@?HD'ɀH!_$`H!_$`_ߤ`D`D`@?H?H*'_D !Hˑ(_< _\ @"$_ta_\a`@  'Gl_t`Р$_t`_t _\`t`_t P 'G< dddd?BICSF file must have 1 trackBICSF format does not support unsigned dataBICSF format supports only 16-bit width for two's complement audio dataBICSF format does not support double-precision floating-point datainvalid sample rate %.30g for BICSF fileinvalid channel count (%d) for BICSF format (1, 2, or 4 channels only)BICSF format does not support compressionBICSF file cannot have AES dataBICSF format does not support markersBICSF format does not support instrumentsBICSF format does not currently support miscellaneous chunksCould not read BICSF file headerfile is not a BICSF file (bad magic number)BICSF data format %d not supportedinvalid channel count (%d) for BICSF format (1, 2, or 4 only)E@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 ircam.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o ircam.o ircam.c -W0,-xp\$XAoAMiKRCJXMEr7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKRCJXMEr7.;backend;raw;cd;DBG_GEN 5.2.7unsigned charMuint8_t^longpy_af_ircam_vax_magic3 py_af_ircam_sun_magic4 p.y_af_ircam_mips_magic5 pwy_af_ircam_next_magicZ6 int_Booldouble_PCMInfo " slope# intercept# minClip# maxClip#_PCMInfovoid 5_AudioFormatH sampleRate# sampleFormat# sampleWidth# byteOrder# pcm"# channelCount#8 compressionType#< compressionParams=#@F_AudioFormatchar 7_MarkerSetup id# name?# comment?#H_MarkerSetup yAFfileoffsetyAFframecount_TrackSetupxo id# f # rateSet#P sampleFormatSet#Q sampleWidthSet#R byteOrderSet#S channelCountSet#T compressionSet#U aesDataSet#V markersSet#W dataOffsetSet#X frameCountSet#Y markerCount#\ markers#` dataOffset#h frameCount#p_TrackSetup o_LoopSetup id#_LoopSetup _InstrumentSetup: id# loopCount# loops# loopSet#_InstrumentSetup :_MiscellaneousSetup  id# type# size#^_MiscellaneousSetup _AFfilesetup8 valid# fileFormat# trackSet# instrumentSet# miscellaneousSet# trackCount# tracks# instrumentCount# instrumentsU# miscellaneousCount#( miscellaneous#0_AFfilesetup_af_ircam_default_filesetup8  _af_ircam_recognizeHn fhGx buffer IsD_AFvirtualfile8 I read # length # write # destroy # seek X# tell ~#( closure=#0 unsigned longy  I= R cy  I 5 y  I  R   I y X Iy )y ~ I a AFvirtualfile ^ y _af_ircam_complete_setup]n > 5 >setup\x track^hD  5AFfilesetup _af_ircam_read_initn z z >setupx handlep trackL` magic\ rateX channelsT packModeP maxAmpL isSwappedK isLittleEndianJD status short_Marker  id # position R# name?# comment?# _Marker M2y_AFchunkXy buf=# nframes# f #2_AFchunk y_AFmoduleinst0. inc# outc# modspec=# us# mod># free_on_close#( valid#) V source.#s sink.# pull7# pushV#. _AFfnpmod 2= _AFfnpsimplemod_AFmodule`! name?# describe# max_pull# max_push# run_pull# reset1#( reset2#0 run_push#8 sync1#@ sync2#H run #P free#X&_AFmodule! 5_AFmoduleinst G =_AFmodulestate modulesdirty# nmodules# mustuseatomicnvframes# old_f_rate# old_v_rate# chunk# module_#( bufferh#0 filemodinstG#8 filemod_rebufferinstG#h rateconvertinstG# rateconvert_inrate# rateconvert_outrate# rateconvert_rebufferinstG#q_AFmodulestate_Track8; id# f # v #P channelMatrix # markerCount# markers # hasAESData# aesData# totalfframes# nextfframe# frames2ignore# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframes# nextvframe# data_size# ms# taper# dynamic_range# ratecvt_filter_params_set# filemodhappy#_Track ;_Loop id# mode# count# beginMarker# endMarker# trackid#U_Loop AFPVu0 ly# d# v=#AFPVu 0_Instrument id# loopCount# loops# values@#I_Instrument _Miscellaneous > id# type# size# buffer=# position#_Miscellaneous >_AFfilehandleX valid# access# seekok# fh # fileName?# fileFormat# trackCount#$ tracksL#( instrumentCount#0 instruments#8 miscellaneousCount#@ miscellaneousW#H formatSpecific=#P `AFfilehandle^yfloatunsigneduint32_t_af_track_newL_af_filesetup_copy >c > >_af_byteswap_float32_af_byteswap_int32 F_af_set_sample_format z z z F_af_format_frame_size`7 `_af_erroriaf_fseek Iyaf_flengthy I 5 Rsize_t af_fread g  yy__FILE __padg# yoff64_tftello fseeko+yy +fsetposm4 yfgetposmFILE tmpfile7 7 freopen07 07 Bfopen9K yoff_tftellofseekoyy fsetpos;mfgetpos};D7 }7 freopen7 7 fopenY"tmpfile5 n5 memcmpw Rmkstemp?mkstemp? /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isoircam.cint_types.hafinternal.haudiofile.haf_vfs.hstdlib_iso.hstdio_impl.htypes.hstdio_iso.h !4 5$!$ $$40 $!$5$5$5$0 %9$0$!,,-4,s  ,!9 = DD%$> I: &II !I/ 4I?  : ;   :  I8 I .?  : ; @ ' ID  I: ;  4I : ;  D D ' ID I' D  :  :  :  : .? < ' ID .? < ' ID .? < ' D 7I.? < ' ID   _af_ircam_vax_magic_af_ircam_sun_magic._af_ircam_mips_magicw_af_ircam_next_magic _af_ircam_default_filesetup E_af_ircam_recognize _af_ircam_complete_setup T_af_ircam_read_init2 ^uint8_t_PCMInfo"_PCMInfoF_AudioFormat _AudioFormatH_MarkerSetup_MarkerSetupAFfileoffsetAFframecount_TrackSetupo_TrackSetup_LoopSetup_LoopSetup_InstrumentSetup:_InstrumentSetup^_MiscellaneousSetup_MiscellaneousSetup_AFfilesetup_AFfilesetup _AFvirtualfile AFvirtualfile >AFfilesetup zstatus _Marker _Marker2_AFchunky_AFchunk7Vs_AFfnpmod _AFfnpsimplemod&_AFmodule!_AFmodule_AFmoduleinstG_AFmoduleinstq_AFmodulestate_AFmodulestate_Track;_TrackU_Loop_LoopAFPVu0AFPVuI_Instrument_Instrument_Miscellaneous>_Miscellaneous`_AFfilehandleAFfilehandleuint32_t size_t__FILEoff64_tFILEoff_tircam.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L59.L78.L91.L103.L119.L134.L147.L159.L172.L185.L198.L_cseg0.L228.L243.L297.L314.L_cseg1_af_format_frame_sizeaf_flength_af_set_sample_format_af_track_new_af_byteswap_int32_af_byteswap_float32_af_ircam_read_init_af_filesetup_copy_af_error_af_ircam_complete_setupmemcmpaf_freadaf_fseek_af_ircam_recognize_af_ircam_default_filesetup_af_ircam_next_magic_af_ircam_mips_magic_af_ircam_sun_magic_af_ircam_vax_magic_GLOBAL_OFFSET_TABLE_    .= B 0GPHLHR0XH^X0d j(p0v@|@(h0(>0\':Dx]dmvH8  .$.@'\&-- %,, %++ %** (%..  #   #X \ h#  #  #dh # # #48 D#| # #)) "8.<.PT '& #- -  %8,<, P%h+l+ %** % #-- %+ + 4%&&&  # D H \#   (6E6-6 ,6R+6*6 =)6 ^(6 f6P $6 6 m!6 u6 x(6$6!666@ @   "8((-(6(?J V2 b5 kp6x7>;=hBH K8 MH MX Mp ircamwrite.o/ 1281134738 0 0 100644 13636 ` ELF+0@@.shstrtab.text.rodata.bss.data.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenamesA@`www`] '__@@?H?Hd'$'_\ (w_t _t`_t _\`t`_t P`]w_D @'_ '_D !H 'H _D !H '_\ @ __\ @  @_\ @  @_\ @  @_\ @  @ǐ $@_\ @# @ 'G< @w 'G< ?@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03ircamwrite.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o ircamwrite.o ircamwrite.c -W0,-xp\$XAoAMiKRCJXM0A8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKRCJXM0A8.;backend;raw;cd;DBG_GEN 5.2.7_af_ircam_write_init8n 0setup7xnhandle7ptrack9`magic:Xrate;Tchannels<PpackMode=LdataOffset>Hzeros?wmaxAmpAwisSwappedCwisLittleEndianCwD intstatus_Booldouble_PCMInfo F slope# intercept# minClip# maxClip#_PCMInfovoid Y_AudioFormatHD sampleRate# sampleFormat# sampleWidth# byteOrder# pcmF# channelCount#8 compressionType#< compressionParamsa#@j_AudioFormatchar [_MarkerSetup id# namec# commentc#l_MarkerSetup longAFfileoffsetAFframecount_TrackSetupx id# fD# rateSet#P sampleFormatSet#Q sampleWidthSet#R byteOrderSet#S channelCountSet#T compressionSet#U aesDataSet#V markersSet#W dataOffsetSet#X frameCountSet#Y markerCount#\ markers#` dataOffset#h frameCount#p_TrackSetup _LoopSetup id#_LoopSetup _InstrumentSetupf id# loopCount# loops# loopSet#_InstrumentSetup f_MiscellaneousSetup  id# type# size#_MiscellaneousSetup _AFfilesetup8 ' valid# fileFormat# trackSet# instrumentSet# miscellaneousSet# trackCount# tracks# instrumentCount# instruments# miscellaneousCount#( miscellaneous#0  'AFfilesetup_AFvirtualfile8 read *# length P# write # destroy # seek # tell #( closurea#0 Funsigned long  * a  P 3 Y Y  b k       FAFvirtualfile  short_Marker  id I# position # namec# commentc# R_Marker unsigned char  _AFchunkX ? bufa# nframes# fD# _AFchunk ?_AFmoduleinst0 inc R# outc R# modspeca# u 9# mod# free_on_close#( valid#) [  source # 9 sink # g pull # push # | g |_AFfnpmod  a  _AFfnpsimplemod_AFmodule` namec# describe # max_pull # max_push # run_pull # reset1 #( reset2 #0 run_push #8 sync1 #@ sync2 #H run #P free #X _AFmodule   [_AFmoduleinst  a_AFmodulestate modulesdirty# nmodules# mustuseatomicnvframes# old_f_rate# old_v_rate# chunk R# module%#( buffer.#0 filemodinst #8 filemod_rebufferinst #h rateconvertinst # rateconvert_inrate# rateconvert_outrate# rateconvert_rebufferinst #7_AFmodulestate_Track8 id# fD# vD#P channelMatrix @# markerCount# markers # hasAESData# aesData # totalfframes# nextfframe# frames2ignore# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframes# nextvframe# data_size# ms# taper# dynamic_range# ratecvt_filter_params_set# filemodhappy#_Track _Loop id# mode# count# beginMarker# endMarker# trackid#_Loop AFPVu l# d# va#AFPVu _Instrumentq id# loopCount# loops# values#_Instrument q_Miscellaneous  id# type# size# buffera# position#_Miscellaneous _AFfilehandleXe valid# access# seekok# fh 7# fileNamec# fileFormat# trackCount#$ tracks#( instrumentCount#0 instruments#8 miscellaneousCount#@ miscellaneous#H formatSpecifica#P &eAFfilehandle uint8_t  floatunsigneduint32_t_af_ircam_updateynBnfilexxD  &_af_filesetup_make_handle B Kmkstemp cmkstemp caf_fseek   Y  size_t Faf_fwrite0 ' 0 0 Amemseta a  ـ__FILE __pad# off64_tftelloI  fseeko I    fsetpos I  fgetpos I FILE tmpfile [ 2 [ Dfreopen ; M  [  [ fopen   off_tftello fseekoX I    Xfsetpos I aIfgetpos   [  [ freopenT    [ T] [ oxfopen f tmpfile> /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isoircamwrite.cafinternal.haudiofile.haf_vfs.hint_types.hstdio_iso.hstdio_impl.hstdio.h ,$,,,$-  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I:  :  I8 I ' ID  I &I' D I !I/  :  :  :  : I !I/.? < ' ID .? < ' ID 7IP\_af_ircam_write_init_af_ircam_updatestatus_PCMInfoF_PCMInfoj_AudioFormatD_AudioFormatl_MarkerSetup_MarkerSetupAFfileoffsetAFframecount_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupf_InstrumentSetup_MiscellaneousSetup_MiscellaneousSetup_AFfilesetup 0AFfilesetup F_AFvirtualfile AFvirtualfile R_Marker _Marker _AFchunk ?_AFchunk  9 _AFfnpmod _AFfnpsimplemod _AFmodule_AFmodule [_AFmoduleinst _AFmoduleinst7_AFmodulestate_AFmodulestate_Track_Track_Loop_LoopAFPVuAFPVu_Instrumentq_Instrument_Miscellaneous_Miscellaneous&_AFfilehandlenAFfilehandleuint8_tuint32_t0size_t__FILEoff64_tFILEoff_tircamwrite.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L_cseg0_af_ircam_updatememsetaf_fwriteaf_fseek_af_filesetup_make_handle_af_ircam_write_init_af_ircam_sun_magic_GLOBAL_OFFSET_TABLE_   "3BK0$\cmv $8 < \ <\ |     6T6v6~6 66@65 666@ 0X$-6CACM$JY%\Cg&\w&)+$+ -P/ /0 / /  avr.o/ 1281134738 0 0 100644 19436 ` ELF+Fh@@.shstrtab.text.rodata1.data.bss.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0A@`ww_@ _@  @ h`]@ @ H H/ /㾠A@`wWww_\ @ _\ @  @ h `] @?H'`]@ @ H `] @?H'_\ @  @_\ @@_\ @@_\ @@_\ @@_\ @@_\ @@_\ @@_\ @@_\ @@_\ @  @i_\ @ @ @@w___h?H'___t`( _$`$_t 8_$ 0_t H_$ @_t P!?<,@4wOO__< ـ H!__$`H#?cH!__$`H `] @?H^'ۀ Hۀ H `]ې @@?HK'__$`!__$`݀ H __$`@H#?cH __$`@H `] @?H('__$ D__`D`D`@_\ @__t __t`__\`Р`@  'OGOL__ta__t __\`t` 'G< 0A@`ww_ H_D H `] @Hw_@#w_D !H_D !H `] @Hw_D  H_D  H `] @Hpw_D D H `] @Hcw_D !H_ SH `] 5@HQw!_$`_ VH `] @HAw_ WH_D \ H `] @H/w_ H_D  H `] @Hw_ H_D ( H `] @H w_`]@@ w_2BITcould not read AVR file headerfile is not AVR formatbad sample format in AVR filebad sample width %d in AVR fileinvalid number of channels in AVR fileAVR files must have exactly 1 trackAVR format does supports only unsigned and two's complement integer datainvalid sample width %d for AVR file (only 8- and 16-bit sample widths are allowed)compression not supported for AVR filesAVR format supports only big-endian dataAVR files do not support AES dataAVR format does not support markersAVR format does not support instrumentsAVR format does not support miscellaneous dataE @(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03avr.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o avr.o avr.c -W0,-xp\$XAoAMiKSCJXMkW8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKSCJXMkW8.;backend;raw;cd;DBG_GEN 5.2.7int_Booldouble_PCMInfo slopeW#interceptW#minClipW#maxClipW#a_PCMInfovoid_AudioFormatHsampleRateW#sampleFormatG#sampleWidthG# byteOrderG#pcm#channelCountG#8compressionTypeG#<compressionParams#@_AudioFormatchar_MarkerSetup9idG#name#comment#_MarkerSetup9longYAFfileoffsetYAFframecount_TrackSetupxidG#f#rateSetN#PsampleFormatSetN#QsampleWidthSetN#RbyteOrderSetN#SchannelCountSetN#TcompressionSetN#UaesDataSetN#VmarkersSetN#WdataOffsetSetN#XframeCountSetN#YmarkerCountG#\markersP#`dataOffseta#hframeCountx#p_TrackSetup_LoopSetup`idG#:_LoopSetup`_InstrumentSetupidG#loopCountG#loopsu#loopSetN#~_InstrumentSetup_MiscellaneousSetup [idG#typeG#sizeG# _MiscellaneousSetup[_AFfilesetup8validG#fileFormatG#trackSetN#instrumentSetN# miscellaneousSetN# trackCountG# tracks1#instrumentCountG#instruments# miscellaneousCountG#(miscellaneousy#0_AFfilesetup_af_avr_default_filesetup. _af_avr_recognize>nNU Ffh=x magic [?p D_AFvirtualfile8read 9#length _#write #destroy #seek # tell %#(closure#0Uunsigned long Y 9    Y _  B h Y  q  z  Y  Y G Y %  UAFvirtualfile .unsigned Ouint32_t_af_avr_read_initJn   setupIx bfileIp magic [Kh nameyL` monoM^ resolutionM\ signMZ loopMX midiMV rate [NP size [NL loopStart [NH loopEnd [ND reservedO userP~ trackR~ D Gstatus AFfilesetupWshort_Marker  id =#position#name#comment# F_Marker unsigned char  Y_AFchunkX 3buf#nframesx#f# _AFchunk 3_AFmoduleinst0 inc F#outc F#modspec#u-#mod# free_on_closeN#(validN#) Osource #-sink #[pull #push#p [p_AFfnpmod    _AFfnpsimplemod_AFmodule`name#describey#max_pully#max_pushy#run_pully# reset1y#(reset2y#0run_pushy#8sync1y#@sync2y#Hrun#Pfreey#X_AFmodule O_AFmoduleinst_AFmodulestatemodulesdirtyN#nmodulesG#mustuseatomicnvframesN#old_f_rateW#old_v_rateW#chunk F# module#(buffer"#0filemodinst#8filemod_rebufferinst#hrateconvertinst#rateconvert_inrateW#rateconvert_outrateW#rateconvert_rebufferinst#+_AFmodulestate_Track8idG#f#v#PchannelMatrix 4#markerCountG#markers #hasAESDataN#aesData #totalfframesx#nextfframex#frames2ignorex#fpos_first_framea#fpos_next_framea#fpos_after_dataa#totalvframesx#nextvframex#data_sizea#ms#taperW#dynamic_rangeW#ratecvt_filter_params_setN#filemodhappyN#_Track_LoopidG#modeG#countG#beginMarkerG# endMarkerG#trackidG#_LoopAFPVulY#dW#v#AFPVu_InstrumenteidG#loopCountG#loops#values#_Instrumente_Miscellaneous idG#typeG#sizeG#buffer#positiona#_Miscellaneous_AFfilehandleXYvalidG#accessG#seekokN#fh F#fileName#fileFormatG# trackCountG#$tracks#(instrumentCountG#0instruments{#8miscellaneousCountG#@miscellaneous#HformatSpecific#PYAFfilehandleYunsigned shortuint16_tY@Y?_af_avr_complete_setupn c setupx track1h D_af_filesetup_copy    NUaf_read_uint16_be    Oaf_read_uint32_be 6  _af_set_sample_format  6  float_af_format_frame_size  N_af_filesetup_get_tracksetup1$  G_af_track_new?_af_error| G Haf_ftellY af_fseekG  Y Gsize_tUaf_freadD    YaY__FILE__padD#aYoff64_tftello afseekoG  Y GYfsetposGJ  YfgetposG  JaFILE tmpfilefreopen    fopen_  (aYoff_tftelloh _fseekoG  Y GYfsetposG  JfgetposGZ  !Zcu~freopen l  fopen6  tmpfileK]memcmpG T f mkstempG mkstempG  /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isoavr.cafinternal.haudiofile.haf_vfs.hint_types.hstdlib_iso.hstdio_impl.htypes.hstdio_iso.h !d %9$=$-$$$$%$$$%,-(5 $$, $$-$< 5$5$5$!$!$!$5$5$5$0 DD%$>  :  I8 I: I4I?  : ;  .?  : ; @ ' ID  I: ;  4I : ;  D D ' ID  I&I' D I !I/  :  :  :  : .? < ' ID .? < ' ID .? < ' D 7I.? < ' ID _af_avr_default_filesetup_af_avr_recognize n_af_avr_read_init_af_avr_complete_setup3a_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup9_MarkerSetupaAFfileoffsetxAFframecount_TrackSetup_TrackSetup:_LoopSetup`_LoopSetup~_InstrumentSetup_InstrumentSetup _MiscellaneousSetup[_MiscellaneousSetup_AFfilesetup_AFfilesetupU_AFvirtualfile .AFvirtualfile [uint32_t status AFfilesetup F_Marker _Marker _AFchunk 3_AFchunk -y_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule O_AFmoduleinst_AFmoduleinst+_AFmodulestate_AFmodulestate_Track_Track_Loop_LoopAFPVuAFPVu_Instrumente_Instrument_Miscellaneous_Miscellaneous_AFfilehandlebAFfilehandleuint16_tsize_ta__FILEoff64_tFILEhoff_tavr.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L24.L50.L62.L115.L130.L157.L189.L203.L216.L228.L246.L264.L277.L290.L303_af_filesetup_copy_af_filesetup_get_tracksetup_af_avr_complete_setup_af_format_frame_sizeaf_ftell_af_set_sample_format_af_track_newaf_read_uint32_beaf_read_uint16_be_af_error_af_avr_read_initmemcmpaf_freadaf_fseek_af_avr_recognize_af_avr_default_filesetup_GLOBAL_OFFSET_TABLE_   ,;@ E(J@ P` V(\(bPh Xnx(t0z(( (H/.@J\clu8 )$)@&\%t x $))&0%D H T"l p $  "%!!!4!L!d |   %%  " 0" ",)) "8< H" " "  "<@ L" " " $"8(<( L6?6(6'66 #6 6h66X'6 #6z666@ @h w 8  X% X- X6 X? J V/b1kp3B3?89=PE EH F8 FP avrwrite.o/ 1281134739 0 0 100644 16364 ` ELF+9@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames w_@#w_\  @ _\ ' ''ۢ_\ @@_\ @@_\ @@ 'G< 0w_@ /w_瀤h_Hw_ Hw_㾠A@`wWww__@@?H?H'_t P_@#w_\ @ H `] @?H'`]_\ @  @א  @_\ h _\ @ @_\ @  @_D @ H 7H!?#7բ_\ @@_D 7Ӣ_\ @@_D !H 7H!?#7Ѣ_\ @@ 7Ϣ_\ @@!?#7͢_\ @@_ @H'!?<@'_\ 'à ''_\ @@_\ @@_\ @@_\ @@  @_\ @  @a  @@a_\ @ @ @_\ 耤 h_\ @_t  'G< bad seek2BIT@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03avrwrite.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o avrwrite.o avrwrite.c -W0,-xp\$XAoAMiKTCJXMUs8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKTCJXMUs8.;backend;raw;cd;DBG_GEN 5.2.7_af_avr_update/nfile.xtrack 0hsize61dloopStart61`loopEnd61\Dintstatus_Bool_AFvirtualfile8 read# lengthC# write# destroy# seek# tell #( closure#0  void unsigned longlong      C  &  L   U  ^           AFvirtualfile char 3double_PCMInfo  slopeD# interceptD# minClipD# maxClipD#N_PCMInfo_AudioFormatH sampleRateD# sampleFormat# sampleWidth# byteOrder# pcm# channelCount#8 compressionType#< compressionParams#@_AudioFormat Dshort_Marker & id# position# name;# comment;#_Marker &unsigned charAoAFframecountAFfileoffset_AFchunkX buf# nframeso# f#_AFchunk _AFmoduleinst0 inc# outc# modspec# u# mod # free_on_close#( valid#)  source# sink# pull# push#!   !_AFfnpmod n > >  Gn_AFfnpsimplemod_AFmodule` name;# describe*# max_pull*# max_push*# run_pull*# reset1*#( reset2*#0 run_push*#8 sync1*#@ sync2*#H runw#P free*#X_AFmodule _AFmoduleinst _AFmodulestate k modulesdirty# nmodules# mustuseatomicnvframes# old_f_rateD# old_v_rateD# chunk# module #( buffer #0 filemodinst #8 filemod_rebufferinst #h rateconvertinst # rateconvert_inrateD# rateconvert_outrateD# rateconvert_rebufferinst # _AFmodulestate_Track8 id# f# v#P channelMatrix# markerCount# markers8# hasAESData# aesDataR# totalfframeso# nextfframeo# frames2ignoreo# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframeso# nextvframeo# data_size# ms k# taperD# dynamic_rangeD# ratecvt_filter_params_set# filemodhappy# _Track _LoopF id# mode# count# beginMarker# endMarker# trackid# _Loop FAFPVu l# dD# v#_AFPVu _Instrument id# loopCount# loopsV# values#_Instrument _Miscellaneous  id# type# size# buffer# position#5_Miscellaneous _AFfilehandleX valid# access# seekok# fh*# fileName;# fileFormat# trackCount#$ tracks #( instrumentCount#0 instruments,#8 miscellaneousCount#@ miscellaneous#H formatSpecific#P  AFfilehandleunsigned*uint32_taf_basenameFn;;filenameExbase;GhD_af_avr_write_initPn5setupOxfilehandleOptrack Q`nameRXmonoSVresolutionSTsignSRloopSPmidiSNrate6THsize6TDloopStart6T@loopEnd6TreservedUuser8V~D _MarkerSetup id# name;# comment;#5_MarkerSetup _TrackSetupx. id# f# rateSet#P sampleFormatSet#Q sampleWidthSet#R byteOrderSet#S channelCountSet#T compressionSet#U aesDataSet#V markersSet#W dataOffsetSet#X frameCountSet#Y markerCount#\ markers#` dataOffset#h frameCounto#p_TrackSetup ._LoopSetups id#M_LoopSetup s_InstrumentSetup id# loopCount# loops# loopSet#_InstrumentSetup _MiscellaneousSetup n id# type# size#_MiscellaneousSetup n_AFfilesetup8 valid# fileFormat# trackSet# instrumentSet# miscellaneousSet# trackCount# tracksD# instrumentCount# instruments# miscellaneousCount#( miscellaneous#0 AFfilesetup3unsigned shortuint16_t383@U?  _af_filesetup_make_handle U ^    af_write_uint16_be   * af_write_uint32_beL   _af_filehandle_get_track  L  3 _af_error  af_ftell af_fseek5     5size_t  af_fwriteG > G G X 3 strrchr;  ; 3 strncpy;D   memset|   mkstemp ;mkstemp ;__FILE __pad# off64_tftelloM  fseeko M    fsetpos M  fgetpos M FILE  tmpfile 3 6 3 Hfreopen ? Q  3  3 fopen   off_tftello$ fseeko\ M    \fsetpos M eMfgetpos   3  3 freopenX    3 Xa 3 s|fopen j tmpfile_ /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isoavrwrite.cafinternal.haf_vfs.haudiofile.hint_types.hstdio_iso.hstdio_impl.hstdio.h 2%$$%   ,!1$4$ 8- %% $%! $$$%$-$- % DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I:  :  I8 I ' ID  I &I' D I !I/  :  :  :  : . : ; @ ' ID .? < ' ID .? < ' D 7I.? < ' ID LV_af_avr_update_af_avr_write_init.Iaf_basenamestatus _AFvirtualfileAFvirtualfileN_PCMInfo_PCMInfo_AudioFormat_AudioFormat_Marker&_MarkeroAFframecountAFfileoffset_AFchunk_AFchunk*_AFfnpmodw_AFfnpsimplemod_AFmodule _AFmodule_AFmoduleinst _AFmoduleinst _AFmodulestate k_AFmodulestate _Track _Track _LoopF_Loop_AFPVuAFPVu_Instrument_Instrument5_Miscellaneous_Miscellaneous_AFfilehandleAFfilehandle6uint32_t5_MarkerSetup_MarkerSetup_TrackSetup._TrackSetupM_LoopSetups_LoopSetup_InstrumentSetup_InstrumentSetup_MiscellaneousSetupn_MiscellaneousSetup_AFfilesetupAFfilesetupuint16_tGsize_t__FILEoff64_t FILEoff_tavrwrite.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataaf_basename.L74.L80__dtouaf_ftellaf_write_uint16_bestrncpymemsetaf_fwrite_af_error_af_filesetup_make_handle_af_avr_write_initstrrchraf_write_uint32_beaf_fseek_af_filehandle_get_track_af_avr_update_GLOBAL_OFFSET_TABLE_     1@XLQV]fyX(Dx`d    (@ Tt  $<Tt6N6j6r6Y6a60666 6%6666@  ``uu%u-u6u? (J (V)kb+fbp,X- :-Z*1+2 5PH8 9XH 9 9 9 iff.o/ 1281134740 0 0 100644 22668 ` ELF+R@@.shstrtab.text.rodata1.data.bss.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames0A@`ww_@ _@  @ h`]@ @ H H/_@  @ h`]@ @ H H/ / A@`www'wߠ '_߀ h?H'_ @D` $`_\`HD`@,0@_t H`]@ @H 'H0`]@ @H 'H `]@ @H 'H`]@ @H '_D`@\`H% < ,0$G_\`HD`@$ < ,0$`__\`HD`@$ < ,0$`_\`HD`@$ < ,0t _@_\`HD`@$ < ,0t _\`HD`@$ < ,0\ _\` @ 'Gۡ< ww'w_@#wϢ_@@_@@_@@_@@_@@_@@_@@ _$`w_< !_$`_$ D!_$` _$`@_Ϥ`D`D`@ 'Gۡ<  ww'w_@#w__t`__ta_@_t  'Gۡ< A@`www_\ @ _\ @  @_\ @@_\ @  @`]@ @ H`]@ @ H?H'_$ 0_t 8_$ @_t H@wϠ _$`$__t`( w_〤h 'ˠ 'Ǡ 'â_\ @  @_\ @@`]ː@ @H_\`ǐ@ 'HS`]ː@ @H_\`ǐ@H'H;`]ː@ @H&`]ː@ @H`]ː@ @H`]ː@ @H _\`ǐ@GÀ?H?H'_Ǡ 4@w_נ h_נ w_\ _נ @@ _〤 od 'G< 0A@`ww_ H_D H `] @Hw_\ w_ QH_D !H `] @Hw_ QH_D  H `]_D  @@How_ TH_D @ H `]_D @ @@HZw_D D H `] /@HMw!_$` _$`@_ !@ _ WH_D \ H `] @H/w_ H_D  H `] !@Hw_ H_D ( H `] @H w_`]@@ w_FORM8SVXNAMEAUTH(c) ANNOVHDRBODYIFF/8SVX file must have 1 trackIFF/8SVX format supports only two's complement integer dataIFF/8SVX file allows only 8 bits per sample (%d bits requested)invalid channel count (%d) for IFF/8SVX format (only 1 channel supported)IFF/8SVX does not support compressionIFF/8SVX format does not support markersIFF/8SVX format does not support instrumentsIFF/8SVX format does not currently support miscellaneous chunksE @(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03"Kiff.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o iff.o iff.c -W0,-xp\$XAoAMiKUCJXMkI9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKUCJXMkI9.;backend;raw;cd;DBG_GEN 5.2.7int_Booldouble_PCMInfo slopeW#interceptW#minClipW#maxClipW#a_PCMInfovoid_AudioFormatHsampleRateW#sampleFormatG#sampleWidthG# byteOrderG#pcm#channelCountG#8compressionTypeG#<compressionParams#@_AudioFormatchar_MarkerSetup9idG#name#comment#_MarkerSetup9longYAFfileoffsetYAFframecount_TrackSetupxidG#f#rateSetN#PsampleFormatSetN#QsampleWidthSetN#RbyteOrderSetN#SchannelCountSetN#TcompressionSetN#UaesDataSetN#VmarkersSetN#WdataOffsetSetN#XframeCountSetN#YmarkerCountG#\markersP#`dataOffseta#hframeCountx#p_TrackSetup_LoopSetup`idG#:_LoopSetup`_InstrumentSetupidG#loopCountG#loopsu#loopSetN#~_InstrumentSetup_MiscellaneousSetup [idG#typeG#sizeG# _MiscellaneousSetup[_AFfilesetup8validG#fileFormatG#trackSetN#instrumentSetN# miscellaneousSetN# trackCountG# tracks1#instrumentCountG#instruments# miscellaneousCountG#(miscellaneousy#0_AFfilesetup_af_iff_default_filesetup6 _af_iff_recognizeFnNV GfhEx buffer sGo D_AFvirtualfile8read :#length `#write #destroy #seek # tell &#(closure#0Vunsigned long Y :    Y `  C i Y  r  {  Y  Y G Y &  VAFvirtualfile /unsigned char Puint8_t a YParseMiscellaneousYn 2 2 `fileWx GfhWp typeXl sizeX` misctypeGZX D(GstatusWshort_Marker  id L#position#name#comment# U_Marker  P Y_AFchunkX 1buf#nframesx#f# _AFchunk 1_AFmoduleinst0 inc D#outc D#modspec#u +#mod# free_on_closeN#(validN#) M source # +sink # Ypull #push # n  Y n_AFfnpmod    _AFfnpsimplemod_AFmodule`name#describe w#max_pull w#max_push w#run_pull w# reset1 w#(reset2 w#0run_push w#8sync1 w#@sync2 w#Hrun #Pfree w#X _AFmodule M_AFmoduleinst_AFmodulestatemodulesdirtyN#nmodulesG#mustuseatomicnvframesN#old_f_rateW#old_v_rateW#chunk D# module#(buffer #0filemodinst#8filemod_rebufferinst#hrateconvertinst#rateconvert_inrateW#rateconvert_outrateW#rateconvert_rebufferinst#)_AFmodulestate_Track8idG#f#v#PchannelMatrix C#markerCountG#markers #hasAESDataN#aesData #totalfframesx#nextfframex#frames2ignorex#fpos_first_framea#fpos_next_framea#fpos_after_dataa#totalvframesx#nextvframex#data_sizea#ms#taperW#dynamic_rangeW#ratecvt_filter_params_setN#filemodhappyN#_Track_LoopidG#modeG#countG#beginMarkerG# endMarkerG#trackidG# _LoopAFPVulY#dW#v#AFPVu_InstrumentcidG#loopCountG#loops#values#_Instrumentc_Miscellaneous idG#typeG#sizeG#buffer#positiona#_Miscellaneous_AFfilehandleXWvalidG#accessG#seekokN#fh G#fileName#fileFormatG# trackCountG#$tracks#(instrumentCountG#0instrumentsy#8miscellaneousCountG#@miscellaneous#HformatSpecific#PWAFfilehandleunsignedwuint32_tsize_tParseVHDRn 2 `file~x Gfh~p type~l size` trackP oneShotSamplesL repeatSamplesH samplesPerRepeatD sampleRate B octaves aA compression a@ volume Dunsigned shortuint16_tParseBODYn 2 `filex Gfhp typel size` trackP D_af_iff_read_initn 2  setupx `filep typeh sized formtype` indexX trackP chunkidL chunksizeH result 2D D AFfilesetup_af_iff_complete_setupn  setupxtrack1h D_af_track_new_af_filesetup_copy    N PVaf_read_uint8 2:  af_read_uint16_be 2} : waf_read_uint32_be 2 } _af_set_sample_format 2  2 2_af_filehandle_get_trackZ  G_af_realloc  _af_malloc _af_error G af_ftellY af_fseekGW  Y GVaf_fread W   `YY__FILE__pad#Yoff64_tftello/ fseekoGp / Y GYpfsetposG / yYfgetposG / FILE tmpfile*freopenu ! 3 ufopen ~ Yoff_tftello  fseekoG > / Y GY >fsetposG / G/fgetposG     freopen!: !:!C!U!^fopen! !L !gtmpfile!!memcmpG" ! ! mkstempG"6  mkstempG F /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isoiff.cafinternal.haudiofile.haf_vfs.hint_types.hstdlib_iso.hstdio_impl.htypes.hstdio_iso.h !dd  !1<<<<(00,9I ! !$- ! %,$-l!,%===  Z* 5$ $ 0 0$% $ $ $0 DD%$>  :  I8 I: I4I?  : ;  .?  : ; @ ' ID  I: ;  4I : ;  D D ' ID  I&I' D I !I/ . : ; @ ' ID  :  :  :  :  .?  : ;@ ' ID I: ; 4I : ; .? < ' ID .? < ' ID .? < ' D 7I .? < ' ID "W_af_iff_default_filesetup_af_iff_recognize_af_iff_read_init"_af_iff_complete_setupY"W ParseMiscellaneousParseVHDR ParseBODYC"Wa_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup9_MarkerSetupaAFfileoffsetxAFframecount_TrackSetup_TrackSetup:_LoopSetup`_LoopSetup~_InstrumentSetup_InstrumentSetup _MiscellaneousSetup[_MiscellaneousSetup_AFfilesetup_AFfilesetupV_AFvirtualfile /AFvirtualfile auint8_t 2status U_Marker _Marker _AFchunk 1_AFchunk  + w_AFfnpmod _AFfnpsimplemod _AFmodule_AFmodule M_AFmoduleinst_AFmoduleinst)_AFmodulestate_AFmodulestate_Track_Track _Loop_LoopAFPVuAFPVu_Instrumentc_Instrument_Miscellaneous_Miscellaneous_AFfilehandle`AFfilehandleuint32_tsize_t uint16_t AFfilesetup__FILEoff64_tFILEoff_tiff.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L24.L35.L66.L76.L86.L96ParseMiscellaneousParseVHDRParseBODY.L203.L215.L283.L297.L310.L323.L335.L351.L364.L377_af_filesetup_copy_af_error_af_iff_complete_setup_af_track_new_af_iff_read_initaf_ftell_af_set_sample_formataf_read_uint8af_read_uint16_beaf_read_uint32_be_af_filehandle_get_track_af_malloc_af_reallocmemcmpaf_freadaf_fseek_af_iff_recognize_af_iff_default_filesetup_GLOBAL_OFFSET_TABLE_   ,;@EJO T(Y@l@v8p08@ `@@P0(X00@ /=Oaz8 /$/@,\+t x *+  *H/L/)  *   *HL `* *D(+'&(&<&P%d$x$&#T'|"//,+(&H+T X l*  * L+d&lp * *, 0 H*\ ` x* * * x, / /    ` d p       < @ L #       D H T h. l. |6?6.6-66 6@ 666 .6866!66 !6H!6!6\!6!6\!6?6G6 -6 6@:6a68!66666@  `  8 (%(-(6(?J"WV62Rb8p:R:e;RO?AF O Q R@ RX Rp iffwrite.o/ 1281134741 0 0 100644 19604 ` ELF+F@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames@  @w_t _t _t _w_0A@`www '__@@?H?H+'_t P`]_\ @  @_\ @@`]_\ @  @_@B_@'_@ 'G< @w_@)_@_@_\ @'$ '_\  @ _\ @@ 'G< A@`ww_\ Pw_\  h _\ @_t H _\ _\ @@ _@#w`]_\ @  @ 'ۢ_\ @@_\ 'ע_\ @@ 'Ӣ_\ @@ 'Ϣ_\ @@_ H'G7͢_\ @@ /̠ /ˢ_\ @@_\ @@!@'Ǣ_\ @@ 'G< A@`ww_\ Pw_@#w_\  h _\ @_t H _\ _\ @@ `]_\ @  @_\ '_\ @@_\ 耤 h_\ @_t   H /_\ _\ @ @ _\ @@ 'G< A@`ww_\ Pw_\ h _\ @_t H _\ _\ @@  '_D @H_\ HG,0@wנ /H.`]@ @H4`]@ @H)`]@ @H`]@ @H_D $ ɀ H , < #b_D_\ @  @_D 'Ϣ_\ @@_\ h_\`D`< _\ @ @H _\ _D @@ _D <` @ ?$@ H_\ @@G 'G_D @Ow 'G< @FORM8SVXVHDRBODYNAMEAUTH(c) ANNO@(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03!iffwrite.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o iffwrite.o iffwrite.c -W0,-xp\$XAoAMiKVCJXMUe9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKVCJXMUe9.;backend;raw;cd;DBG_GEN 5.2.7iff_info_new4n3iff35pDlongAFfileoffset miscellaneousPosition#VHDR_offset#BODY_offset#_IFFinfo  _af_iff_write_init?n setup>x Ufile>pfileSizex@hD intstatus_Booldouble _PCMInfo Lslope#intercept#minClip#maxClip#_PCMInfovoid _ _AudioFormatHJsampleRate#sampleFormat#sampleWidth# byteOrder#pcmL#channelCount#8compressionType#<compressionParamsg#@p_AudioFormatchar a _MarkerSetupid#namei#commenti#r_MarkerSetup AFframecount _TrackSetupxid#fJ#rateSet#PsampleFormatSet#QsampleWidthSet#RbyteOrderSet#SchannelCountSet#TcompressionSet#UaesDataSet#VmarkersSet#WdataOffsetSet#XframeCountSet#YmarkerCount#\markers#`dataOffset#hframeCount#p_TrackSetup  _LoopSetupid#_LoopSetup  _InstrumentSetupMid#loopCount#loops#loopSet#_InstrumentSetup M _MiscellaneousSetup id#type#size#q_MiscellaneousSetup  _AFfilesetup8 valid#fileFormat#trackSet#instrumentSet# miscellaneousSet# trackCount# tracks#instrumentCount#instrumentsh# miscellaneousCount#(miscellaneous#0  AFfilesetup _AFvirtualfile8 read #length 7#write #destroy #seek # tell #(closureg#0 -unsigned long   g  7 _ @    I R        -AFvirtualfile  short _Marker  id 0#position #namei#commenti# 9_Marker unsigned char   _AFchunkX &bufg#nframes#fJ# _AFchunk & _AFmoduleinst0 inc 9#outc 9#modspecg#u #mod# free_on_close#(valid#) B source # sink # Npull #push # c N c_AFfnpmod    g  _AFfnpsimplemod _AFmodule`namei#describe l#max_pull l#max_push l#run_pull l# reset1 l#(reset2 l#0run_push l#8sync1 l#@sync2 l#Hrun #Pfree l#X _AFmodule  B_AFmoduleinst  g_AFmodulestatemodulesdirty#nmodules#mustuseatomicnvframes#old_f_rate#old_v_rate#chunk 9# module #(buffer#0filemodinst#8filemod_rebufferinst#hrateconvertinst#rateconvert_inrate#rateconvert_outrate#rateconvert_rebufferinst#_AFmodulestate_Track8id#fJ#vJ#PchannelMatrix '#markerCount#markers #hasAESData#aesData #totalfframes#nextfframe#frames2ignore#fpos_first_frame#fpos_next_frame#fpos_after_data#totalvframes#nextvframe#data_size#ms#taper#dynamic_range#ratecvt_filter_params_set#filemodhappy#_Track  _Loopid#mode#count#beginMarker# endMarker#trackid#_Loop AFPVul#d#vg#AFPVu  _InstrumentXid#loopCount#loops#values#_Instrument X _Miscellaneous id#type#size#bufferg#position#w_Miscellaneous  _AFfilehandleXLvalid#access#seekok#fh #fileNamei#fileFormat# trackCount#$tracks#(instrumentCount#0instrumentsn#8miscellaneousCount#@miscellaneous#HformatSpecificg#P  LAFfilehandleunsignedluint32_t _af_iff_updateTn UfileSxlengthxUpDWriteVHDRgn9 9filefxtrackhhiff3i`chunkSizexj\oneShotSamplesxkXrepeatSamplesxkTsamplesPerRepeatxkPsampleRateTlNoctavesgmMcompressiongmLvolumexnHDUunsigned shortBuint16_t uint8_tWriteBODYnN UfilextrackhchunkSizexdiff3XzerogWDWriteMiscellaneousnX Ufilexiff3hidmiscXchunkTypexTchunkSizexPpadBytegOD   _af_filesetup_make_handleXa  -af_write_uint8B af_write_uint16_beKl Kaf_write_uint32_beT  _af_filehandle_get_track_af_callocg  af_ftell= af_fseekw af_flength _  size_t -af_fwrite. __FILES__pad# .off64_t ftello\S .fseeko fsetpos fgetposP.FILE Ptmpfile_a }a freopen__a a fopen_, .off_t ftello5k,fseeko fsetposfgetpos 'a ' 0a B K_freopen_  9 T ]a  a  fopen_!  tmpfile_g_ !!!*memcpyg!t!!3 mkstemp!imkstempi /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isoiffwrite.ciff.haudiofile.hafinternal.haf_vfs.hint_types.hstdlib_iso.hstdio_impl.htypes.hstdio_iso.h 4! ?,4%5  $%  --!5$$%$%$% ! -- % !8  --)%999 w - A-4^ % DD%. : ; @ ' ID 4I : ;  D D $> I:  :  I8 I .?  : ; @ ' ID  I: ;   :  ' ID I&I' D I !I/  :  :  :  .? < ' ID .? < ' ID 7I.? < ' ID L!<_af_iff_write_init_af_iff_updaten!Viff_info_newWriteVHDRyWriteBODYNWriteMiscellaneousH!AFfileoffset _IFFinfostatus_PCMInfoL_PCMInfop_AudioFormatJ_AudioFormatr_MarkerSetup_MarkerSetupAFframecount_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupM_InstrumentSetupq_MiscellaneousSetup_MiscellaneousSetup_AFfilesetup AFfilesetup -_AFvirtualfile AFvirtualfile 9_Marker _Marker _AFchunk &_AFchunk  l_AFfnpmod _AFfnpsimplemod _AFmodule_AFmodule B_AFmoduleinst_AFmoduleinst_AFmodulestate_AFmodulestate_Track_Track_Loop_LoopAFPVuAFPVu_InstrumentX_Instrumentw_Miscellaneous_Miscellaneous _AFfilehandleUAFfilehandlexuint32_tTuint16_tguint8_tsize_t.__FILE\off64_tPFILE5off_tiffwrite.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataiff_info_new.L43.L46WriteVHDRWriteMiscellaneousWriteBODY.L92.L134.L198.L201.L204.L207memcpyaf_write_uint8af_write_uint16_be_af_filehandle_get_trackaf_ftellaf_fseekaf_flength_af_iff_updateaf_write_uint32_beaf_fwrite_af_filesetup_make_handle_af_iff_write_init_af_calloc_GLOBAL_OFFSET_TABLE_     1@HMRWPatP~ (08",Fx Yd$"##     <X#\#  DdX#\# $H##4d    $8< P H6N6g6o6PT!6\6p66$6P6$6P66X66l6"6l*6e6m66l666666!686_6P6P6666@  ` @= } }% }- }6 }?0J0!V/b1fp3`X3z42T8z:`=`CHp E FH F` Fx nist.o/ 1281134742 0 0 100644 24964 ` ELF+[@@.shstrtab.text.rodata1.data.rodata.bss.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames A@`ww_@ _@  @ h H/`]@ @ H H/ /0A@`ww_ H_D H `] @Hw_\ w_ QH8_D !H_D  H_D  H `] @Hw_D !H `] @Hw_D !H_D !H `] @Hw_ PH_ `] H`]_  @;@[Hw_ TH_D @ H `]_D @ @@Hjw_ UH_D D H_D D!H_D D!H `] @HNw_ VH `] @HAw_ WH_D \ H `] @H/w_ H_D  H `] !@Hw_ H_D ( H `] @H w_`]@@ w_ A@`wwww`]_@!@_א@@w_׀h`]_@!@_צ_@@ H/ /A@`wwwwwߢ`]_@!@_ϐ@@w_πh`]_@!@_Ϧ__ߐ@@ H/ޠ /ް㺰A@`woww_t 8_$ 0_t H_$ @_t ( _$`$_\ @ _\ @$ @ h `] @?H' /ޢ`]@ @ H `] @?H'@ww_w_t`(_wh?H'_\ (wߢ`]@%*08408H `] >@?H'!_$`G H !_$`D _$`H_$ DG, _$``]נ@5*08408HG`]@@ HH;`]@@ H `]@@ H !_$`D _$`H`]@@ H !_$`D _$`H `] @@?H'`]א@*08408HG׀ H `]Gא @@?H'G_$`@H `] >@?H'`]נ@*08408H!G׀ H`]@ @ H!_$`H!_$`H!_$`H_D D H_D  H `] >@?H'`]א@7*08408H'G׀ HG׀ H `]Gא @@?H'_D D HGע <` @< GHG_$``]א@*08408HG׀ H `]Gא @@?HZ'G'kk_< H `] >@?HI'`]א@֔*08408HG_D`@<.! < t`H `] >@?H#'_ߤ`D`D`@?H?H'$_t`_\ @"$_ta_t _\`t`_t P 'G< NIST_1A 1024 NIST SPHERE file must have 1 trackinvalid sample width %d bits for NIST SPHERE formatNIST SPHERE format does not support unsigned dataNIST SPHERE format does not support floating-point datainvalid sample rate %.30g for NIST SPHERE fileinvalid channel count (%d) for NIST SPHERE formatNIST SPHERE format supports only G.711 u-law or A-law compressionNIST SPHERE file cannot have AES dataNIST SPHERE format does not support markersNIST SPHERE format does not support instrumentsNIST SPHERE format does not currently support miscellaneous chunks %s -i %s -i %%d %s -s %s -s%%d %%79sCould not read NIST SPHERE file headerBad NIST SPHERE file headersample_n_bytesbytes per sample not specifiedsample_codingpcmulawmu-lawalawunrecognized NIST SPHERE sample format %schannel_countinvalid number of channels %dnumber of channels not specifiedsample_byte_format01sample byte order not specifiedsample_sig_bitsinvalid sample width %d bits sample_rateinvalid sample rate %d Hz sample rate not specifiedsample_countnumber of samples not specifiedE @(#)assert.h 1.10 04/05/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03!nist.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o nist.o nist.c -W0,-xp\$XAoAMiKWCJXME19.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKWCJXME19.;backend;raw;cd;DBG_GEN 5.2.7int_Booldouble_PCMInfo slopeZ#interceptZ#minClipZ#maxClipZ#d_PCMInfovoid_AudioFormatHsampleRateZ#sampleFormatJ#sampleWidthJ# byteOrderJ#pcm#channelCountJ#8compressionTypeJ#<compressionParams#@_AudioFormatchar_MarkerSetup<idJ#name#comment#_MarkerSetup<long\AFfileoffset\AFframecount_TrackSetupxidJ#f#rateSetQ#PsampleFormatSetQ#QsampleWidthSetQ#RbyteOrderSetQ#SchannelCountSetQ#TcompressionSetQ#UaesDataSetQ#VmarkersSetQ#WdataOffsetSetQ#XframeCountSetQ#YmarkerCountJ#\markersS#`dataOffsetd#hframeCount{#p_TrackSetup_LoopSetupcidJ#=_LoopSetupc_InstrumentSetupidJ#loopCountJ#loopsx#loopSetQ#_InstrumentSetup_MiscellaneousSetup ^idJ#typeJ#sizeJ# _MiscellaneousSetup^_AFfilesetup8validJ#fileFormatJ#trackSetQ#instrumentSetQ# miscellaneousSetQ# trackCountJ# tracks4#instrumentCountJ#instruments# miscellaneousCountJ#(miscellaneous|#0_AFfilesetup_af_nist_default_filesetup. _af_nist_recognize>nQ[ Lfh=x buffer x?g D_AFvirtualfile8read ?#length e#write #destroy #seek # tell +#(closure#0[unsigned long \ ?     \ e  H n \  w    \   \ J \ +  [AFvirtualfile 4unsigned char Uuint8_t f \_af_nist_complete_setupNn   setupMx track4Oh D AFfilesetupnist_header_read_intnQ headerx keyp valh cpX keystring } scanstring { D$J \ ,\nist_header_read_stringnQ  headerx keyp lengthh val` cpP keystring } scanstring %{ D( %\ D\_af_nist_read_initn'' setupx Uhandlep track` headerlw intvalJw strvalw sample_n_bytesJw D JstatusZshort_Marker idA#position#name#comment#J_Marker U\_AFchunkX&buf#nframes{#f#_AFchunk&_AFmoduleinst0inc9#outc9#modspec#u #mod# free_on_closeQ#(validQ#)Bsource# sink#Npull#push#c Nc_AFfnpmod   _AFfnpsimplemod_AFmodule`name#describel#max_pulll#max_pushl#run_pulll# reset1l#(reset2l#0run_pushl#8sync1l#@sync2l#Hrun#Pfreel#X_AFmoduleB_AFmoduleinst_AFmodulestatemodulesdirtyQ#nmodulesJ#mustuseatomicnvframesQ#old_f_rateZ#old_v_rateZ#chunk9# module #(buffer#0filemodinst#8filemod_rebufferinst#hrateconvertinst#rateconvert_inrateZ#rateconvert_outrateZ#rateconvert_rebufferinst#_AFmodulestate_Track8idJ#f#v#PchannelMatrix8#markerCountJ#markers#hasAESDataQ#aesData#totalfframes{#nextfframe{#frames2ignore{#fpos_first_framed#fpos_next_framed#fpos_after_datad#totalvframes{#nextvframe{#data_sized#ms#taperZ#dynamic_rangeZ#ratecvt_filter_params_setQ#filemodhappyQ#_Track_LoopidJ#modeJ#countJ#beginMarkerJ# endMarkerJ#trackidJ#_LoopAFPVul\#dZ#v#AFPVu_InstrumentXidJ#loopCountJ#loops#values#_InstrumentX_Miscellaneous idJ#typeJ#sizeJ#buffer#positiond#w_Miscellaneous_AFfilehandleXLvalidJ#accessJ#seekokQ#fh L#fileName#fileFormatJ# trackCountJ#$tracks#(instrumentCountJ#0instrumentsn#8miscellaneousCountJ#@miscellaneous#HformatSpecific#P LAFfilehandle\P\O_af_track_new_af_filesetup_copy  Q_af_set_sample_format'W  ' 'W_af_error J `af_fseekJ  \ Jaf_flength\ size_t[af_fread^    ^pstrstr g ystrncmpJ    strcmpJa  )asmemcmpJ j | mkstempJ mkstempJ \(\__FILEM__pad #(\off64_tftelloV M(fseekoJ  \ J\fsetposJ  \fgetposJJ  (FILEJtmpfileYwfreopenY   YfopenY&  (\off_tftello/e &fseekoJ  \ JsnprintfJ   \fsetposJ >  fgetposJ > G    sscanfJ   !! YfreopenY!^ ! !!^!g!y!fopenY! !p !tmpfileYn /var/tmp/audiofile-0.2.7/libaudiofile/usr/include/sys/usr/include/isonist.cafinternal.haudiofile.haf_vfs.hint_types.hstdio_iso.hstdio_impl.hstdio.h !4< 5$$$ $4 0$!$5$5$5$0  554(  5540 %9$=$4E$M=]!5,E,$M  :  I8 I: I4I?  : ;  .?  : ; @ ' ID  I: ;  4I : ;  D D ' ID  I&I' D I !I/ . : ; @ ' ID I !I/ :  :  :  : .? < ' ID .? < ' ID .? < ' D 7I!_af_nist_default_filesetup_af_nist_recognize _af_nist_complete_setup D_af_nist_read_initW! #nist_header_read_int ,nist_header_read_string!!d_PCMInfo_PCMInfo_AudioFormat_AudioFormat_MarkerSetup<_MarkerSetupdAFfileoffset{AFframecount_TrackSetup_TrackSetup=_LoopSetupc_LoopSetup_InstrumentSetup_InstrumentSetup _MiscellaneousSetup^_MiscellaneousSetup_AFfilesetup_AFfilesetup[_AFvirtualfile 4AFvirtualfile fuint8_t AFfilesetup'statusJ_Marker_Marker_AFchunk&_AFchunk l_AFfnpmod_AFfnpsimplemod_AFmodule_AFmoduleB_AFmoduleinst_AFmoduleinst_AFmodulestate_AFmodulestate_Track_Track_Loop_LoopAFPVuAFPVu_InstrumentX_Instrumentw_Miscellaneous_Miscellaneous _AFfilehandleUAFfilehandlesize_t(__FILEVoff64_tJFILE/off_tnist.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L30.L54.L76.L88.L102.L122.L135.L150.L162.L175.L188.L201.L_cseg0.L217.L225nist_header_read_int.L242.L250nist_header_read_string.L280.L293.L310.L315.L342.L349.L359.L361.L374.L386.L401.L412.L424.L432.L445.L475.L486.L499.L521.L532.L544.L552.L563af_flength_af_set_sample_formatstrncmpstrcmp_af_track_new_af_nist_read_initsscanfstrstrsnprintf_af_filesetup_copy_af_error_af_nist_complete_setupmemcmpaf_freadaf_fseek_af_nist_recognize_af_nist_default_filesetup_GLOBAL_OFFSET_TABLE_   -<A(F@8Kx8P8V0\8bPHh(n0t0z Hhp(   (08@0 p ("( .4 :8@H Fh LR Xcy!8< E$E@B\A  @EE, 0 <>  >  >$( 4>`d | > >PT `> > > $>\` l>DD =EE  < ;@D \<x:EE <;<@ X<|:EE$BDAX\ h>  @ >8  P T `>!! " " 7 <# @# L7 d$ h$ t7 % % 7 & & > ' $' d( h( |> ) ) > * * + + 46 , , > - - (. ,. @> / / 0 0 > 01 41 @> X2 \2 3 3 >5846B6D6 C66 ?6 6 <6 D6 H6 P6 \96 d6pC6?66696666@  `8 (-6?J!V:lzb<p>o?c?q-CRE4L Y8 Zx [8 [P [h nistwrite.o/ 1281134743 0 0 100644 16252 ` ELF+9x@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames A@`ww_@  'G'G뀤 H`]HwG뀤 H_D !H`]Hw`]Hww_0A@`ww_D < H`]Hw_D 5, ,$ $ DD%. : ; @ ' ID I: ;  4I : ;  D D $> I :  I8 I: .?  : ; @ ' ID  ' ID  I&I' D I !I/  :  :  :  : I !I/.? < ' ID .? < ' ID 7If<WriteNISTHeader_af_nist_write_init,_af_nist_updateK<Ysample_byte_formatfsample_coding<_PCMInfoH_PCMInfol_AudioFormatF_AudioFormatZstatust_AFvirtualfileUAFvirtualfile_Marker_Marker.AFframecountEAFfileoffset\_AFchunk_AFchunka_AFfnpmod 6_AFfnpsimplemod P_AFmodule K_AFmodule_AFmoduleinst q_AFmoduleinst _AFmodulestate *_AFmodulestate C_Tracke_Track_Loop_LoopAFPVuZAFPVus_Instrument_Instrument_Miscellaneoush_Miscellaneous_AFfilehandleAFfilehandle_MarkerSetup_MarkerSetup_TrackSetup_TrackSetup_LoopSetup_LoopSetup_InstrumentSetupL_InstrumentSetupp_MiscellaneousSetup_MiscellaneousSetup_AFfilesetupAFfilesetupsize_t__FILEoff64_tFILEoff_tnistwrite.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L26.L41.L45sample_byte_format.L69.L78.L87sample_coding.L107_af_nist_updateaf_fseek_af_filesetup_make_handle_af_nist_write_initaf_fwritememsetstrlensnprintf_af_filehandle_get_trackWriteNISTHeader_af_format_sample_size_GLOBAL_OFFSET_TABLE_    !2AFKPch m(r08Hh. $<d h    $ HL pt  ,L0P\6Q6p6x6x6666<!6)6A6I6l66 656W6666@  `%-6? rJ r<V(nb*dp+r+W,I0QD147  8x 90 9H 9` g711.o/ 1281134743 0 0 100644 7892 ` ELF+@@.shstrtab.text.rodata.bss.data.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_varnames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_varnames 'w' 'G뀠H_T '_ wG'GGۀHGH 'G 'GG뀤OG'G< 0A@`w'G H 'H U'G $ 'G`]@ 'G HG H/G, /G H G<  @/H GG <@ /G@H/4 0/ U/ , ' p4 'HG 'HG!'HG!'GG$ ,@'H G O OO G@?,@  'G'G< 0A@`w'G H G  ' 'HG ' 'G`]@  'G HG H/G,`G`< /G@H/4 @/</ ,  'G p4 < ,@' G  @?,@$ @'G'G< @A@`w/ / H  գ< `] @ H ' U< `] @ 'G/4 @A@`w/ / H  < `] @$  H ' < `] @$  U'G/4 ?  !!""##$%&'()*+,-./001123456789:;<=>?@@ABCDEFGHIJKLMNOOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ !"#$%&'()*+,.0123456789:;<=>@ABCDEFGHIJKLMNOQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~acomp: Sun C 5.10 SunOS_sparc 2009/06/038g711.c /var/tmp/audiofile-0.2.7/libaudiofile /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -g -c -o g711.o g711.c -W0,-xp\$XAoAMiKXCJXMki_.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKXCJXMki_.;backend;raw;cd;DBG_GEN 5.2.7unsigned charJlong[d_u2al) Jd_a2u; shortdseg_endP searchXnvalT|tableTpsizeTliYd Dint  _af_linear2alawxnJMpcm_valv|maskytsegzpavalJ{o D _af_alaw2linearnJa_valttsegp D _af_linear2ulawnJQpcm_val|masktsegpuvalJo D _af_ulaw2linearnJu_valtt D alaw2ulawnJJaval Dulaw2alawnJJuval DB@ /var/tmp/audiofile-0.2.7/libaudiofileg711.c $@~  -,! w  <  ,  )D p x DD%$> &II !I/ 4I : ;  . : ; @ ID I: ;  D D I .?  : ; @ ID  .?  : ; @ ' ID  . : ;@ ID I: ; . : ;@ ID zD_af_linear2alawM_af_alaw2linear_af_linear2ulawQ_af_ulaw2linearMD2searchalaw2ulawulaw2alawDD_u2a_a2useg_endg711.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatasearchalaw2ulawulaw2alaw_af_ulaw2linear_af_linear2ulaw_af_alaw2linear_af_linear2alaw$XAoAMiKXCJXMki_.seg_end$XAoAMiKXCJXMki_._a2u$XAoAMiKXCJXMki_._u2a_GLOBAL_OFFSET_TABLE_   -<CMW(g w04 (,  <@   6B666*6=6E666b6j666f 6n666\66Y6}666 6686666@ X0$-*6ADMNYTgYwY8P xX      modules.o/ 1281134745 0 0 100644 146004 ` ELF+3@@.shstrtab.text.rodata.data.rodata1.picdata.bss.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.picdata.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames.rela.debug_varnameswwwwww_wߠ / /Hw__@@ 0@w_\ h_\ @_t 0ww_\ w__\ t`_\` \ @_\ \ w_@w_\`\ @@_\` \ P\`\`\`@0ww_\ w__\ t`_\` \ 8@ ww/w_\ w_\ \ w_\ \``@@: _L@_\ t`__\ t`_\` \ 8@__\ t`@w_\`\ \`t`_\` \ P\`\`\`@_\`\ @@www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0@7///_Gϥ,04@GϠ 'GGӀO0w_\  w_D $!@ !'G_$`www_\ w_\ w_\`D`HL'Ӡ 'GӀH%_Gϡ,p@ ` @O-///_Gϡ,p@ ` O,GϠ 'GGӀO0w_\  w_D $!@ !'G_$`www_\ w_\ w_\`D`HL'Ӡ 'GӀH _Gϡ,0@'//////_Gϥ,0$@GϠ 'GGӀO0w_\  w_D $!@ !'G_$`www_\ w_\ w_\`D`HL'Ӡ 'GӀH4_Gϡ,0@w_Gϡ,0@w_ _,`_ _,`_ _,`_ _,`_ _,`_ _,`_ _,`_ _,`GϠ 'GGӀO0w_\  w_D $!@ !'G_$`www_\ w_\ w_\`D`HL'Ӡ 'GӀH _Gϡ,p@ ` @O-@/G˧< _Gϥ,0$@GϠ 'GGӀO@w_\  wwww_\ w_\ w_\`D`HL'Ӡ 'GӀH _Gϡ,p@ ` @O-@/˧4 _Gϥ,0$@GϠ 'GGӀO@w_\  wwww_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0@'_Gϡ,p@ ` O,GϠ 'GGӀO@w_\  w www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,p(_ס,p<GϠ 'GGӀO@w_\  w!_$` www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,p_ס,p$GϠ 'GGӀO@w_\  w!_$`www_\ w_\ w_\`D`HL'Ӡ 'GӀH_GL@'ˑ_Gϡ,0$@GϠ 'GGӀO@w_\  w!_$`www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0T@'ˑ_Gϡ,0$@GϠ 'GGӀO@w_\  w!_$`www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0D@'ˑ_Gϡ,0$@GϠ 'GGӀO@w_\  w!_$`www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0D@'ˑ_Gϡ,0$@GϠ 'GGӀO@w_\  w!_$`www_\ w_\ w_\`D`HL'Ӡ 'GӀH_GL@'ˑ_Gϡ,0<@GϠ 'GGӀO@w_\  w!_$`www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0T@'ˑ_Gϡ,0<@GϠ 'GGӀO@w_\  w!_$`www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0D@'ˑ_Gϡ,0<@GϠ 'GGӀO@w_\  w!_$`www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0D@'ˑ_Gϡ,0<@GϠ 'GGӀO@w_\  w!_$`wwww_w@@ 0`\@Ot @@w_w__  `\@Ot_h_ _ _< _ _`_ H<`_ _< _ _< Hw__@@ 0www_\ w_\ w_\`D`HL'_wǠ 'GӀH_  _Gϧ,0@(HH_$GϠ 'GGӀO@w_\  w_\  _  `\@Otwww_\ w_\ w_\`D`HL'_wǠ 'GӀH_  _Gϧ,0@HH_<GϠ 'GGӀO@w_\  w_\  _  `\@Otwww_\ w_\ w_\`D`HL'_wǠ 'GӀH4_  _Gϡ,0@(HH?_ H_ H?_ H_ H???H'G_G,@GϠ 'GGӀO@w_\  w_\  _  `\@Ot!_$` _$` www_\ w_\ w_\`D`HL'_wǠ 'GӀH5_  _Gϡ,0@(HH?_ H_ H?_ H_ H???H'G_Gϥ,04@GϠ 'GGӀO@w_\  w_\  _  `\@Ot!_$` _$` www_\ w_\ w_\`D`HL'_wǠ 'GӀH5_  _Gϡ,0@(HH?_ H_ H?_ H_ H???H'G_Gϥ,0$@GϠ 'GGӀO@w_\  w_\  _  `\@Ot!_$` _$` www_\ w_\ w_\`D`HL'_wǠ 'GӀH5_  _Gϡ,0@(HH?_ H_ H?_ H_ H???H'G_Gϥ,0$@GϠ 'GGӀO@w_\  w_\  _  `\@Ot!_$` _$` www_\ w_\ w_\`D`HL'_wǠ 'GӀH3_  _Gϡ,0@HH?_ H_ H?_ H_ H???H'G_G,@GϠ 'GGӀO@w_\  w_\  _  `\@Ot!_$` _$` www_\ w_\ w_\`D`HL'_wǠ 'GӀH4_  _Gϡ,0@HH?_ H_ H?_ H_ H???H'G_Gϥ,04@GϠ 'GGӀO@w_\  w_\  _  `\@Ot!_$` _$` www_\ w_\ w_\`D`HL'_wǠ 'GӀH4_  _Gϡ,0@HH?_ H_ H?_ H_ H???H'G_Gϥ,0$@GϠ 'GGӀO@w_\  w_\  _  `\@Ot!_$` _$` www_\ w_\ w_\`D`HL'_wǠ 'GӀH4_  _Gϡ,0@HH?_ H_ H?_ H_ H???H'G_Gϥ,0$@GϠ 'GGӀO@w_\  w_\  _  `\@Ot!_$` _$` www_\ w_\ w_\`D`HL'_wǠ 'GӀH0_Gϡ,0@'_ '_ 'JHH'JHH'''_Gϡ,0$@GϠ 'GGӀO@w_\  w_\  _  `\@Otwww_\ w_\ w_\`D`HL'_wǠ 'GӀH._Gϡ,0@?_ ?_ ?HH?HH???_Gϡ,0<@GϠ 'GGӀO@w_\  w_\  _  `\@Otwww_\ w_\ w_\`D`HL'_wǠ 'GӀH2_GL@/_ H'G/_ H'G/OOĀHOH'OOŀHOH'O'G'G_G,@GϠ 'GGӀO@w_\  w_\  _  `\@Otwww_\ w_\ w_\`D`HL'_wǠ 'GӀH4_Gϡ,0T@7_ H'G7_ H'G7WWHWH'WWÀHWH'W'G'G_Gϥ,04@GϠ 'GGӀO@w_\  w_\  _  `\@Otwww_\ w_\ w_\`D`HL'_wǠ 'GӀH4_Gϡ,0D@'_ H'G'_ H'G'GGHGH'GGHGH'G'G'G_Gϥ,0$@GϠ 'GGӀO@w_\  w_\  _  `\@Otwww_\ w_\ w_\`D`HL'_wǠ 'GӀH4_Gϡ,0D@'_ H'G'_ H'G'GGHGH'GGHGH'G'G'G_Gϥ,0$@GϠ 'GGӀO@w_\  w_\  _  `\@OtA@`wwww_\ w_\ w_\`D`HL'Ӡ 'GӀH_G @w`] ȑH'G_G,@GϠ 'GGӀO0A@`ww_\  w`] ?!_$`_  瑢H< _ ( 瑢H< _ 0 瑢H< A@`wwww_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0@w`] ȑH'G_Gϥ,04@GϠ 'GGӀO0A@`ww_\  w`] ?!_$`_  瑢H< _ ( 瑢H< _ 0 瑢H< A@`wwww_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0@w`] ȑH'G_Gϥ,0$@GϠ 'GGӀO0A@`ww_\  w`] ?!_$`_  瑢H< _ ( 瑢H< _ 0 瑢H< A@`wwww_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0@w`] ȑH'G_Gϥ,0$@GϠ 'GGӀO0A@`ww_\  w`] ?!_$`_  瑢H< _ ( 瑢H< _ 0 瑢H< A@`wwww_\ w_\ w_\`D`HL'Ӡ 'GӀH_GL@'Õ`] ȑȑH'G_G,@GϠ 'GGӀO0A@`ww_\  w`] ȑ?!_$`_  瑢H< _ ( 瑢H< _ 0 瑢H< A@`wwww_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0T@'Õ`] ȑȑH'G_Gϥ,04@GϠ 'GGӀO0A@`ww_\  w`] ȑ?!_$`_  瑢H< _ ( 瑢H< _ 0 瑢H< A@`wwww_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0D@'Õ`] ȑ@H_Gϡ,0$@GϠ 'GGӀO0A@`ww_\  w`] ȑ?!_$`_  瑢H< _ ( 瑢H< _ 0 瑢H< A@`wwww_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,0D@'Õ`] ȑ@H_Gϡ,0$@GϠ 'GGӀO0A@`ww_\  w`] ȑ?!_$`_  瑢H< _ ( 瑢H< _ 0 瑢H<  www_\ w_\ w_\`D`HL'Ӡ 'GӀH_GL@, _ץ,4@GϠ 'GGӀO0A@`ww_\  w _$` `] @_  `\@Ot www_\ w_\ w_\`D`HL'Ӡ 'GӀH_GL@, _ץ,$@GϠ 'GGӀO0A@`ww_\  w _$` `] `_  `\@Ot www_\ w_\ w_\`D`HL'Ӡ 'GӀH_GL@, _ץ,$@GϠ 'GGӀO0A@`ww_\  w _$` `] _  `\@Ot www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ-0T< _,@GϠ 'GGӀO0A@`ww_\  w _$` `] _  `\@Ot www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,pT, _ץ,p$GϠ 'GGӀO0A@`ww_\  w _$` `] `_  `\@Ot www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,pT, _ץ,p$GϠ 'GGӀO0A@`ww_\  w _$` `] _  `\@Ot www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ-0D< _,@GϠ 'GGӀO0A@`ww_\  w _$` `] _  `\@Ot www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,pD< _ץ,p4GϠ 'GGӀO0A@`ww_\  w _$` `] @_  `\@Ot www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϧ,0D@, _$@GϠ 'GGӀO0A@`ww_\  w _$` `] _  `\@Ot www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ-0D< _,@GϠ 'GGӀO0A@`ww_\  w _$` `] _  `\@Ot www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϡ,pD< _ץ,p4GϠ 'GGӀO0A@`ww_\  w _$` `] @_  `\@Ot www_\ w_\ w_\`D`HL'Ӡ 'GӀH_Gϧ,0D@< _$@GϠ 'GGӀO0A@`ww_\  w _$` `] `_  `\@Ot@w_\ w_\ @_@_t @w_\ w_D _\ $`H_ _\ < 8_ _\ < @A@`wwww_\ w_\ w_\ wϠ '_\ hM_w_w '_D HH9`] _$ _wߠ '_D HH_`(_ (_ HH$`_Ǡ w_ߠ wG 'G_D HO_נ wG 'G_D HOGà 'G_\ oA@`wwww_\ w_\ w_\ wϠ '_\ hI_w_w '_D HH5`] _< _wߠ '_D HH_`_ _ HH<`_Ǡ w_ߠ wG 'G_D HO_נ wG 'G_D HOGà 'G_\ oA@`wwww_\ w_\ w_\ wϠ '_\ hj_w_w '_D HHV`] ?_wߠ '_D HH_L '{{_ HH?_Ǡ w_ߠ wG 'G_D HO_ 8?_ @?HH?HH???H'{G{_,`_נ wG 'G_D HOGà 'G_\ oA@`wwww_\ w_\ w_\ wϠ '_\ hj_w_w '_D HHV`] ?_wߠ '_D HH_T '{{_ HH?_Ǡ w_ߠ wG 'G_D HO_ 8?_ @?HH?HH???H'{G{_4`_נ wG 'G_D HOGà 'G_\ oA@`wwww_\ w_\ w_\ wϠ '_\ hj_w_w '_D HHV`] ?_wߠ '_D HH_D '{{_ HH?_Ǡ w_ߠ wG 'G_D HO_ 8?_ @?HH?HH???H'{G{_$`_נ wG 'G_D HOGà 'G_\ oA@`wwww_\ w_\ w_\ wϠ '_\ hj_w_w '_D HHV`] ?_wߠ '_D HH_D '{{_ HH?_Ǡ w_ߠ wG 'G_D HO_ 8?_ @?HH?HH???H'{G{_$`_נ wG 'G_D HOGà 'G_\ o㾐A@`wGwwww''/_O@@ 0`\@Ot @w_wG_$`_ _< _ _< GGߠL@,0@_t _h /G〤 HG߀ H `]w /HG〤 HG߀ H `]w /HyG〤 HG߀ H `]w /HiG〤 HG߀ H `]w /HYG〤 HG߀ H `]w /HIG〤 HG߀ H `]w /H9 'G〠H3 'G߀H%GGH`] H?`] ?_\ GGL@G@< ,0<G 'GG߀OG 'GG〤OH _\ _GGߠL@,0@H@ހH_\ _GGߠL@,0@H/ 'G〠H) 'G߀H_GGߢM@G@< ,0_\ GM< ,0<@G 'GG߀OG 'GG〤OHw__@@ 0@ww__\  0`\@Ot _\ ,`)_\`\`t`_\`\`t`_\`\` X`\Ot_\ \ \ h _\ \` \ @_\` 0t`_\`t`_ \` Xt`A@`www_D D@'G,p,p`]@wߠ _,ay _,a_\ _\ @@ H `] @?H' _,b1_D  H _\ H__\` `D`  "H ע@@_!P 0`\@OtH_\ @__\` `D`  "H ע@@_!P 0`\@Ot_ "1H?HG' _,ay_ 0H4_D  H__D @L@_ 1@@_! 0`\@OtH__D @L@_ 1@@_! 0`\@Ot _,aH _,a _,ax _,a 'G< www_ !yH?H!'__!P@ 0`\Otޒ_ !H__!@ 0`\Ot͒ 'G< www_ !yH?H!'_ !H__!@ 0`\Ot__!P@ 0`\Ot 'G< @w_ !yH_\!p\ Xh _\ap\ XaP _,ay_ !H_\!\ Xh _\a\ Xa _,a 'G< A@`w??ww`] HH2`] HH*`] HH"`] HH`] HH`] HH `] HH H'נ 'G׀@ /`] HH2`] HH*`] HH"`] HH`] HH`] HH `] HH H'Ϡ 'Gπ@ /`] HH `] HH H'Ǡ 'Gǀ@ /`] HH `] HH H'à 'GÀ@ /_< _< ݀H րH Hv/΀H րH`] HH`] <;@[`] _<  HT/݀H `] HH̀H`] <;@[`] _<  H2/݀HրH`] =;[;@[H݀H `] =;@[H `] =;@[ /ް@/w _,a٠ _,b0A@`ww_D !H H7'_D !H H/'_D !H_D !H#H H ' H' H' H'_@ "  H , < #a0_D?'G< 0A@`ww'G,0`]\@h_ (G,0`]\@ HH_ 0G,0`]\@ HH H' 'G뀠@ /0A@`ww'G,0`]\@h_ G,0`]\@ HH_ G,0`]\@ HH H' 'G뀠@ /A@`www_D   "H /ꀤH_ o H`\@Ot_ P' H`\@OtH_ Po H`\@Ot_ ' H`\@Oto'''o'H #H /_\!@w_\!8w_\!8 Xwߢo_נ  H`\@OtꀤH__@ϔ?H?H+'G!H/ꀠ`?'oG@ @@'#G# HG HG#,0`]\@@@ 0`\@OtH!'o@ 'G H8Gǀ H4ꀤHG H,Gw!H`]@@ 0`\@OtaH`]@@ 0`\@OtMGw!HGǣ,0`]\@@@ 0`\@Ot4_ע ( `\@OtG/!HG,0`]\@ ?GH?GOH?OWH?WH$oG@p*08408HG,0`]\@@ 0`\@Ot΀HG HG,0`]\@@@ 0`\@OtВ 'OWH΀H G??OG?H?W /̠ /?HHGHHoG@L*08408H 'G@B*08408H H'# '#G#@ /G HB̀H>G H G HG HG,0`]\@@@ 0`\@Oti 'HG,0`]\@@@ 0`\@OtP 'GG_H6GGH GGH,G_GH'G,0`]\@_\ GG_@@> s@ 0`\@OtG_'HG'̀H G HG H`]?@@ 0`\@OtG,p,p`]@G,0\@h,G H G H /̠ /˪G,p,p`]@G,0\@?@@ 0`\@Ot̀H@ˀH<G H8G H`]?@Z@ 0`\@OtHG H`]?@>@ 0`\@OtwGG_H2GGH GGH(GG_H#G,0`]\@_\ ?GG_@@> s@ 0`\@OtB̀H)OWH$'G@*08408HG,0`]\@?@ 0`\@Ot'@ 'G/!HGã,0`]\@@@ 0`\@OtG H GÀ HꀤHGc H`]@@ 0`\@OtגG7!H%'@@'G HGc HG,0`]\@@@ 0`\@OtꀤH__@?H?H '__\a@$l 0$a _,a  'G< 0w_\!@h2 '_\!@G,p,pw_ )H_ (H_\ \ Xh _\` \ X@ _,`)G 'G O_\!@@_t!@_$!_\!8h_\!8@_t!8_\!Hh% '_\!HG,0\@h_\!HG,0\@@_\!HG,0t@G 'G O_\!H@_t!H0ww _,b1_D!$ 'G瀤 H!_\!@G,p,p\ \ (h_\!@G,p,p\` \ (@G$ 'G瀤 O_t _ "1H?H4' '_D!H#_\!@G,p,p\ \ 0h_\!@G,p,p\` \ 0@G 'G_D!O_ "1H?H' 'G< 0ww _,b1_D!$ 'G瀤 H!_\!@G,p,p\ \ @h_\!@G,p,p\` \ @@G$ 'G瀤 O_ "1H?H4' '_D!H#_\!@G,p,p\ \ Hh_\!@G,p,p\` \ H@G 'G_D!O_ "1H?H' 'G< 㾰A@`www_D H `] @?H'_D @'G,p,p`] 8\@_ P@*08408H?H'_!0`] H_!(!0?_\!wH?H`] ?_W#0@w_߀h?Hk' 'è _Gå,p,p,`)Gà 'GÀ O&0@w_׀h?HO' @w_πh?HD' '_Gá,0t@Gà 'GÀ O__ta@_$!__ta8__taH__@l?H?H!' _,b1 '_D  H$_\a8Da< ,p,p,pt`_D!$ 'GÀ Hg_\!8Gå,p,p,pw_\!8Gà < ,p,p,pw_\ w'_ @  ('G'GGˀHG'GÀ H_\!@Gà$< ,p,p,,t`_\!@Gå,p,p\ \ h_\!@Gå,p,p\` \ @H_\ _t`Gà$ 'GÀ O_ "1H?H'_\!@w_\ \ w'o_\  @ o ('G'GGˀHG'H$_\!8t` '_D!Hl_\!8Gå,p,p,pw_\!8Gà < ,p,p,pw_\ w'_ @  ('G'GGˀHG'G_D!$ H_\!@Gà< ,p,p,,t`_\!@Gå,p,p\ \ h_\!@Gå,p,p\` \ @H_\ _t`Gà 'G_D!O_ "1H?H'_\a@Da$ < ,p,pw_\ \ w'__\  @ _ ('G'GGˀHG'_\a8Da< ,p,p,pt_\!8t _\aHDa,0t_\!Ht _D  H/_D!$ 'GÀ H%G@w__\!HGç,0t@_h?H'_]!HGë,p\]!8,p@,puGà$ 'GÀ OH/ 'æ _D!H'G@w__\!HGç,0t@_h?Hv'_]!HGë,p\]!8,p@,puGà 'G_D!O_D  HB_\ Ѐ?h?_taH_\ w_ P ȑ HH?__taH?__t`_ P ȑ HH?__ta _,a_ KDunsigned short Iuchar2 [schar4  i u#unsigned uchar4  i #schar3   i # uchar3  - i #unsigned char -uchar1 real_char3 c0 ># c1 ># c2 ># Oreal_char3schar1  c3 # pad #   pad # c3 #  9 s0 [# s1 [#short 9schar2  } s0 B# s1 B#  c0 ># c1 ># c2 ># c3 >#  c0 # c1 # c2 # c3 #char3u schar4 # uchar4 # schar3 # uchar3 # real_char3_high # real_char3_low # uchar2 # schar2 S# uchar1 }# schar1 # char3uswap2describenSSixf\pG^swap2e swap3run ninc xoutc pmodspec hip `op Xcount Ti Pu  Lc > KCD swap3describe nSi xf\ p^swap3 swap4runn>incxoutcpmodspechip>`op>XcountTiPu Lc >KD swap4describenSixf\p^swap4 swap8runnincxoutcpmodspechip{`op{XcountTiPi8{Ho8{@D real_char8f c0 ># c1 ># c2 ># c3 ># c4 ># c5 ># c6 ># c7 >#real_char8fswap8describenSixf\p^swap8 real_char3_to_schar3run%ninc%xoutc%pmodspec%hip%`op%Xcount%Ti%Pu %LCD real_char3_to_schar3describe%nSi%xf\%p^real_char3_to_schar3% real_char3_to_uchar3run8ninc8xoutc8pmodspec8hip8`op8Xcount8Ti8Pu 8LCD real_char3_to_uchar3describe8n6Si8xf\8p^real_char3_to_uchar368 char3_to_real_char3runKnincKxoutcKpmodspecKhipK`opKXcountKTiKPu KLCDchar3_to_real_char3describeKnSiKxf\Kp^char3_to_real_char3K float2doublerun^ninc^xoutc^pmodspec^hip^`op^Xcount^Ti^PDfloatfloat2doubledescribe^nMSi^xf\^p^float2doubleM^ double2floatrun`n<inc`xoutc`pmodspec`hip``op`Xcount`Ti`PDdouble2floatdescribe`nSi`xf\`p^double2float` int2float1rungnincgxoutcgpmodspecghipg`opgXcountgTigPD int2float1describegnSigxf\gp^int2float1g int2float2runinincixoutcipmodspecihipi`opiXcountiTiiPD Bint2float2describein0Siixf\ip^int2float20i int2float3runkninckxoutckpmodspeckhipk`opkXcountkTikPDint2float3describeknsSikxf\kp^int2float3sk int2float4runmn ^incmxoutcmpmodspecmhip ^m`opmXcountmTimPD uint2float4describemn Simxf\mp^int2float4 m int2double1runtn!inctxoutctpmodspecthipt`optXcounttTitPDint2double1describetn"Sitxf\tp^int2double1"t int2double2runvn"incvxoutcvpmodspecvhipv`opvXcountvTivPDint2double2describevn#JSivxf\vp^int2double2#Jv int2double3runxn$7incxxoutcxpmodspecxhipx`opxXcountxTixPDint2double3describexn$Sixxf\xp^int2double3$x int2double4runzn%}inczxoutczpmodspeczhip ^z`opzXcountzTizPDint2double4describezn%Sizxf\zp^int2double4%z initpcmmodn&&modx&input_mappingp&output_mappinghretm'TC88D^&Zpcmmodspec@'@ m# b# maxv# minv# output_mappingZ# &pcmmodspec'@floattransformrunn(3incxoutcpmodspechip`opXcountTiPm'THDfloattransformdescriben(Sixf\pC4^floattransform( doubletransformrunn)incxoutcpmodspechip`opXcountTiPm'THDdoubletransformdescriben)Sixf\pC4^doubletransform) float2int1_cliprunn+Iincxoutcpmodspechip`opXcountTiPm'THd@Dfloat2int1_clipdescriben+Sixf\pC4^float2int1_clip+ float2int2_cliprunn,incxoutcpmodspechip`opXcountTiPm'THd@Dfloat2int2_clipdescriben-ZSixf\pC4^float2int2_clip-Z float2int3_cliprunn.incxoutcpmodspechip`opXcountTiPm'THd@Dfloat2int3_clipdescriben/ Sixf\pC4^float2int3_clip/  float2int4_cliprunn0Yincxoutcpmodspechip`op ^XcountTiPm'THd@Dfloat2int4_clipdescriben0Sixf\pC4^float2int4_clip0 double2int1_cliprunn2 incxoutcpmodspechip`opXcountTiPm'THd@Ddouble2int1_clipdescriben2lSixf\pC4^double2int1_clip2l double2int2_cliprunn3incxoutcpmodspechip`opXcountTiPm'THd@Ddouble2int2_clipdescriben4Sixf\pC4^double2int2_clip4 double2int3_cliprunn5pincxoutcpmodspechip`opXcountTiPm'THd@Ddouble2int3_clipdescriben5Sixf\pC4^double2int3_clip5 double2int4_cliprunn7#incxoutcpmodspechip`op ^XcountTiPm'THd@Ddouble2int4_clipdescriben7Sixf\pC4^double2int4_clip7 clipfloatrunn8incxoutcpmodspechip`opXcountTiPm'THdDmin@maxDclipfloatdescriben9SSixf\pC4^clipfloat9S clipdoublerunn:incxoutcpmodspechip`opXcountTiPm'THd@minmaxDclipdoubledescriben;Sixf\pC4^clipdouble; clip1runn<incxoutcpmodspechip`opXcountTiPm'THd Gmin Fmax EDclip1describen<Sixf\pC4^clip1< clip2runn>?incxoutcpmodspechip`opXcountTiPm'THd BFmin BDmax BBDclip2describen>Sixf\pC4^clip2> clip3runn?incxoutcpmodspechip`opXcountTiPm'THd Dmin @max Dclip3describen@QSixf\pC4^clip3@Q clip4runnAincxoutcpmodspechip ^`op ^XcountTiPm'THd uDmin u@max uDclip4describenB Sixf\pC4^clip4B  unsigned2signed1runnBincxoutcpmodspechipB`opXcountTiPD$ >unsigned2signed1describenCSixf\pshifth^unsigned2signed1C unsigned2signed2run nD~inc xoutc pmodspec hip l `op Xcount Ti PD$unsigned2signed2describe nESi xf\ pshift h^unsigned2signed2E unsigned2signed3runnEincxoutcpmodspechip`opXcountTiPD$unsigned2signed3describenFSixf\pshifth^unsigned2signed3F unsigned2signed4run nGxinc xoutc pmodspec hip> `op ^ Xcount Ti PD$unsigned2signed4describe nGSi xf\ pshift h^unsigned2signed4G signed2unsigned1run2nHinc2xoutc2pmodspec2hip2`opB2Xcount2Ti2PD$signed2unsigned1describe2nI{Si2xf\2pshift2h^signed2unsigned1I{2 signed2unsigned2run<nJrinc<xoutc<pmodspec<hip<`op l<Xcount<Ti<PD$signed2unsigned2describe<nJSi<xf\<pshift<h^signed2unsigned2J< signed2unsigned3runFnKincFxoutcFpmodspecFhipF`opFXcountFTiFPD$signed2unsigned3describeFnLuSiFxf\FpshiftFh^signed2unsigned3LuF signed2unsigned4runPnMlincPxoutcPpmodspecPhip ^P`op>PXcountPTiPPD$signed2unsigned4describePnMSiPxf\PpshiftPh^signed2unsigned4MP int1_2runknNinckxoutckpmodspeckhipk`opkXcountkTikPDint1_2describeknO8Sikxf\kpC^int1_2O8k int1_3runmnPincmxoutcmpmodspecmhipm`opmXcountmTimPDint1_3describemnPtSimxf\mpC^int1_3Ptm int1_4runonQWincoxoutcopmodspecohipo`op ^oXcountoTioPDint1_4describeonQSioxf\opC^int1_4Qo int2_1runrnRincrxoutcrpmodspecrhipr`oprXcountrTirPDint2_1describernRSirxf\rpC^int2_1Rr int2_3runtnSinctxoutctpmodspecthipt`optXcounttTitPDint2_3describetnT(Sitxf\tpC^int2_3T(t int2_4runvnU incvxoutcvpmodspecvhipv`op ^vXcountvTivPDint2_4describevnUdSivxf\vpC^int2_4Udv int3_1runynVGincyxoutcypmodspecyhipy`opyXcountyTiyPDint3_1describeynVSiyxf\ypC^int3_1Vy int3_2run{nWinc{xoutc{pmodspec{hip{`op{Xcount{Ti{PDint3_2describe{nWSi{xf\{pC^int3_2W{ int3_4run}nXinc}xoutc}pmodspec}hip}`op ^}Xcount}Ti}PDint3_4describe}nYSi}xf\}pC^int3_4Y} int4_1runnYincxoutcpmodspechip ^`opXcountTiPDint4_1describenZTSixf\pC^int4_1ZT int4_2runn[7incxoutcpmodspechip ^`opXcountTiPDint4_2describen[Sixf\pC^int4_2[ int4_3runn\sincxoutcpmodspechip ^`opXcountTiPDint4_3describen\Sixf\pC^int4_3\ channelchangefreen]NZixd]pDchannelchangedata ] outchannels# minClip# maxClip# matrix#]Nchannelchangedata]channelchangedescriben^AZixm]pDchannelchangefloatrunn_incxoutcpmodspechip`opXmatrixPmHframeDinch@outchipsaveD$^channelchangefloat_ channelchangedoublerunna'incxoutcpmodspechip`opXmatrixPmHframeDinch@outchipsaveD$^channelchangedoublea' channelchange1runnc7incxoutcpmodspechip`opXmatrixPmHframeDinch@outchipsavedminvmaxvD$^channelchange1c7 channelchange2runneBincxoutcpmodspechip`opXmatrixPmHframeDinch@outchipsavedminvmaxvD$^channelchange2eB channelchange3runngMincxoutcpmodspechip`opXmatrixPmHframeDinch@outchipsavedminvmaxvD$^channelchange3gM channelchange4runniXincxoutcpmodspechip ^`op ^XmatrixPmHframeDinch@outchipsave ^dminvmaxvD$^channelchange4iX initchannelchangenm(m1modxmatrixp&outpcmhinchannelsdoutchannels`reading_retd]ijspecialmm: mmW mmt% mm+ mm1 mm7 CD8^m(mW mtm@m m@maddmodtnnIncurrentsxmodinstspC D current_staten modinst# inchunk# outchunk#nIcurrent_stateninitfilemodsnoot3trackxyxhpcompressionIndexhcompunit{`chunkframesXCD statusunsigned long _Marker p id 9# positiono# name# comment#o_Markerp -p8AFfileoffset_AFmodulestateq modulesdirty# nmodules# mustuseatomicnvframes# old_f_rate# old_v_rate# chunk# module#( bufferpO#0 filemodinst#8 filemod_rebufferinst#h rateconvertinst# rateconvert_inrate# rateconvert_outrate# rateconvert_rebufferinst#pX_AFmodulestate_Track8t" id# fG# vG#P channelMatrix# markerCount# markersp# hasAESData# aesDatap# totalfframes# nextfframe# frames2ignore# fpos_first_framep8# fpos_next_framep8# fpos_after_datap8# totalvframes# nextvframe# data_sizep8# msq# taper# dynamic_range# ratecvt_filter_params_set# filemodhappy#r_Trackt" _AFvirtualfile8t readu# lengthu5# writeu# destroyu# seeku# tellu#( closure#0t<utotu5tuu>utuGouP utuutuutut II:  :  I8  :   :  ' D I&I.?  : ; @ ' D . : ;@ ' D I: ; 4I : ;   : . : ;@ ' ID  II !I/  : ' ID  ( I  .?  : ;@ ' ID !.?  : ;@ ' D ".? < ' ID #.? < ' D $%7I&.? < ' ID S_AFnewmodinst_AFfreemodspec_AFpully_AFsimplemodrun_pull_AFpush0_AFpushat_AFsimplemodrun_push_AFsyncmodules_AFsetupmodulesM_AFinitmodules_AFfreemodules  4swap2runswap2describeswap3runswap3describe)swap4runGswap4describeswap8runswap8describereal_char3_to_schar3runreal_char3_to_schar3describereal_char3_to_uchar3runreal_char3_to_uchar3describekchar3_to_real_char3runchar3_to_real_char3describefloat2doublerunfloat2doubledescribezdouble2floatrun?clip2describe>clip3run?clip3describe@wclip4runAclip4describeB2unsigned2signed1runCunsigned2signed1describeCunsigned2signed2runD~unsigned2signed2describeE5unsigned2signed3runEunsigned2signed3describeFunsigned2signed4runGxunsigned2signed4describeH/signed2unsigned1runHsigned2unsigned1describeIsigned2unsigned2runJrsigned2unsigned2describeK)signed2unsigned3runKsigned2unsigned3describeLsigned2unsigned4runMlsigned2unsigned4describeN#int1_2runNint1_2describeO_int1_3runPint1_3describePint1_4runQWint1_4describeQint2_1runRint2_1describeSint2_3runSint2_3describeTOint2_4runU int2_4describeUint3_1runVGint3_1describeVint3_2runWint3_2describeXint3_4runXint3_4describeY?int4_1runYint4_1describeZ{int4_2run[7int4_2describe[int4_3run\sint4_3describe\channelchangefree]channelchangedescribe^Achannelchangefloatrun_channelchangedoubleruna[channelchange1runcfchannelchange2runeqchannelchange3rung|channelchange4runiinitchannelchangemaddmodninitfilemods{addfilereadmods|`addfilewritemods|disposefilemods}5useAP~-initrateconvertmodsget_format_codetrivial_int_cliptrivial_int_mappingnarrangemodules}disposemodulesresetmodulesAFframecount_PCMInfoZ_PCMInfom_AudioFormatG_AudioFormat^_AFchunk_AFchunkc_AFfnpmodI_AFfnpsimplemodc_AFmodule^_AFmodule_AFmoduleinst_AFmoduleinst [uchar2 uschar4 uchar4 schar3 uchar3  >uchar1 Oreal_char3 real_char3 schar1  Bschar2 S } char3u char3ureal_char8freal_char8&pcmmodspec'@pcmmodspec]Nchannelchangedata]channelchangedatanIcurrent_statencurrent_stateostatuso_Markerp_Markerp8AFfileoffsetpX_AFmodulestateq_AFmodulestater_Trackt"_Trackt<_AFvirtualfilevAFvirtualfilev%_Loopv_LoopvAFPVuwAFPVuw_Instrumentw{_Instrumentw_Miscellaneousx_Miscellaneousx0_AFfilehandleyxAFfilehandlezd_CompressionUnit{_CompressionUnitformat_codeZformat_code\_AFfilehandle__FILE@off64_t+FILEoff_tnswap2 swap3swap4swap8real_char3_to_schar3?real_char3_to_uchar3char3_to_real_char3Vfloat2doubledouble2floatint2float19int2float2|int2float3 int2float4" int2double1#Sint2double2$int2double3%int2double4(floattransform*doubletransform+float2int1_clip-cfloat2int2_clip/float2int3_clip0float2int4_clip2udouble2int1_clip4(double2int2_clip5double2int3_clip7double2int4_clip9\clipfloat;&clipdoubleclip2@Zclip3Bclip4Cunsigned2signed1E unsigned2signed2Funsigned2signed3Hunsigned2signed4Isigned2unsigned1Ksigned2unsigned2L~signed2unsigned3Msigned2unsigned4OAint1_2P}int1_3Qint1_4Rint2_1T1int2_3Umint2_4Vint3_1Wint3_2Y!int3_4Z]int4_1[int4_2\int4_3_channelchangefloata0channelchangedoublec@channelchange1eKchannelchange2gVchannelchange3iachannelchange4kmkymkml7mlmlm~unsigned2signed*signed2unsignedswapbytesto_fltto_dblSclipchannelchanges#convertmatrixintmappingsmodules.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataswap2runswap2describeswap3runswap3describeswap4runswap4describeswap8runswap8describereal_char3_to_schar3runreal_char3_to_schar3describereal_char3_to_uchar3runreal_char3_to_uchar3describechar3_to_real_char3runchar3_to_real_char3describefloat2doublerunfloat2doubledescribedouble2floatrundouble2floatdescribeint2float1runint2float1describeint2float2runint2float2describeint2float3runint2float3describeint2float4runint2float4describeint2double1runint2double1describeint2double2runint2double2describeint2double3runint2double3describeint2double4runint2double4describeinitpcmmodfloattransformrunfloattransformdescribedoubletransformrundoubletransformdescribefloat2int1_cliprunfloat2int1_clipdescribefloat2int2_cliprunfloat2int2_clipdescribefloat2int3_cliprunfloat2int3_clipdescribefloat2int4_cliprunfloat2int4_clipdescribedouble2int1_cliprundouble2int1_clipdescribedouble2int2_cliprundouble2int2_clipdescribedouble2int3_cliprundouble2int3_clipdescribedouble2int4_cliprundouble2int4_clipdescribeclipfloatrunclipfloatdescribeclipdoublerunclipdoubledescribeclip1runclip1describeclip2runclip2describeclip3runclip3describeclip4runclip4describeunsigned2signed1run.L_cseg0unsigned2signed1describeunsigned2signed2run.L_cseg1unsigned2signed2describeunsigned2signed3run.L_cseg2unsigned2signed3describeunsigned2signed4run.L_cseg3unsigned2signed4describesigned2unsigned1runsigned2unsigned1describesigned2unsigned2runsigned2unsigned2describesigned2unsigned3runsigned2unsigned3describesigned2unsigned4runsigned2unsigned4describeint1_2runint1_2describeint1_3runint1_3describeint1_4runint1_4describeint2_1runint2_1describeint2_3runint2_3describeint2_4runint2_4describeint3_1runint3_1describeint3_2runint3_2describeint3_4runint3_4describeint4_1runint4_1describeint4_2runint4_2describeint4_3runint4_3describechannelchangefreechannelchangedescribechannelchangefloatrun.L_cseg4channelchangedoublerunchannelchange1runchannelchange2runchannelchange3runchannelchange4run.L2126.L2140.L2154.L2168.L2182.L2196initchannelchange.L_cseg5addmod.L2343initfilemodsaddfilereadmodsaddfilewritemodsdisposefilemods.L2549.L2564.L2577.L2587.L2592useAP.L_cseg6.L_cseg7.L_cseg8.L_cseg9.L_cseg10.L_cseg11.L_cseg12.L_cseg13.L_cseg14initrateconvertmodsget_format_codetrivial_int_cliptrivial_int_mappingarrangemodulesdisposemodulesresetmodules.L3357.L_cseg15.L_cseg16.L_cseg17__dtou__align_cpy_8_AFfreemodules_AFinitmodules_af_format_frame_size_AFsetupmodules_AFsyncmodules$XAoAMiKZCJXMU4_.intmappings$XAoAMiKZCJXMU4_.convertmatrix$XAoAMiKZCJXMU4_.channelchanges$XAoAMiKZCJXMU4_.clip$XAoAMiKZCJXMU4_.to_dbl$XAoAMiKZCJXMU4_.to_flt_af_format_sample_size_uncompressed$XAoAMiKZCJXMU4_.swapbytes$XAoAMiKZCJXMU4_.signed2unsigned$XAoAMiKZCJXMU4_.unsigned2signed_af_initint2rebufferf2v_af_initint2rebufferv2f_af_erroraf_fseek_af_compression_index_from_id_af_compressionmemcpy$XAoAMiKZCJXMU4_.channelchange4$XAoAMiKZCJXMU4_.channelchange3$XAoAMiKZCJXMU4_.channelchange2$XAoAMiKZCJXMU4_.channelchange1$XAoAMiKZCJXMU4_.channelchangedouble$XAoAMiKZCJXMU4_.channelchangefloat$XAoAMiKZCJXMU4_.int4_3$XAoAMiKZCJXMU4_.int4_2$XAoAMiKZCJXMU4_.int4_1$XAoAMiKZCJXMU4_.int3_4$XAoAMiKZCJXMU4_.int3_2$XAoAMiKZCJXMU4_.int3_1$XAoAMiKZCJXMU4_.int2_4$XAoAMiKZCJXMU4_.int2_3$XAoAMiKZCJXMU4_.int2_1$XAoAMiKZCJXMU4_.int1_4$XAoAMiKZCJXMU4_.int1_3$XAoAMiKZCJXMU4_.int1_2_af_default_signed_integer_pcm_mappings$XAoAMiKZCJXMU4_.signed2unsigned4$XAoAMiKZCJXMU4_.signed2unsigned3$XAoAMiKZCJXMU4_.signed2unsigned2$XAoAMiKZCJXMU4_.signed2unsigned1$XAoAMiKZCJXMU4_.unsigned2signed4$XAoAMiKZCJXMU4_.unsigned2signed3$XAoAMiKZCJXMU4_.unsigned2signed2$XAoAMiKZCJXMU4_.unsigned2signed1$XAoAMiKZCJXMU4_.clip4$XAoAMiKZCJXMU4_.clip3$XAoAMiKZCJXMU4_.clip2$XAoAMiKZCJXMU4_.clip1$XAoAMiKZCJXMU4_.clipdouble$XAoAMiKZCJXMU4_.clipfloat$XAoAMiKZCJXMU4_.double2int4_clip$XAoAMiKZCJXMU4_.double2int3_clip$XAoAMiKZCJXMU4_.double2int2_clip$XAoAMiKZCJXMU4_.double2int1_clip$XAoAMiKZCJXMU4_.float2int4_clip$XAoAMiKZCJXMU4_.float2int3_clip$XAoAMiKZCJXMU4_.float2int2_clip$XAoAMiKZCJXMU4_.float2int1_clip$XAoAMiKZCJXMU4_.doubletransform$XAoAMiKZCJXMU4_.floattransform_af_malloc$XAoAMiKZCJXMU4_.int2double4$XAoAMiKZCJXMU4_.int2double3$XAoAMiKZCJXMU4_.int2double2$XAoAMiKZCJXMU4_.int2double1$XAoAMiKZCJXMU4_.int2float4$XAoAMiKZCJXMU4_.int2float3$XAoAMiKZCJXMU4_.int2float2$XAoAMiKZCJXMU4_.int2float1$XAoAMiKZCJXMU4_.double2float$XAoAMiKZCJXMU4_.float2double$XAoAMiKZCJXMU4_.char3_to_real_char3$XAoAMiKZCJXMU4_.real_char3_to_uchar3$XAoAMiKZCJXMU4_.real_char3_to_schar3$XAoAMiKZCJXMU4_.swap8$XAoAMiKZCJXMU4_.swap4$XAoAMiKZCJXMU4_.swap3$XAoAMiKZCJXMU4_.swap2_AFsimplemodrun_push_af_format_frame_size_uncompressed_AFpushat_AFpush_AFsimplemodrun_pull_AFpullfree_AFfreemodspec_AFnewmodinst_GLOBAL_OFFSET_TABLE_    0?xHPHV_HmvH`$H     0  8 @H ,] @m ,@,H,P,X,` ,)h8(,Lp[0,ox~8,HH,P`0/`G0Z`rH0 `!("H`",$`$, %`$&@,8'`Q(^)8Hp)~*H+($,hH,,.H.p,/H0,1`H1 2#3h7@4`Y5mv6678x9h:(; ;3<L=`>y?P@l@A8lABplBClD0DlEpF(lFG`l(G2HlAI(KIlZJ`dKlsK}LPlLMlN@NhXN PR( TP 'Vx 9X KR Y0`@@g n@uZ(_@`cdeh@``xxxxfP 0 8 @ H )P 3X =` Gh Qp [k, ok$ m n oT }p @ h; x     (  ' = ( M \0 y 0 `0 0 0  "0H =( ^8(        h` ` 7` WH` w` ` (` ` h` ` ` 8H` P` h` (` ` h` ` `*H`L`n`(``h```/H`F `] `t (` ` h` ` ` H`3 `T `u (` ` `` h`  `=`ZH`w``(``h``#(`Hx`n``H```h(02H:`TO`W\<k`yhxxP 1 1 2@P2DP 2 2 2P2P 3p 3t 3S3S 4h 4l 4S4S 5  5$ 5V5V 6 6 6<V6@V 6 6 7LY7PY 7 7 7Y7Y 8 8 8P8P 9p 9t 9P9P :0 :4 :S:S ;( ;, ;LS;PS ; ; Y> Y >4> > >Y>Y @ @  @8@< A@ AD ApAt Bx B| BB C C CC D D E E$ F0 F4 F`Fd Gh Gl GG H H HH I I JJ K K KHKL LX L\ LL M M MM N,N8N N Oh~Ol~ P P Q~Q~ R0 R4 R~R~ TX T\ T~T~ V V W~W ~ X X Y0~Y4~ Z Z [ [4[[[ \ \ \L\P \\ \\ ] ] ]p]t ]~]~ ^<^_`` ` ``` aa,a0 a<bc(fX f\ f|f ff ff ff fg gg g<g@ gg gg gg gg hh h h$ h@hD hh hh hh ii ii ii iii j(j, jTjX jpjxj| jj jkk k k0k4 kLk k lm( m, mHmL mtmx mm n n n8n< ndnh nn o o  pqq q$ qhqq q rr r0 rxr| r rr ss tt t$ uu u vv v$ vv wxw| ww xHxL xx y`yd zz zz {<{d{h { {{ | |P|| | ~<~p~    8TX ~~ ~~ d`(  $ @D X\    @ ` @ H P p x          ( 0 @ H P X ` h p x                     ( @ X p x                   0 8 @ H P X h p x              ( 0 H ` x 0   P   x      8 @ H P h         `   ( @ X @` h  p    @  0    @  ( @0 H ` x H  P    P  `    8 X@ H pP  h   `   (   h     0 ( @ X p ` h  p 8    x     P      (  0  H ` x                 8 H @ H  P "H h   !   (  $    "   @  % ( @ X $ ` h X p '    &@   p  )8    (  (  0 * H ` x )     ,h    +(     .   8 ,@ H P /h   .p   1`   0   2( @ X 1` h p 4`   3h   6   5  ( 0 7H ` x 6   9h   8x  ( ;    8 :(@ H @P <h   ;  X >   =  p @( @ X ?P` h xp A8   @   Bp   A  ( 0 CH ` x B   D   D0   F(   8 Ep@ H P G`h   F   H   G   I( @ X I(` h p K   J`   LP   K  ( 0 MH ` x L   Nh   N N  Nh   8 P@ NH P Nhh   R( N  Nh   TP N   Nh( @ X Vx` Nh 0p Nh   X N6K6f 6n6X666686666?6G6 6 6X B6x J6, 6 6, 6 6 6 6 6P6666B6J6S6[6pd6l6p66!676?66L66d66d 6Z6b6@66`6|w66|66\66\6666 "6 6 <6 6 \6 6 \6 ?6 G6 66 6 z6 T6 6 t6 6 t6 6 6 c66 06 06 l86 A6 I6 R6 Z6 6 6 6+6 @36  6 6 r66 @6 V6 ^666@666$6"6H*666,S6n6Pv636;6466X6 6 6< 6 6`!6!6 !6D"(6"D6h"L6# 6(#6L#n6#6p#6$P60$X6T$6$6x$6%68%6\%6&6&6x't6'|6`(O6(W6(6(6(6)6)6*"6*B6*J6,*6L+6,+6d+6 +6d+'6 +f6P+n6+6+6+6,6 ,6,6$,6,6$,6-6-6h-6-6-6.]6.e6.n6.v6.6.6.6.6(/26/R6H/Z6 p0 606 p060&6 P0/6076 P0v6 0~6 0616!1 6"(16!L16"(16!d16"16!d16"2(6"H206"2626"26#3q6#3y6#36#36#36#36#36$36$`4H64i6$4q6%5$6$5,6%556$5=6%5F6$5N6%56%56& 5666&@6$6'd66&66'd66&66'D66&76'D7A6'7I6'7676(76)86(D86)86(\86(86(\86(96)896)x9u696)96*:K6):S6*:\6):d6*:m6):u6*:6*:6+;@6;V6+(;^6,D<6+l<6,D<"6+<*6,$<36+<;6,$<6,h<6,<6=6,=6-=6- =6-=6-$=6-=6-$=6->R6.>Z6.P>6>6.p>6/?6.?6/?6.?6/t?6.?6/t@ 6/@6/@o6@60@61<A@60\AH61<AQ60tAY61Ab60tAj61A61`A61B*6BK61BS62C62C'63HC_62Cg63HC6C63hC64<D64`D64D64D64E-6EN65EV65F66F!66FY66<Fa66F6F66F67G67G68XG67G68XH'6HH68xHP69HI69hI6:IS69I[6:I6I6:(I6;J6; J6;J6;LJ6;K!6KB6;KJ6<L 6<L6=tLM6=LU6=tL6L6=L6>lM6>M6?,M6>M6?,N6N26?PN:6?N6@N6@dOW6On6@Ov6AP/6A8P76AP6P6AP6BPQk6BpQs6BQ6Q6BQ6CR6CR6D S 6S"6D0S*6DS6DS6ELTG6T^6EpTf6FU6F(U'6FU6U6FU6G@V[6G`Vc6GV6V6GV6H|W6HW6IW6X6I(X6IX6IX6J<Y76YN6J`YV6JZ6KZ6KtZs6Z6KZ6L,[K6LP[S6L[6[6L[6Mh\6M\6M\6] 6N]6NH]6Nh^6N^\6N^d6Ph_H6O _P6Ph_Y6O<_a6PD_j6O<_r6PD_6_6P_6R`6P`6R`6P`6Q`6P`6QaS6ar6R(az6T,b^6Rpbf6T,bo6Rbw6Tb6Rb6Tb6Rb6Tb6Rb6Sb6Rb6Sb6SXb6Sc^6c}6TPc6VTdi6Tdq6VTdz6Td6V0d6Td6V0d6Td6V0d6Td6V d6Td6V d6Ue6Vei6e6Vxe6X|ft6Vf|6X|f6Vf6XXf6Vf6XXf6Vf6XXf6Wf6X4f6Wf6X4g6Wg 6X(gt6g6Xg6Zh6Xh6Zh6Yh6Zh6Yh6Zh6Yh6Zh6Y0h6Z\h6Y0h6Z\i6Yi6ZPi6i6Zi6_Pj6[j6_Dj6[j6^Dj6[j6^Dj6[j6^j6[k6[k 6[k6[k+6k66[k>6^kG6[kO6^kX6\ k`6\$ki6\ kq6\$k6k6\,k6^k6\,k6^k6\Lk6\dk6\Lk6\dk60k6\lk6^l6\ll 6^l6\l6\l'6\l/6\lH6@lS6\l[6^ld6\ll6^lu6\l}6\l6\l6\l6l6\l6^l6\l6^l6] l6]$l6] l6]$m6m6_m6`ln6`n6c{6c{6dd|v6d|~6e<|6eh|6f }@6fP}H6k\~F6k~N6k~6I666k6l66g66@666m 6m 6n(6n6o6}@06p86q`A6pI6q`R6pZ6q`6r6s@6r6s@6r6s@6|46|6|D6|6|D6|6}p6 6}x6~L6}6~L6}6~L6}6~46}!6~*6}26~U6~]6 f6~n6 w6~6 6@6)616666X666668668 666#6,646k6s686@66@66P66l66l664#6b6j666 66!6D6]6{666x666`6 )6 @6 0W6 @n6 @6@6H6P6X6`6h6p&6x=6j666666P6666-6HD6 T6!k6"H{6"6$6$6%6&@6'6(6)86).6*>6+(U6,he6,|6.6.p6/6061`6163h6566668xM6:(d6;{6=6?P6@6@6A86A6Bp6B6C.6D0E6DU6Epl6F(|6F6G`6G6H6I(6I6J`6K6K/6LP?6LV6Mf6N6Nh6N6P6R(6TP6Vx 6X *6Z 6_ 6` /6c L6d i6eh 6fP 6k 6k 6m 76n O6o k6}p 6@ 6 J6y666666@S x@((16T?DJDVI9bX.pZ@[\ h: mZs!0'x? (h  30 3H(3`>3x msadpcm.o/ 1281134747 0 0 100644 20476 ` ELF+I8@@.shstrtab.text.rodata.rodata1.picdata.bss.data.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.picdata.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames.rela.debug_varnamesСA@`ww/w!#'!<'`] @`@O$_U _T`LU T`L<` @< ' H G_ $ L@'H G_ L@'GGۀHG'H GG߀HG'_ ,0D@L<` @< 'G H 'G_4`_T`4`G_4`G7Wwww_D`\`D @L,0'_\ D @'ӠwGӀ HwHw 'GӀH_ Gߡ,0],`_ wGߠ 'GGӀO 'GӀH_ `,  `Gߡ,0]4`_ wGߠ 'GGӀO 'GӀH_ `,  `Gߡ,0]4`_ wGߠ 'GGӀO 'GӀH_ `,  `Gߡ,0]4`_ wGߠ 'GGӀO__ ,0@ $w__ ,0@ $wǠ 'GӀHGߡ,0\T _4`_ wGߠ 'GGӀO 'GӀHGߡ,0\T _4`_ wGߠ 'GGӀO_D`$ \`D @L'G׀ H0_ < /__@7W_4`_ w_ /__ǐ@7W_4`_ w_ wGנ$ 'G׀ OG'G< 0A@`ww_D 8 H_D 8 H `] /@ H(/_D !H_D H`] /@!_$` _$` _D !H `] /@!_$` /@w_\ $ L_\ t P㾠A@`wOwww//w`]W@@ 0`\@Ot$(@w__t`__t`_\ t _\ \`t`_\ \ Hw_@# @*08408H__$` H`] /@_@#!@*08408H _ $_@$@H`] /@_@"@*08408H__$`H`] /@_@"@*08408H__$`H`] /@_D _t`_wHw__@@ 0A@`ww_\ w_\ \ ww_D '_\ \ Gסl@'_\ \ _D`G\`@@wǠ 'GӀH'__] \ GD`M@< ] \ D`M@\`D @L< ,0@: w_Gנ@wG۠ 'GGӀO_\  w_\_ߠ@t_ǀ h_\  w_] __D L@u _\ \ Ѐ?h__瀤h_\ "1H`]_\ \`\`А @ _\ ,b1__\ t`0w_\ w_D '_\ \ w_Gl@L_\ t`__\`\ ؠ$t`0w_\ w_D '_\]`D< ]`Gl@Lu`_\  w_\_\ @tH3ff3MS ADPCM compression requires 1 or 2 channelsMS ADPCM compression requires 16-bit signed integer formatMS ADPCM compression requires big endian formatnumber of coefficients not setcoefficient array not setsamples per block not setblock size not setfile missing data -- read %d frames, should be %dms_adpcm_decompress@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03:msadpcm.c /var/tmp/audiofile-0.2.7/libaudiofile/modules /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/msadpcm.o msadpcm.c -W0,-xp\$XAoAMiKzBJXMUuv.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKzBJXMUuv.;backend;raw;cd;DBG_GEN 5.2.7ms_adpcm_decode_sampleQnLstateOxcodePw^coefficientPhMAX_INT16R`MIN_INT16R\adaptiveSlinearSamplenXdeltanXCD$shortint16_tunsigned charuint8_tunsigned shortuint16_tms_adpcm_stateL predictor# delta# sample1# sample2#   Uintgint32_t n nlong @ ms_adpcm_decode_block|ngXmsadpcmzxencodedzp decoded{hig}`outputLengthg}\samplesRemainingg}XchannelCountg~Tcoefficient@decoderStateHstateecodenewSampleDdouble_PCMInfo  slopeX# interceptX# minClipX# maxClipX#b_PCMInfovoid _AudioFormatH sampleRateX# sampleFormatg# sampleWidthg# byteOrderg# pcm# channelCountg#8 compressionTypeg#< compressionParams#@_AudioFormat Xunsigned longchar _Marker d id# position# name# comment#_Marker d_Bool  AFframecountAFfileoffset_AFchunkX buf# nframes# f#_AFchunk _AFmoduleinst0 inc-# outc-# modspec# u # mod # free_on_close#( valid#) 6 source#  sink# B pull# push# W B W_AFfnpmod   t t } _AFfnpsimplemod_AFmodule` name# describe `# max_pull `# max_push `# run_pull `# reset1 `#( reset2 `#0 run_push `#8 sync1 `#@ sync2 `#H run #P free `#X _AFmodule 6_AFmoduleinst _AFmodulestate modulesdirty# nmodulesg# mustuseatomicnvframes# old_f_rateX# old_v_rateX# chunk-# module #( buffer #0 filemodinst #8 filemod_rebufferinst #h rateconvertinst # rateconvert_inrateX# rateconvert_outrateX# rateconvert_rebufferinst # _AFmodulestate_Track8 idg# f# v#P channelMatrix# markerCountg# markersv# hasAESData# aesData# totalfframes# nextfframe# frames2ignore# fpos_first_frame# fpos_next_frame# fpos_after_data# totalvframes# nextvframe# data_size# ms # taperX# dynamic_rangeX# ratecvt_filter_params_set# filemodhappy# _Track _AFvirtualfile8 read# length# write9# destroyW# seek# tell#( closure#0     9  W Bg ` AFvirtualfile   ms_adpcm_data( track# fh# framesToIgnore# blockAligng# framesPerBlockg# numCoefficientsg# coefficients#$ms_adpcm_data      0 ms_adpcm_state 0e  L _af_ms_adpcm_format_oknfxD ms_adpcm_decompress_describen2 ixD_af_ms_adpcm_init_decompressn LtrackxfhpseekokoheaderlessnLchunkframes`ret dpvjlvCD0 _AUpvlist UaAUpvlistms_adpcm_run_pull'n module&xd(pframes2read)hnframes*`ig+\framesPerBlockg+XblockCountg+TblocksRead,HbytesDecoded,@Dssize_tms_adpcm_reset1]n> i\xd^pnextTrackFrame_hframesPerBlockg`dDms_adpcm_reset2mn ilxdnpframesPerBlockgolD ms_adpcm_decompressz  _af_pv_getptr)ag  _af_pv_getlongrag) _af_malloc mkstempg mkstempg  _AFnewmodinst )!_AFfreemodspecO  O!_af_errorgX" size_t  af_fread  __FILE 4 __pad# off64_t ftello=u4  fseekogug   fsetposgu fgetposg(u)FILE (#tmpfile7  U  g freopen7^p7     fopen7 off_t ftello C fseekog{ug  { fsetposgu$u$) fgetposg  $  $#$7 freopen7w,5  w$  $ fopen7#tmpfile7$  $%memcpy  /var/tmp/audiofile-0.2.7/libaudiofile/modules/usr/include/sys./..../usr/include/isomsadpcm.cint_types.hafinternal.haudiofile.haf_vfs.haupvlist.htypes.hstring_iso.hstdio_impl.hstdio_iso.h   E5  < )) ~)0})0})0}()(.(.),%,%p  $ $$   8!%85%8!%8!%  qz 1   < )% 85 DD%. : ; @ ' ID I: ;  4I : ;  D D $> I:   I8 I &I I  !I/   :  :  : ' D I : ' ID I !I/ I.?  : ; @ ' ID . : ; @ ' D < . : ;@ ' D I: ; 4I : ; .? < ' ID !.? < ' D "#.? < ' ID $7I%.? < ' ID ^F_af_ms_adpcm_format_ok2_af_ms_adpcm_init_decompressFwms_adpcm_decode_samplems_adpcm_decode_blockms_adpcm_decompress_describe}ms_adpcm_run_pullms_adpcm_reset1>ms_adpcm_reset2Fint16_tuint8_tuint16_tms_adpcm_statenint32_tb_PCMInfo_PCMInfo_AudioFormat_AudioFormat_Markerd_MarkerAFframecountAFfileoffset_AFchunk_AFchunk  `_AFfnpmod _AFfnpsimplemod _AFmodule _AFmodule6_AFmoduleinst _AFmoduleinst _AFmodulestate _AFmodulestate _Track_Track_AFvirtualfileAFvirtualfilems_adpcm_datams_adpcm_data0ms_adpcm_statejAUpvlistssize_tsize_t__FILE=off64_t(FILE off_t6Fms_adpcm_decompressmsadpcm.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L19ms_adpcm_decode_samplems_adpcm_decode_block.L218.L232.L245ms_adpcm_decompress_describe.L289.L302.L315.L328.L389ms_adpcm_run_pullms_adpcm_reset1ms_adpcm_reset2__align_cpy_8_AFfreemodspecaf_freadmemcpy_af_pv_getptr_af_pv_getlong_af_malloc_AFnewmodinst_af_ms_adpcm_init_decompress$XAoAMiKzBJXMUuv.ms_adpcm_decompress_af_error_af_ms_adpcm_format_ok_GLOBAL_OFFSET_TABLE_   0?@D[q0w0@}p0((   8 @ Pl  +:EShtp` &$&T X & &DH T$ $ $p&t&## ! 4dh t$ $ ( , 8$ P   $  & &    $ P (  ( P0 X 6o66666666666%666( 6HT"6\6 6 6 06 P6 S6 [6 T#66L6%66("6H6 6 P6 6666@S  `@8d"`+06?JFV25b5p7j7y8K;<B;~=P@8E0EX H H H(I>I  ima.o/ 1281134747 0 0 100644 17692 ` ELF+>X@@.shstrtab.text.rodata1.picdata.bss.data.rodata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.picdata.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames.rela.debug_varnameswww_\ D @'Gw_ס,0  ?#wϠ 'G߀H4_ `,  `_G˥,04@_  H _Gˡ,0@w_T`$ 4`_ _Gˡ,0@,`_Gˡ,0T@_4`_ w_ wGˠ 'GG߀O___D $ G_ϐ@@@_D GߠL@< ,0'G< 0A@`ww_D 8 H `] /@ H(/_D !H_D H`] /@!_$` _$` _D !H `] /@!_$` /@w_\ $ L_\ t P㾠A@`wWwww//w`]_@@ 0`\@Ot @w__t`__t`_\ t _\ \`t`_\ \ Hw_@"@*08408H__$`H`] /@_@"@*08408H__$`H`] /@_D _t`_wHw__@@ 0A@`ww_\ w_\ \ ww_D '_\ \ Gۡl@'_\ \ _D`G\`@@w_π h_\ "1H `] @ _\ ,b1_G׀h_'נ 'G׀H'__] \ GD`M@< ] \ D`M@\`D @L< ,0@u: w_G۠@wGˠ 'GG׀O_\  w_\_ߠ@t_π h_\  w_] __D L@u _\ \ Ѐ?h__瀤h_\ "1H`]_\ \`\`А @ _\ ,b1__\ t`0w_\ w_D '_\ \ w_Gl@L_\ t`__\`\ ؠ$t`0w_\ w_D '_\]`D< ]`Gl@Lu`_\  w_\_\ @tHIMA ADPCM compression requires 1 channelIMA ADPCM compression requires 16-bit signed integer formatIMA ADPCM compression requires big endian formatsamples per block not setblock size not setfile missing datafile missing data -- read %d frames, should be %dima_adpcm_decompress@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 ima.c /var/tmp/audiofile-0.2.7/libaudiofile/modules /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/ima.o ima.c -W0,-xp\$XAoAMiK0BJXM0Iw.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK0BJXM0Iw.;backend;raw;cd;DBG_GEN 5.2.7ima_adpcm_decode_block>nima<xencoded<pdecoded=hchannelCount?`#vla03@XXstate@P__builtin_alloca'3 cBL D int double _PCMInfo  slope# intercept# minClip# maxClip#_PCMInfo void _AudioFormatH sampleRate# sampleFormat# sampleWidth# byteOrder# pcm # channelCount#8 compressionType#< compressionParams'#@0_AudioFormat short unsigned long charD _Marker  id*# position3# nameL# commentL#U_Marker _Bool unsigned char long AFframecountAFfileoffset _AFchunkX buf'# nframes # f #:_AFchunk _AFmoduleinst06 inc# outc# modspec'# u{# modF# free_on_close#( valid#)^ source6#{ sink6# pull?# push^#6_AFfnpmod: ' _AFfnpsimplemod _AFmodule`) nameL# describe# max_pull# max_push# run_pull# reset1#( reset2#0 run_push#8 sync1#@ sync2#H run#P free#X._AFmodule)=_AFmoduleinstO'_AFmodulestate  modulesdirty# nmodules# mustuseatomicnvframes# old_f_rate# old_v_rate# chunk# moduleg#( bufferp#0 filemodinstO#8 filemod_rebufferinstO#h rateconvertinstO# rateconvert_inrate# rateconvert_outrate# rateconvert_rebufferinstO#y_AFmodulestate_Track8 C id# f # v #P channelMatrix!# markerCount# markers# hasAESData# aesData# totalfframes # nextfframe # frames2ignore # fpos_first_frame## fpos_next_frame## fpos_after_data## totalvframes # nextvframe # data_size## ms # taper# dynamic_range# ratecvt_filter_params_set# filemodhappy# !_Track C _AFvirtualfile8 read 0# length V# write # destroy # seek # tell#( closure'#0 ] 0 '3  V  9 _   h3 q         ]AFvirtualfile%  track T# fh=# blockAlign# framesPerBlock# framesToIgnore #Fima_adpcm_datauint8_t*int16_t adpcm_state] valprev# index#_af_ima_adpcm_format_okUnfTx D ima_adpcm_decompress_describerngiqx D_af_ima_adpcm_init_decompress~nO Ttrack|x=fh|pseekok}oheaderless}nchunkframes}`retOdpv6l C D0 _AUpvlist!-AUpvlistima_adpcm_run_pullngmodulexdpframes2read hnframes `framesPerBlock\blockCountXblocksReadP iL bytesDecoded@ Dssize_tima_adpcm_reset1n3gixdpframesPerBlocklnextTrackFrame ` Dima_adpcm_reset2ngixdpframesPerBlockl D)ima_adpcm_decompress *_af_adpcm_decoderM_af_pv_getlong-M_af_malloc'3mkstempLmkstempL._AFnewmodinstOM_AFfreemodspecs6Ds_af_error|3size_t  ]af_fread3 __FILE X __pad#3off64_tftelloaX3fseekofsetposfgetposLM3FILE L tmpfile[DyDfreopen[[DDfopen[(3off_tftello1g(fseekofsetpos!!Mfgetpos#D#!,D>!G![freopen[5PYD!D!fopen[ tmpfile[G /var/tmp/audiofile-0.2.7/libaudiofile/modules./..../usr/include/sys/usr/include/isoima.cafinternal.haudiofile.haf_vfs.hint_types.hadpcm.haupvlist.htypes.hstring_iso.hstdio_impl.hstdio_iso.h >1%0 1)1v A( $ $$   8!%8!%  %$ qz 1   < )% 85 DD%. : ; @ ' ID I: ;  4I : ;  IN D !I7 .? < ' ID I  D D $>  :  I8 I: II !I/  :  : ' D &I : ' ID  I.?  : ; @ ' ID . : ; @ ' D < .? < ' D .? < ' ID  .? < ' ID !7I`]_af_ima_adpcm_format_ok_af_ima_adpcm_init_decompresskima_adpcm_decode_blockima_adpcm_decompress_describeIima_adpcm_run_pullima_adpcm_reset13ima_adpcm_reset2_PCMInfo _PCMInfo0_AudioFormat _AudioFormatU_Marker_Marker AFframecount#AFfileoffset:_AFchunk_AFchunk?^{_AFfnpmod_AFfnpsimplemod._AFmodule)_AFmodule_AFmoduleinstO_AFmoduleinsty_AFmodulestate _AFmodulestate !_Track C_Track ]_AFvirtualfile%AFvirtualfileFima_adpcm_datauint8_tint16_tadpcm_state6AUpvlistssize_tsize_t3__FILEaoff64_tLFILE1off_t7ima_adpcm_decompressima.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataima_adpcm_decode_block.L63.L77.L90ima_adpcm_decompress_describe.L134.L147.L182.L237ima_adpcm_run_pullima_adpcm_reset1ima_adpcm_reset2__align_cpy_8_AFfreemodspecaf_fread_af_pv_getlong_af_malloc_AFnewmodinst_af_ima_adpcm_init_decompress$XAoAMiK0BJXM0Iw.ima_adpcm_decompress_af_error_af_ima_adpcm_format_ok_af_adpcm_decoder_GLOBAL_OFFSET_TABLE_   ,;R0W0@\p8a( 8l( 8`^hh!""  4 8 Dx| ""@D X|  4dh t""` ,0 T 0   ( 0 (X 6c666o6\w6<z 666626:6`6h6|'6/6I6Q6dZ6b6d66H6(P666A 6{666666(6666@S  HE `# ( . 6 ?JV)Sb,Hp.l.n/&1C23H7`:h:X =P = >(>(>>@ rebuffer.o/ 1281134747 0 0 100644 28476 ` ELF+hx@@.shstrtab.text.picdata.bss.data.rodata.rodata1.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.picdata.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames.rela.debug_varnames0w_\ w_\ _\ D Hl@'_ H _\\ G@\t`HG_\ t` w_\ w_\ \`D`HLw_\ \ w_\_@\h_\  h _\ \ _\`\`,0@_ H<_\_@\l@L'_\ \ _\ -0_G۠$,0@@_G\`D H<.! < @@_G_\ $@,0w_G_\ $@$w_t H9_\_@\h1_\`\`$'_\ \ _\ ,0@_Gۡ,0@@__\ \`D Hl@@_Gۡ,0@w_G۠$@w_t _\_@\o_瀤 h_\`\`,0__,0@@_ \_@tH@w_\ w_\`(\`\`,0@_\`t`0@w_\ w_\  h _\ \ _\`\`,0@__\ \`D Hl@@_\`\`(\`,0@_\`0t`H@w_\ w_\ h_\ @_\ (h_\ (@A@`wwww/`]@@ 0`\@Ot 8@w__t`_t _,0@_t _,`_,0@_t (_wǠHw__@@ 00w_\ w_\ _\ D Hl@w_ H _\\ _@\t`H__\ t` w_\ w_\ \`D`HLw_\ \ w_\`\`h._\`\`$'_Gۀh_HwGw_'__\`\`,0Gס,0@@_Gۡ,0@w_G۠$@w_ \Gנ@t_ Hz_瀤 hv_ H _$ _\ l@ L'H_\ '_G\`D H<.! < @@_\ \`D`HL'GGۀH _,` _G׀h_HwGw__\ \ _ϡ,0@@_Gס,0@w_Gנ$@w_ H_瀤 h_\_@t_]`]`-_\ \ ]`$,0@@_ H_瀤 o_ H_瀤 h_\  w_] __\ D Hl@$u  _,`!HH@w_\ w_\`t` _,`  _,`!H@w@w_\ w_\ h_\ @A@`wwww/`]@@ 0`\@Ot 8@w__t`_\`t`_,0@_t _,` _,`  _,`!_wǠHw__@@ 00w_\ w_\ _\ D Hl@'_ H _\\ G@\t`HG_\ t` w_\ w_\ \`D`HLw_\ \ w_\_@\h_\  h _\ \ _\`\`,0@_ H<_\_@\l@L'_\ \ _\ -0_G۠$,0@@_G\`D H<.! < @@_G_\ $@,0w_G_\ $@$w_t H9_\_@\h1_\`\`$'_\ \ _\ ,0@_Gۡ,0@@__\ \`D Hl@@_Gۡ,0@w_G۠$@w_t _\_@\o_瀤 h_\`\`,0__,0@@_ \_@tH@w_\ w_\`(\`\`,0@_\`t`0@w_\ w_\  h _\ \ _\`\`,0@__\ \`D Hl@@_\`\`(\`,0@_\`0t`H@w_\ w_\ h_\ @_\ (h_\ (@A@`wwww/`]@@ 0`\@Ot 8@w__t`_t _,0@_t _,`_,0@_t (_wǠHw__@@ 00w_\ w_\ _\ D Hl@w_ H _\\ _@\t`H__\ t` w_\ w_\ \`D`HLw_\ \ w_\`\`h._\`\`$'_Gۀh_HwGw_'__\`\`,0Gס,0@@_Gۡ,0@w_G۠$@w_ \Gנ@t_ Hz_瀤 hv_ H _$ _\ l@ L'H_\ '_G\`D H<.! < @@_\ \`D`HL'GGۀH _,` _G׀h_HwGw__\ \ _ϡ,0@@_Gס,0@w_Gנ$@w_ H_瀤 h_\_@t_]`]`-_\ \ ]`$,0@@_ H_瀤 o_ H_瀤 h_\  w_] __\ D Hl@$u  _,`!HH@w_\ w_\`t` _,`  _,`!H@w@w_\ w_\ h_\ @A@`wwww/`]@@ 0`\@Ot 8@w__t`_\`t`_,0@_t _,` _,`  _,`!_wǠHw__@@ 0floatrebufferv2ffloatrebufferf2vint2rebufferv2fint2rebufferf2v@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)math.h 2.24 04/10/23 SMI@(#)math_iso.h 1.9 04/10/23 SMI@(#)math_c99.h 1.9 04/11/01 SMI@(#)floatingpoint.h 2.9 04/10/23 SMI@(#)ieeefp.h 2.12 04/10/23 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03rebuffer.c /var/tmp/audiofile-0.2.7/libaudiofile/modules /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/rebuffer.o rebuffer.c -W0,-xp\$XAoAMiK2BJXMk2w.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK2BJXMk2w.;backend;raw;cd;DBG_GEN 5.2.7floatrebufferv2fmax_push;ni:xd<pnframes*=lDvoidlongAFframecountdoubleint _PCMInfo  slope # intercept # minClip # maxClip #1_PCMInfo _AudioFormatH sampleRate # sampleFormat*# sampleWidth*# byteOrder*# pcm# channelCount*#8 compressionType*#< compressionParams#@_AudioFormat _AFchunkX buf# nframes # f#_AFchunk0 % source# B sink# p pull# push%#charp _AFfnpmod _AFfnpsimplemod _AFmodule` namex# describe# max_pull# max_push# run_pull# reset1#( reset2#0 run_push#8 sync1#@ sync2#H run#P free#X_AFmodule_Bool _AFmoduleinst0 inc# outc# modspec# uB# mod# free_on_close'#( valid'#)float floatrebuffer_data8 multiple_of'# nsamps # buf# offset# eof'# sent_short_chunk'#! saved_buf#( saved_offset#0floatrebuffer_datafloatrebufferv2frun_pushGn CiFxdHpsamples2pushIhinbufpJ`n*\\n*\Dfloatrebufferv2fsync1n ixdpDfloatrebufferv2fsync2n ixdpDfloatrebufferv2ffreen VixdpDfloatrebufferv2f V _af_initfloatrebufferv2fn ' ' nsampsx'multiple_ofwret 'dCD$0_AFmoduleinstfloatrebufferf2vmax_pulln ixdpnframeshDfloatrebufferf2vrun_pulln ixdpsamples2pullhoutbufp`buffered*L\n*MXreq*\got*XDfloatrebufferf2vreset1n oixdpDfloatrebufferf2vreset2n ixDfloatrebufferf2vfree ni xd pDfloatrebufferf2v _af_initfloatrebufferf2vn ' nsampsx'multiple_ofwret 'dCD$int2rebufferv2fmax_push;ngi:xdn<pnframes*=lDshortgschar2p int2rebuffer_data8R multiple_of'# nsamps # buf# offset# eof'# sent_short_chunk'#! saved_buf#( saved_offset#0int2rebuffer_dataRint2rebufferv2frun_pushGniFxdnHpsamples2pushIhinbufpJ`n*\\n*\Dint2rebufferv2fsync1nJixdnpDint2rebufferv2fsync2nixdnpDint2rebufferv2ffreenixdnpDint2rebufferv2f _af_initint2rebufferv2fn ' nsampsx'multiple_ofwret 'dnCD$int2rebufferf2vmax_pullnGixdnpnframeshDint2rebufferf2vrun_pullnixdnpsamples2pullhoutbufp`buffered*L\n*MXreq*\got*XDint2rebufferf2vreset1nixdnpDint2rebufferf2vreset2nHixDint2rebufferf2vfree ni xdn pDint2rebufferf2v _af_initint2rebufferf2vn 'z nsampsx'multiple_ofwret 'dnCD$unsigned long_af_mallocz_AFnewmodinst '_AFpush0_AFpull U ^gmemcpyUpzmkstemp*xmkstemp*xfree8 __FILE] __pad#8off64_tftellof]8fseeko**fsetpos*!fgetpos*Z!8FILE Ztmpfileippfreopeniippfopeni68off_tftello?u6fseeko**fsetpos*!fgetpos*1p1:pLUifreopeniC^gppfopeni tmpfilei /var/tmp/audiofile-0.2.7/libaudiofile/modules./../usr/include/usr/include/isorebuffer.crebuffer.templateafinternal.haudiofile.hrebuffer.templatemodules.hstdio_impl.hstdio.hstdio_iso.h ;)!1 $  9IM,)-E1 e'< 0 !  0     D$$ )!1 $7% <   * !5M%   I 1@       D$ ;)!1 $  9IM,)-E1 e'< 0 !  0     D$$ )!1 $7% <   * !5M%   I 1@       D$ DD%. : ; @ ' D I: ;  4I : ;  D D $> II:  :  I8  :   :  ' D I&I .?  : ; @ ' ID . : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID .? < ' ID .? < ' D 7II !I/ .? < ' ID $ _af_initfloatrebufferv2fL_af_initfloatrebufferf2v._af_initint2rebufferv2f_af_initint2rebufferf2v$zfloatrebufferv2fmax_pushfloatrebufferv2frun_push Cfloatrebufferv2fsync1 floatrebufferv2fsync2 floatrebufferv2ffree ?floatrebufferf2vmax_pull floatrebufferf2vrun_pull floatrebufferf2vreset1 ofloatrebufferf2vreset2 floatrebufferf2vfreeint2rebufferv2fmax_pushwint2rebufferv2frun_pushint2rebufferv2fsync1Jint2rebufferv2fsync2int2rebufferv2ffreeint2rebufferf2vmax_pullGint2rebufferf2vrun_pullint2rebufferf2vreset1int2rebufferf2vreset2Hint2rebufferf2vfree$ AFframecount1_PCMInfo_PCMInfo_AudioFormat_AudioFormat_AFchunk_AFchunk%B_AFfnpmod_AFfnpsimplemod_AFmodule_AFmodule0_AFmoduleinstfloatrebuffer_datafloatrebuffer_data '_AFmoduleinstpschar2int2rebuffer_dataRint2rebuffer_data8__FILEfoff64_tZFILE?off_t|$ _floatrebufferv2f$floatrebufferf2vint2rebufferv2fint2rebufferf2vrebuffer.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatafloatrebufferv2fmax_pushfloatrebufferv2frun_pushfloatrebufferv2fsync1floatrebufferv2fsync2floatrebufferv2ffreefloatrebufferf2vmax_pullfloatrebufferf2vrun_pullfloatrebufferf2vreset1floatrebufferf2vreset2floatrebufferf2vfreeint2rebufferv2fmax_pushint2rebufferv2frun_pushint2rebufferv2fsync1int2rebufferv2fsync2int2rebufferv2ffreeint2rebufferf2vmax_pullint2rebufferf2vrun_pullint2rebufferf2vreset1int2rebufferf2vreset2int2rebufferf2vfree__align_cpy_8_af_initint2rebufferf2v$XAoAMiK2BJXMk2w.int2rebufferf2v_af_initint2rebufferv2f$XAoAMiK2BJXMk2w.int2rebufferv2f_af_initfloatrebufferf2v$XAoAMiK2BJXMk2w.floatrebufferf2v_AFpull_af_malloc_AFnewmodinst_af_initfloatrebufferv2f$XAoAMiK2BJXMk2w.floatrebufferv2ffree_AFpushmemcpy_GLOBAL_OFFSET_TABLE_    1@YrLdht H  @( @ XLmxHdhtHX@, `Me` p````"*1D--,-,\--\-,-+4+h.l.** ('' '@-& 0- - H+ x. |. % % ( ' ' T --\,-8,-@--, -x++..## (('P't'(-&-4-+..!! (8'd'  8 @ H X ` p h     0    x H  @0 @ hH P Xx 6r66666W6_6$h6 p6$y6 6$6L6$6`6@6`6@6H6$6H6$6H6$ 6h 6 6h 6 ]6 e6 6 6 6 6< ~*6 )6 60 ]6h e6 6 6 l L6< T6 ]6T e6 n6T v6 6 6 6( 6 6( 6 +6 36 6 6 6  6 PD%6k$6s6 D6 6 6 66 T 66 t6%6 t-666 >6G6 O6X6 `6|66666666l66l66Tc6xk6(6H6&#6K"6S666Hd6hl666l66l66l:6lB6`K6S6<\6d6<6686X6`a6i6!6 666%6{666)6 6h)66 6 6 $66 56 66x6H"6696h66X6 66666@S h%-P68T? J $V=%bBpDiEGIJGM`hQ`X(@Zh p e@ h h0(hH>h` g711.o/ 1281134747 0 0 100644 20756 ` ELF+JP@@.shstrtab.text.rodata1.picdata.bss.data.rodata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.picdata.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames.rela.debug_varnames0ww' 'G뀠H_G @@_G,04@G 'GG뀤O0ww' 'G뀠H_G,0T@@_G,@G 'GG뀤O0ww' 'G뀠H_G @@_G,04@G 'GG뀤O0ww' 'G뀠H_G,0T@@_G,@G 'GG뀤O0A@`ww_D !H_D H`] /@!_$` _$` _D !H `] /@!_$` /@w_\ w_\ D D_\ $`L㾰A@`wgwww//w`]o@@ 0`\@Ot @w__t`__t`_,`_\ \`t`_wHw__@@ 0A@`ww_\ w_\ \ w_\ \`D`HLw_\ D H'_\ D D!H_\`\ \`\ _ߡ< @H _\`\ \`\ _ߡ< @_\ \ G__\ @@w__瀤h8_\ "1H2_π h`]`]D @_\ \ _Ϫ@_@ @@H`]_\ \ _Ϩ@_@ @ _\ ,b1_\  w_\_Ϡ@t_\ \`t`_\  w_π h_G۠L@Hww_\_@tH@w_\ w_\`\ $`_\`\ $`@w_\ w_\ @_\ t _D`\`t`_D`\`t`؁@w_\ $ L_\ t P㾰A@`wgwww//w`]o@@ 0`\@Ot @w__t`__t`_,`_\ t H_\ t _\ \`t`_wHw__@@ 0A@`ww_\ w_\ \ w_\ \`D`HLw_\ D H'_\ \ G__\ @@w_\ D D!H_\`\ \`\ _ߡ< @H _\`\ \`\ _ߡ< @_\  w_\_Ϡ@t_\  w_π h_G۠L@Hww_\_@t_\ \ Ѐ?h__瀤h_\ "1H`]_\ \`\`А @ _\ ,b1__\ t`@w0w_\ w_\ D H'_\ \`G\`ؠLt`_\ t G711 compression requires 16-bit signed integer formatG711 compression requires big endian formatunable to write data (%s) -- wrote %d out of %d framesunable to write data (disk full) -- wrote %d out of %d framesfile missing data -- read %d frames, should be %dg711compressg711decompress@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdbool.h 1.1 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03g711.c /var/tmp/audiofile-0.2.7/libaudiofile/modules /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99 -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -DNDEBUG -g -c -KPIC -DPIC -o .libs/g711.o g711.c -W0,-xp\$XAoAMiKxBJXMU_u.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKxBJXMU_u.;backend;raw;cd;DBG_GEN 5.2.7ulaw2linear_buf1nulaw/xlinear/p&nsamples0li&2hDunsigned charsigned short intlinear2ulaw_buf;nlinear9xulaw9p&nsamples:li&<hDalaw2linear_bufEn7alawCxlinearCp&nsamplesDli&FhDlinear2alaw_bufOnlinearMxalawMp&nsamplesNli&PhD_af_g711_format_okXn  fWxD_Booldouble _PCMInfo  slope# intercept# minClip# maxClip#  _PCMInfovoid _AudioFormatH sampleRate# sampleFormat&# sampleWidth&# byteOrder&# pcm# channelCount&#8 compressionType&#< compressionParams#@ _AudioFormatg711compressdescribe}n [i|xd~pDlong AFframecount _AFchunkXd buf# nframes# f# _AFchunkd _AFmoduleinst0 incw# outcw# modspec# u^# mod :# free_on_close #( valid #) A source#