# HG changeset patch # User Rich Burridge # Date 1491919177 25200 # Node ID 9f73487af25984e2480a236d0fd51eca8628c259 # Parent 90655deaa314f841351f6aef1af21e9196ef5d2a 25869943 Update libsndfile to version 1.0.28 diff -r 90655deaa314 -r 9f73487af259 components/libsndfile/Makefile --- a/components/libsndfile/Makefile Tue Apr 11 02:22:58 2017 -0700 +++ b/components/libsndfile/Makefile Tue Apr 11 06:59:37 2017 -0700 @@ -27,15 +27,15 @@ include ../../make-rules/shared-macros.mk COMPONENT_NAME= libsndfile -COMPONENT_VERSION= 1.0.27 +COMPONENT_VERSION= 1.0.28 COMPONENT_PROJECT_URL= http://www.mega-nerd.com/libsndfile/ COMPONENT_ARCHIVE_HASH= \ - sha256:a391952f27f4a92ceb2b4c06493ac107896ed6c76be9a613a4731f076d30fac0 + sha256:1ff33929f042fa333aed1e8923aa628c3ee9e1eb85512686c55092d1e5a9dfa9 COMPONENT_ARCHIVE_URL= http://www.mega-nerd.com/libsndfile/files/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= library/libsndfile COMPONENT_ANITYA_ID= 13277 -TPNO= 30616 +TPNO= 34734 TEST_TARGET= install $(TEST_32_and_64) SYSTEM_TEST_TARGET= build $(SYSTEM_TEST_32_and_64) @@ -55,27 +55,22 @@ COMPONENT_TEST_ENV += PATH="$(GNUBIN):$(PATH)" COMPONENT_SYSTEM_TEST_ENV += PATH="$(GNUBIN):$(PATH)" -COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master +# Two tests fail for 32-bit SPARC, so we have 4 master test files. +COMPONENT_TEST_MASTER = \ + $(COMPONENT_TEST_RESULTS_DIR)/results-$(BITS)-$(MACH).master COMPONENT_TEST_TRANSFORMS += \ - '-e "s|\(^SunOS\).*|\1|" ' \ - '-e "s|^.* CC .*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^.* CXX .*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^.* CCLD .*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^.* CXXLD .*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^.*source=.*libtool=no.*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^.*DEPDIR=.deps.*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^config.status: .*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^.*common.h:.*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^.*test_strncpy_crlf.c:.*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^.*In file included.*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^.*psf_strlcpy_crlf (.*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^.*\^.*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^.*argument:.*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^.*prototype:.*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^.*warning:.*$$|XXX_REMOVE_XXX|g" ' \ - '-e "s|^make.*$$|XXX_REMOVE_XXX|g" ' \ - '-e "/^XXX_REMOVE_XXX$$/d" ' + '-e "s|libsndfile-1\.0\...|libsndfile-1\.0\.xx|g" ' \ + '-e "/FILE_OFFSET_BITS/d"' \ + '-n ' \ + '-e "/-------/p" ' \ + '-e "/=======/p" ' \ + '-e "/ passed /p" ' \ + '-e "/ failed /p" ' \ + '-e "/^Testing/p" ' \ + '-e "/dev\/full/p" ' \ + '-e "/^\./p" ' \ + '-e "/ok$$/p" ' REQUIRED_PACKAGES += codec/flac ifeq ($(BUILD_TYPE), evaluation) diff -r 90655deaa314 -r 9f73487af259 components/libsndfile/libsndfile.p5m --- a/components/libsndfile/libsndfile.p5m Tue Apr 11 02:22:58 2017 -0700 +++ b/components/libsndfile/libsndfile.p5m Tue Apr 11 06:59:37 2017 -0700 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. # default mangler.man.stability uncommitted> set name=pkg.fmri \ @@ -62,7 +62,6 @@ file path=usr/share/doc/libsndfile/api.html file path=usr/share/doc/libsndfile/bugs.html file path=usr/share/doc/libsndfile/command.html -file path=usr/share/doc/libsndfile/dither.html file path=usr/share/doc/libsndfile/embedded_files.html file path=usr/share/doc/libsndfile/index.html file path=usr/share/doc/libsndfile/libsndfile.css diff -r 90655deaa314 -r 9f73487af259 components/libsndfile/patches/adjust-tests.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/libsndfile/patches/adjust-tests.patch Tue Apr 11 06:59:37 2017 -0700 @@ -0,0 +1,15 @@ +Prevent the tests from exiting when they encounter an error. + +This change will not be sent upstream. + +--- libsndfile-1.0.28/tests/test_wrapper.sh.in.orig 2017-04-10 10:18:14.892226937 +0000 ++++ libsndfile-1.0.28/tests/test_wrapper.sh.in 2017-04-10 10:18:29.399953955 +0000 +@@ -61,7 +61,7 @@ + fi + + # Force exit on errors. +-set -e ++#set -e + + # Generic-tests + uname -a diff -r 90655deaa314 -r 9f73487af259 components/libsndfile/patches/test_strncpy_crlf.c.patch --- a/components/libsndfile/patches/test_strncpy_crlf.c.patch Tue Apr 11 02:22:58 2017 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -*** libsndfile-1.0.23/src/test_strncpy_crlf.c Mon Oct 4 04:14:50 2010 ---- libsndfile-1.0.23/src/test_strncpy_crlf.c.new Mon Jun 6 08:22:40 2011 -*************** -*** 28,34 **** - void - test_strncpy_crlf (void) - { const char *src = "a\nb\nc\n" ; -! char *dest ; - int dest_len ; - - print_test_name ("Testing psf_strncpy_crlf") ; ---- 28,34 ---- - void - test_strncpy_crlf (void) - { const char *src = "a\nb\nc\n" ; -! unsigned char *dest ; - int dest_len ; - - print_test_name ("Testing psf_strncpy_crlf") ; diff -r 90655deaa314 -r 9f73487af259 components/libsndfile/test/results-32-i386.master --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/libsndfile/test/results-32-i386.master Tue Apr 11 06:59:37 2017 -0700 @@ -0,0 +1,907 @@ + binheader_writef_check :ok +ok +./test_main + File offsets are 64 bit : ok + Testing big endian conversions : ok + Testing little endian conversions : ok + test_endswap_short : ok + test_endswap_int : ok + test_endswap_int64_t : ok + test_psf_put_be16 : ok + test_psf_put_be32 : ok + test_psf_put_be64 : ok + test_float_convert : ok + test_double_convert : ok + Testing psf_log_printf : ok + Testing binheader_writef : ok + Testing file open : ok + Testing file write : ok + Testing file read : ok + Testing file seek : ok + Testing file offset : ok + Testing file truncate : ok + Testing audio detect : ok + Testing ima/oki encoder : ok + Testing ima/oki decoder : ok + Testing ima/oki block encoder : ok + Testing ima/oki block decoder : ok + Testing psf_strlcpy_crlf : ok + Testing broadcast_var_set : ok + Testing broadcast_var_zero : ok + Testing cart_var_set : ok +ok + error_number_test : ......................... ok + error_value_test : error.aiff .............. ok + error_close_test : error_close.wav ......... ok + no_file_test : no_file.wav ............. ok + zero_length_test : zero_length.wav ......... ok + bad_wav_test : bad_wav.wav ............. ok + lrintf_test : ......................... ok + pcm_test_bits_8 : pcm-s8.raw .............. ok + pcm_test_bits_8 : pcm-u8.raw .............. ok + pcm_test_bits_16 : le-pcm16.raw ............ ok + pcm_test_bits_16 : be-pcm16.raw ............ ok + pcm_test_bits_24 : le-pcm24.raw ............ ok + pcm_test_bits_24 : be-pcm24.raw ............ ok + pcm_test_bits_32 : le-pcm32.raw ............ ok + pcm_test_bits_32 : be-pcm32.raw ............ ok + pcm_test_float : le-float.raw ............ ok + pcm_test_float : be-float.raw ............ ok + pcm_test_double : le-double.raw ........... ok + pcm_test_double : be-double.raw ........... ok + pcm_test_float (replace) : le-float.raw ............ ok + pcm_test_float (replace) : be-float.raw ............ ok + pcm_test_double (replace) : le-double.raw ........... ok + pcm_test_double (replace) : be-double.raw ........... ok + ulaw_test : encoder ................. ok + ulaw_test : decoder ................. ok + alaw_test : encoder ................. ok + alaw_test : decoder ................. ok + dwvw_test : dwvw12.raw .............. ok + dwvw_test : dwvw16.raw .............. ok + dwvw_test : dwvw24.raw .............. ok + version_test : (none) .................. ok + float_norm_test : float.wav ............... ok + double_norm_test : double.wav .............. ok + format_tests : (null) .................. ok + calc_peak_test (1 channels) : be-peak.raw ............. ok + calc_peak_test (1 channels) : le-peak.raw ............. ok + calc_peak_test (7 channels) : be-peak.raw ............. ok + calc_peak_test (7 channels) : le-peak.raw ............. ok + truncate_test : truncate.raw ............ ok + truncate_test : truncate.au ............. ok + instrument_test : instrument.wav .......... ok + instrument_test : instrument.aiff ......... ok + cue_test : cue.wav ................. ok + cue_test : cue.aiff ................ ok + current_sf_info_test : current.wav ............. ok + broadcast_test : broadcast.wav ........... ok + broadcast_rdwr_test : broadcast.wav ........... ok + broadcast_test : broadcast.wavex ......... ok + broadcast_rdwr_test : broadcast.wavex ......... ok + broadcast_test : broadcast.rf64 .......... ok + broadcast_rdwr_test : broadcast.rf64 .......... ok + broadcast_coding_history_test : coding_history.wav ...... ok + broadcast_coding_history_size : coding_hist_size.wav .... ok + channel_map_test : chanmap.wavex ........... ok + channel_map_test : chanmap.rf64 ............ ok + channel_map_test : chanmap.aifc ............ ok + channel_map_test : chanmap.caf ............. ok + cart_test : cart.wav ................ ok + cart_rdwr_test : cart.wav ................ ok + cart_test : cart.rf64 ............... ok + cart_rdwr_test : cart.rf64 ............... ok + float_scaled_test : float.raw ............... -500.0dB SNR ... ok + float_scaled_test : pcm_s8.raw .............. -42.1dB SNR ... ok + float_scaled_test : pcm_u8.raw .............. -42.1dB SNR ... ok + float_scaled_test : pcm_16.raw .............. -90.2dB SNR ... ok + float_scaled_test : pcm_24.raw .............. -138.5dB SNR ... ok + float_scaled_test : pcm_32.raw .............. -226.0dB SNR ... ok + float_scaled_test : ulaw.raw ................ -61.7dB SNR ... ok + float_scaled_test : alaw.raw ................ -61.0dB SNR ... ok + float_scaled_test : ima_adpcm.wav ........... -58.2dB SNR ... ok + float_scaled_test : ms_adpcm.wav ............ -49.2dB SNR ... ok + float_scaled_test : gsm610.raw .............. -38.5dB SNR ... ok + float_scaled_test : g721_32.au .............. -39.5dB SNR ... ok + float_scaled_test : g723_24.au .............. -39.2dB SNR ... ok + float_scaled_test : g723_40.au .............. -44.6dB SNR ... ok + float_scaled_test : le_paf_24.paf ........... -153.1dB SNR ... ok + float_scaled_test : be_paf_24.paf ........... -153.1dB SNR ... ok + float_scaled_test : dwvw_12.raw ............. -78.0dB SNR ... ok + float_scaled_test : dwvw_16.raw ............. -102.2dB SNR ... ok + float_scaled_test : dwvw_24.raw ............. -153.1dB SNR ... ok + float_scaled_test : adpcm.vox ............... -56.4dB SNR ... ok + float_scaled_test : dpcm_16.xi .............. -90.2dB SNR ... ok + float_scaled_test : dpcm_8.xi ............... -42.1dB SNR ... ok + float_scaled_test : pcm_s8.sds .............. -89.8dB SNR ... ok + float_scaled_test : pcm_16.sds .............. -132.2dB SNR ... ok + float_scaled_test : pcm_24.sds .............. -176.3dB SNR ... ok + float_scaled_test : alac_16.caf ............. -102.2dB SNR ... ok + float_scaled_test : alac_32.caf ............. -226.0dB SNR ... ok + float_scaled_test : alac_24.caf ............. -153.1dB SNR ... ok + float_scaled_test : alac_20.caf ............. -125.9dB SNR ... ok + float_scaled_test : flac_8.flac ............. -42.1dB SNR ... ok + float_scaled_test : flac_16.flac ............ -90.2dB SNR ... ok + float_scaled_test : flac_24.flac ............ -138.5dB SNR ... ok + float_scaled_test : vorbis.oga .............. -41.3dB SNR ... ok + float_scaled_test : replace_float.raw ....... -500.0dB SNR ... ok + double_scaled_test : double.raw .............. -500.0dB SNR ... ok + double_scaled_test : pcm_s8.raw .............. -42.1dB SNR ... ok + double_scaled_test : pcm_u8.raw .............. -42.1dB SNR ... ok + double_scaled_test : pcm_16.raw .............. -90.2dB SNR ... ok + double_scaled_test : pcm_24.raw .............. -138.6dB SNR ... ok + double_scaled_test : pcm_32.raw .............. -186.6dB SNR ... ok + double_scaled_test : ulaw.raw ................ -61.7dB SNR ... ok + double_scaled_test : alaw.raw ................ -61.0dB SNR ... ok + double_scaled_test : ima_adpcm.wav ........... -58.2dB SNR ... ok + double_scaled_test : ms_adpcm.wav ............ -49.2dB SNR ... ok + double_scaled_test : gsm610.raw .............. -38.5dB SNR ... ok + double_scaled_test : g721_32.au .............. -39.5dB SNR ... ok + double_scaled_test : g723_24.au .............. -39.2dB SNR ... ok + double_scaled_test : g723_40.au .............. -44.6dB SNR ... ok + double_scaled_test : be_paf_24.paf ........... -154.0dB SNR ... ok + double_scaled_test : le_paf_24.paf ........... -154.0dB SNR ... ok + double_scaled_test : dwvw_12.raw ............. -78.0dB SNR ... ok + double_scaled_test : dwvw_16.raw ............. -102.3dB SNR ... ok + double_scaled_test : dwvw_24.raw ............. -154.0dB SNR ... ok + double_scaled_test : adpcm.vox ............... -56.4dB SNR ... ok + double_scaled_test : dpcm_16.xi .............. -90.2dB SNR ... ok + double_scaled_test : dpcm_8.xi ............... -42.1dB SNR ... ok + double_scaled_test : pcm_s8.sds .............. -89.8dB SNR ... ok + double_scaled_test : pcm_16.sds .............. -132.3dB SNR ... ok + double_scaled_test : pcm_24.sds .............. -180.2dB SNR ... ok + double_scaled_test : alac_16.caf ............. -102.3dB SNR ... ok + double_scaled_test : alac_20.caf ............. -125.9dB SNR ... ok + double_scaled_test : alac_24.caf ............. -154.0dB SNR ... ok + double_scaled_test : alac_32.caf ............. -186.6dB SNR ... ok + double_scaled_test : flac_8.flac ............. -42.1dB SNR ... ok + double_scaled_test : flac_16.flac ............ -90.2dB SNR ... ok + double_scaled_test : flac_24.flac ............ -138.6dB SNR ... ok + double_scaled_test : vorbis.oga .............. -41.3dB SNR ... ok + double_scaled_test : replace_double.raw ...... -500.0dB SNR ... ok + float_short_little_test : float_short_little.au ... ok + float_short_big_test : float_short_big.au ...... ok + float_int_little_test : float_int_little.au ..... ok + float_int_big_test : float_int_big.au ........ ok + double_short_little_test : double_short_little.au .. ok + double_short_big_test : double_short_big.au ..... ok + double_int_little_test : double_int_little.au .... ok + double_int_big_test : double_int_big.au ....... ok + checksum_test : checksum.ulaw ........... ok + checksum_test : cksum_ulaw.pcm16 ........ ok + checksum_test : checksum.alaw ........... ok + checksum_test : cksum_alaw.pcm16 ........ ok + checksum_test : checksum.gsm ............ ok + checksum_test : cksum_gsm.pcm16 ......... ok + checksum_test : checksum.vox ............ ok + checksum_test : cksum_vox.pcm16 ......... ok + flt_scale_clip_test_08 : scale_clip_s8.au ........ ok + flt_scale_clip_test_08 : scale_clip_u8.wav ....... ok + dbl_scale_clip_test_08 : scale_clip_s8.au ........ ok + dbl_scale_clip_test_08 : scale_clip_u8.wav ....... ok + flt_scale_clip_test_16 : scale_clip_be16.au ...... ok + flt_scale_clip_test_16 : scale_clip_le16.au ...... ok + flt_scale_clip_test_24 : scale_clip_be24.au ...... ok + flt_scale_clip_test_24 : scale_clip_le24.au ...... ok + flt_scale_clip_test_32 : scale_clip_be32.au ...... ok + flt_scale_clip_test_32 : scale_clip_le32.au ...... ok + dbl_scale_clip_test_16 : scale_clip_be16.au ...... ok + dbl_scale_clip_test_16 : scale_clip_le16.au ...... ok + dbl_scale_clip_test_24 : scale_clip_be24.au ...... ok + dbl_scale_clip_test_24 : scale_clip_le24.au ...... ok + dbl_scale_clip_test_32 : scale_clip_be32.au ...... ok + dbl_scale_clip_test_32 : scale_clip_le32.au ...... ok + flt_short_clip_read_test : flt_short.au ............ ok + flt_int_clip_read_test : flt_int.au .............. ok + dbl_short_clip_read_test : dbl_short.au ............ ok + dbl_int_clip_read_test : dbl_int.au .............. ok + short_flt_clip_write_test : short_flt.au ............ ok + int_flt_clip_write_test : int_flt.au .............. ok + short_dbl_clip_write_test : short_dbl.au ............ ok + int_dbl_clip_write_test : int_dbl.au .............. ok + old_test : ......................... ok + headerless_test : raw.vox ................. ok + headerless_test : raw.gsm ................. ok + headerless_test : raw.snd ................. ok + headerless_test : raw.au .................. ok + rdwr_short_test : rdwr_short.wav .......... ok + rdwr_int_test : rdwr_int.wav ............ ok + rdwr_float_test : rdwr_float.wav .......... ok + rdwr_double_test : rdwr_double.wav ......... ok + rdwr_raw_test : rdwr_raw.wav ............ ok + locale_test de_DE : Füße.au ok + locale_test en_AU : kangaroo.au ok + locale_test POSIX : posix.au ok + locale_test pt_PT : conceição.au ok + locale_test ja_JP : おはようございます.au ok + locale_test vi_VN : quốc ngữ.au ok + major_format_test : ......................... ok + subtype_format_test : ......................... ok + simple_format_test : ......................... ok + flac_subset_test : ......................... ok + format_error_test : ......................... ok + format_combo_test : ......................... ok + channel_test : chan_1.wav .............. ok + channel_test : chan_2.wav .............. ok + channel_test : chan_3.wav .............. ok + channel_test : chan_4.wav .............. ok + channel_test : chan_5.wav .............. ok + channel_test : chan_6.wav .............. ok + channel_test : chan_7.wav .............. ok + channel_test : chan_8.wav .............. ok + ceeplusplus_test : cpp_test.wav ............ ok + ceeplusplus_test : cpp_test.aiff ........... ok + ceeplusplus_test : cpp_test.au ............. ok + ceeplusplus_extra_test : bad_file_name.wav ....... ok + ceeplusplus_handle_test : cpp_test.wav ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed common tests. +---------------------------------------------------------------------- + pcm_test_char : char_u8.aiff ............ ok + pcm_test_char : char_s8.aiff ............ ok + pcm_test_short : short.aiff .............. ok + pcm_test_24bit : 24bit.aiff .............. ok + pcm_test_int : int.aiff ................ ok + pcm_test_short : short_sowt.aifc ......... ok + pcm_test_24bit : 24bit_sowt.aifc ......... ok + pcm_test_int : int_sowt.aifc ........... ok + pcm_test_short : short_twos.aifc ......... ok + pcm_test_24bit : 24bit_twos.aifc ......... ok + pcm_test_int : int_twos.aifc ........... ok + pcm_test_short : dwvw16.aifc ............. no seek : no seek : ok + pcm_test_24bit : dwvw24.aifc ............. no seek : no seek : ok + pcm_test_float : float.aifc .............. ok + pcm_test_double : double.aifc ............. ok + empty_file_test : empty_char.aiff ......... ok + empty_file_test : empty_short.aiff ........ ok + empty_file_test : empty_float.aiff ........ ok + lcomp_test_short : ulaw.aiff ............... ok + lcomp_test_int : ulaw.aiff ............... ok + lcomp_test_float : ulaw.aiff ............... ok + lcomp_test_double : ulaw.aiff ............... ok + read_raw_test : ulaw.aiff ............... ok + lcomp_test_short : alaw.aiff ............... ok + lcomp_test_int : alaw.aiff ............... ok + lcomp_test_float : alaw.aiff ............... ok + lcomp_test_double : alaw.aiff ............... ok + read_raw_test : alaw.aiff ............... ok + sdlcomp_test_short : gsm610.aiff ............. ok + sdlcomp_test_int : gsm610.aiff ............. ok + sdlcomp_test_float : gsm610.aiff ............. ** fix this ** ok + sdlcomp_test_double : gsm610.aiff ............. ok +========================== +./lossy_comp_test aiff_ima +========================== + test_float_peak : peak_float.aiff ......... ok + read_write_peak_test : rw_peak.aiff ............ ok + update_header_test : header.aiff ............. ok + update_seek_short_test : header_short.aiff ....... ok + update_seek_int_test : header_int.aiff ......... ok + update_seek_float_test : header_float.aiff ....... ok + update_seek_double_test : header_double.aiff ...... ok + header_shrink_test : header_shrink.wav ....... ok + extra_header_test : extra.aiff .............. ok + zero_data_test : zerolen.aiff ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.aiff ........... ok + string_start_test : strings.aiff ............ ok + string_start_end_test : strings.aiff ............ ok + multi_file_test : multi_aiff.dat .......... ok + aiff_rw_test : rw.aifc ................. ok + chunk_test : chunks_pcm16.aiff ....... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on AIFF files. +---------------------------------------------------------------------- + pcm_test_char : char.au ................. ok + pcm_test_short : short.au ................ ok + pcm_test_24bit : 24bit.au ................ ok + pcm_test_int : int.au .................. ok + pcm_test_float : float.au ................ ok + pcm_test_double : double.au ............... ok + pcm_test_char : char_le.au .............. ok + pcm_test_short : short_le.au ............. ok + pcm_test_24bit : 24bit_le.au ............. ok + pcm_test_int : int_le.au ............... ok + pcm_test_float : float_le.au ............. ok + pcm_test_double : double_le.au ............ ok + lcomp_test_short : ulaw.au ................. ok + lcomp_test_int : ulaw.au ................. ok + lcomp_test_float : ulaw.au ................. ok + lcomp_test_double : ulaw.au ................. ok + lcomp_test_short : alaw.au ................. ok + lcomp_test_int : alaw.au ................. ok + lcomp_test_float : alaw.au ................. ok + lcomp_test_double : alaw.au ................. ok + lcomp_test_short : g721.au ................. ok + lcomp_test_int : g721.au ................. ok + lcomp_test_float : g721.au ................. ok + lcomp_test_double : g721.au ................. ok + lcomp_test_short : g723_24.au .............. ok + lcomp_test_int : g723_24.au .............. ok + lcomp_test_float : g723_24.au .............. ok + lcomp_test_double : g723_24.au .............. ok + lcomp_test_short : g723_40.au .............. ok + lcomp_test_int : g723_40.au .............. ok + lcomp_test_float : g723_40.au .............. ok + lcomp_test_double : g723_40.au .............. ok + update_header_test : header.au ............... ok + update_seek_short_test : header_short.au ......... ok + update_seek_int_test : header_int.au ........... ok + update_seek_float_test : header_float.au ......... ok + update_seek_double_test : header_double.au ........ ok + zero_data_test : zerolen.au .............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.au ............. ok + multi_file_test : multi_au.dat ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on AU files. +---------------------------------------------------------------------- + pcm_test_char : char.caf ................ ok + pcm_test_short : short.caf ............... ok + pcm_test_24bit : 24bit.caf ............... ok + pcm_test_int : int.caf ................. ok + pcm_test_float : float.caf ............... ok + pcm_test_double : double.caf .............. ok + pcm_test_short : short_le.caf ............ ok + pcm_test_24bit : 24bit_le.caf ............ ok + pcm_test_int : int_le.caf .............. ok + pcm_test_float : float_le.caf ............ ok + pcm_test_double : double_le.caf ........... ok + pcm_test_short : alac16.caf .............. ok + pcm_test_20bit : alac20.caf .............. ok + pcm_test_24bit : alac24.caf .............. ok + pcm_test_int : alac32.caf .............. ok + lcomp_test_short : ulaw.caf ................ ok + lcomp_test_int : ulaw.caf ................ ok + lcomp_test_float : ulaw.caf ................ ok + lcomp_test_double : ulaw.caf ................ ok + read_raw_test : ulaw.caf ................ ok + lcomp_test_short : alaw.caf ................ ok + lcomp_test_int : alaw.caf ................ ok + lcomp_test_float : alaw.caf ................ ok + lcomp_test_double : alaw.caf ................ ok + read_raw_test : alaw.caf ................ ok + update_header_test : header.caf .............. ok + update_seek_short_test : header_short.caf ........ ok + update_seek_int_test : header_int.caf .......... ok + update_seek_float_test : header_float.caf ........ ok + update_seek_double_test : header_double.caf ....... ok + test_float_peak : peak_float.caf .......... ok + read_write_peak_test : rw_peak.caf ............. ok + zero_data_test : zerolen.caf ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.caf ............ ok + chunk_test : chunks_pcm16.caf ........ ok + chunk_test : chunks_alac.caf ......... ok + large_free_test : large_free.caf .......... ok + large_free_test : large_free.caf .......... ok + string_start_test : strings.caf ............. ok + string_start_end_test : strings.caf ............. ok + string_multi_set_test : multi.caf ............... ok + short_lrw_test : alac.caf ................ ok + int_lrw_test : alac.caf ................ ok + float_lrw_test : alac.caf ................ ok + double_lrw_test : alac.caf ................ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on CAF files. +---------------------------------------------------------------------- + pcm_test_char : char.wav ................ ok + pcm_test_short : short.wav ............... ok + pcm_test_24bit : 24bit.wav ............... ok + pcm_test_int : int.wav ................. ok + pcm_test_char : char.rifx ............... ok + pcm_test_short : short.rifx .............. ok + pcm_test_24bit : 24bit.rifx .............. ok + pcm_test_int : int.rifx ................ ok + pcm_test_24bit : 24bit.wavex ............. ok + pcm_test_int : int.wavex ............... ok + pcm_test_float : float.wav ............... ok + pcm_test_double : double.wav .............. ok + pcm_test_float : float.rifx .............. ok + pcm_test_double : double.rifx ............. ok + pcm_test_float : float.wavex ............. ok + pcm_test_double : double.wavex ............ ok + empty_file_test : empty_char.wav .......... ok + empty_file_test : empty_short.wav ......... ok + empty_file_test : empty_float.wav ......... ok + lcomp_test_short : pcm.wav ................. ok + lcomp_test_int : pcm.wav ................. ok + lcomp_test_short : pcm.rifx ................ ok + lcomp_test_int : pcm.rifx ................ ok + lcomp_test_float : pcm.wav ................. ok + lcomp_test_double : pcm.wav ................. ok + read_raw_test : pcm.wav ................. ok + lcomp_test_short : ima.wav ................. ok + lcomp_test_int : ima.wav ................. ok + lcomp_test_float : ima.wav ................. ok + lcomp_test_double : ima.wav ................. ok + lcomp_test_short : ima.rifx ................ ok + lcomp_test_int : ima.rifx ................ ok + lcomp_test_float : ima.rifx ................ ok + lcomp_test_double : ima.rifx ................ ok + sdlcomp_test_short : ima.wav ................. ok + sdlcomp_test_int : ima.wav ................. ok + sdlcomp_test_float : ima.wav ................. ** fix this ** ok + sdlcomp_test_double : ima.wav ................. ok + lcomp_test_short : msadpcm.wav ............. ok + lcomp_test_int : msadpcm.wav ............. ok + lcomp_test_float : msadpcm.wav ............. ok + lcomp_test_double : msadpcm.wav ............. ok + lcomp_test_short : msadpcm.rifx ............ ok + lcomp_test_int : msadpcm.rifx ............ ok + lcomp_test_float : msadpcm.rifx ............ ok + lcomp_test_double : msadpcm.rifx ............ ok + sdlcomp_test_short : msadpcm.wav ............. ok + sdlcomp_test_int : msadpcm.wav ............. ok + sdlcomp_test_float : msadpcm.wav ............. ** fix this ** ok + sdlcomp_test_double : msadpcm.wav ............. ok + lcomp_test_short : ulaw.wav ................ ok + lcomp_test_int : ulaw.wav ................ ok + lcomp_test_short : ulaw.rifx ............... ok + lcomp_test_int : ulaw.rifx ............... ok + lcomp_test_float : ulaw.wav ................ ok + lcomp_test_double : ulaw.wav ................ ok + read_raw_test : ulaw.wav ................ ok + lcomp_test_short : alaw.wav ................ ok + lcomp_test_int : alaw.wav ................ ok + lcomp_test_float : alaw.wav ................ ok + lcomp_test_double : alaw.wav ................ ok + read_raw_test : alaw.wav ................ ok + sdlcomp_test_short : gsm610.wav .............. ok + sdlcomp_test_int : gsm610.wav .............. ok + sdlcomp_test_short : gsm610.rifx ............. ok + sdlcomp_test_int : gsm610.rifx ............. ok + sdlcomp_test_float : gsm610.wav .............. ** fix this ** ok + sdlcomp_test_double : gsm610.wav .............. ok + lcomp_test_short : g721.wav ................ ok + lcomp_test_int : g721.wav ................ ok + lcomp_test_short : g721.rifx ............... ok + lcomp_test_int : g721.rifx ............... ok + test_float_peak : peak_float.wav .......... ok + test_float_peak : peak_float.wavex ........ ok + test_float_peak : peak_float.rifx ......... ok + read_write_peak_test : rw_peak.wav ............. ok + read_write_peak_test : rw_peak.wavex ........... ok + update_header_test : header.wav .............. ok + update_seek_short_test : header_short.wav ........ ok + update_seek_int_test : header_int.wav .......... ok + update_seek_float_test : header_float.wav ........ ok + update_seek_double_test : header_double.wav ....... ok + header_shrink_test : header_shrink.wav ....... ok + extra_header_test : extra.wav ............... ok + update_header_test : header.wavex ............ ok + update_seek_short_test : header_short.wavex ...... ok + update_seek_int_test : header_int.wavex ........ ok + update_seek_float_test : header_float.wavex ...... ok + update_seek_double_test : header_double.wavex ..... ok + header_shrink_test : header_shrink.wavex ..... ok + extra_header_test : extra.wavex ............. ok + zero_data_test : zerolen.wav ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.wav ............ ok + wavex_amb_test : ambisonic.wav ........... ok + string_start_end_test : strings.wav ............. ok + string_multi_set_test : multi.wav ............... ok + string_rdwr_test : rdwr.wav ................ ok + string_short_rdwr_test : short_rdwr.wav .......... ok + string_rdwr_grow_test : rdwr_grow.wav ........... ok + string_header_update : header_update.wav ....... ok + string_start_end_test : strings.wavex ........... ok + string_multi_set_test : multi.wavex ............. ok + string_rdwr_test : rdwr.wavex .............. ok + string_short_rdwr_test : short_rdwr.wavex ........ ok + string_start_end_test : strings.rifx ............ ok + string_multi_set_test : multi.rifx .............. ok + string_rdwr_test : rdwr.rifx ............... ok + string_short_rdwr_test : short_rdwr.rifx ......... ok + software_string_test : software_string.wav ..... ok + multi_file_test : multi_wav.dat ........... ok + chunk_test : chunks_pcm16.wav ........ ok + chunk_test : chunks_pcm16.rifx ....... ok + chunk_test : chunks_pcm16.wavex ...... ok + wav_subchunk_test : subchunk_0100.wav ....... ok + wav_subchunk_test : subchunk_0400.wav ....... ok + wav_subchunk_test : subchunk_1600.wav ....... ok + wav_subchunk_test : subchunk_6400.wav ....... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on WAV files. +---------------------------------------------------------------------- + pcm_test_char : char.w64 ................ ok + pcm_test_short : short.w64 ............... ok + pcm_test_24bit : 24bit.w64 ............... ok + pcm_test_int : int.w64 ................. ok + pcm_test_float : float.w64 ............... ok + pcm_test_double : double.w64 .............. ok + empty_file_test : empty_char.w64 .......... ok + empty_file_test : empty_short.w64 ......... ok + empty_file_test : empty_float.w64 ......... ok + lcomp_test_short : ima.w64 ................. ok + lcomp_test_int : ima.w64 ................. ok + lcomp_test_float : ima.w64 ................. ok + lcomp_test_double : ima.w64 ................. ok + sdlcomp_test_short : ima.w64 ................. ok + sdlcomp_test_int : ima.w64 ................. ok + sdlcomp_test_float : ima.w64 ................. ** fix this ** ok + sdlcomp_test_double : ima.w64 ................. ok + lcomp_test_short : msadpcm.w64 ............. ok + lcomp_test_int : msadpcm.w64 ............. ok + lcomp_test_float : msadpcm.w64 ............. ok + lcomp_test_double : msadpcm.w64 ............. ok + sdlcomp_test_short : msadpcm.w64 ............. ok + sdlcomp_test_int : msadpcm.w64 ............. ok + sdlcomp_test_float : msadpcm.w64 ............. ** fix this ** ok + sdlcomp_test_double : msadpcm.w64 ............. ok + lcomp_test_short : ulaw.w64 ................ ok + lcomp_test_int : ulaw.w64 ................ ok + lcomp_test_float : ulaw.w64 ................ ok + lcomp_test_double : ulaw.w64 ................ ok + read_raw_test : ulaw.w64 ................ ok + lcomp_test_short : alaw.w64 ................ ok + lcomp_test_int : alaw.w64 ................ ok + lcomp_test_float : alaw.w64 ................ ok + lcomp_test_double : alaw.w64 ................ ok + read_raw_test : alaw.w64 ................ ok + sdlcomp_test_short : gsm610.w64 .............. ok + sdlcomp_test_int : gsm610.w64 .............. ok + sdlcomp_test_float : gsm610.w64 .............. ** fix this ** ok + sdlcomp_test_double : gsm610.w64 .............. ok + update_header_test : header.w64 .............. ok + update_seek_short_test : header_short.w64 ........ ok + update_seek_int_test : header_int.w64 .......... ok + update_seek_float_test : header_float.w64 ........ ok + update_seek_double_test : header_double.w64 ....... ok + zero_data_test : zerolen.w64 ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.w64 ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on W64 files. +---------------------------------------------------------------------- + pcm_test_char : char.rf64 ............... ok + pcm_test_short : short.rf64 .............. ok + pcm_test_24bit : 24bit.rf64 .............. ok + pcm_test_int : int.rf64 ................ ok + pcm_test_float : float.rf64 .............. ok + pcm_test_double : double.rf64 ............. ok + empty_file_test : empty_char.rf64 ......... ok + empty_file_test : empty_short.rf64 ........ ok + empty_file_test : empty_float.rf64 ........ ok + update_header_test : header.rf64 ............. ok + update_seek_short_test : header_short.rf64 ....... ok + update_seek_int_test : header_int.rf64 ......... ok + update_seek_float_test : header_float.rf64 ....... ok + update_seek_double_test : header_double.rf64 ...... ok + zero_data_test : zerolen.rf64 ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.rf64 ........... ok + rf64_downgrade_test : downgrade.wav ........... ok + string_start_test : strings.rf64 ............ ok + string_start_end_test : strings.rf64 ............ ok + string_multi_set_test : multi.rf64 .............. ok + test_float_peak : peak_float.rf64 ......... ok + read_write_peak_test : rw_peak.rf64 ............ ok + chunk_test : chunks_pcm16.rf64 ....... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on RF64 files. +---------------------------------------------------------------------- + pcm_test_char : char_s8.raw ............. ok + pcm_test_char : char_u8.raw ............. ok + pcm_test_short : short_le.raw ............ ok + pcm_test_short : short_be.raw ............ ok + pcm_test_24bit : 24bit_le.raw ............ ok + pcm_test_24bit : 24bit_be.raw ............ ok + pcm_test_int : int_le.raw .............. ok + pcm_test_int : int_be.raw .............. ok + pcm_test_float : float_le.raw ............ ok + pcm_test_float : float_be.raw ............ ok + pcm_test_double : double_le.raw ........... ok + pcm_test_double : double_be.raw ........... ok + lcomp_test_short : ulaw.raw ................ ok + lcomp_test_int : ulaw.raw ................ ok + lcomp_test_float : ulaw.raw ................ ok + lcomp_test_double : ulaw.raw ................ ok + lcomp_test_short : alaw.raw ................ ok + lcomp_test_int : alaw.raw ................ ok + lcomp_test_float : alaw.raw ................ ok + lcomp_test_double : alaw.raw ................ ok + sdlcomp_test_short : raw.gsm ................. ok + sdlcomp_test_int : raw.gsm ................. ok + sdlcomp_test_float : raw.gsm ................. ** fix this ** ok + sdlcomp_test_double : raw.gsm ................. ok + lcomp_test_short : adpcm.vox ............... ok + lcomp_test_int : adpcm.vox ............... ok + lcomp_test_float : adpcm.vox ............... ok + lcomp_test_double : adpcm.vox ............... ok + sdlcomp_test_short : adpcm.vox ............... ok + sdlcomp_test_int : adpcm.vox ............... ok + sdlcomp_test_float : adpcm.vox ............... ** fix this ** ok + sdlcomp_test_double : adpcm.vox ............... ok + raw_offset_test : offset.raw .............. ok + bad_raw_test : bad.raw ................. ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on RAW (header-less) files. +---------------------------------------------------------------------- + pcm_test_char : char_le.paf ............. ok + pcm_test_char : char_be.paf ............. ok + pcm_test_short : short_le.paf ............ ok + pcm_test_short : short_be.paf ............ ok + pcm_test_24bit : 24bit_le.paf ............ ok + pcm_test_24bit : 24bit_be.paf ............ ok + update_header_test : header.paf .............. ok + update_seek_short_test : header_short.paf ........ ok + zero_data_test : zerolen.paf ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.paf ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on PAF files. +---------------------------------------------------------------------- + pcm_test_char : char.svx ................ no stereo : ok + pcm_test_short : short.svx ............... no stereo : ok + empty_file_test : empty_char.svx .......... ok + empty_file_test : empty_short.svx ......... ok + update_header_test : header.svx .............. ok + update_seek_short_test : header_short.svx ........ ok + zero_data_test : zerolen.svx ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.svx ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on SVX files. +---------------------------------------------------------------------- + pcm_test_short : short_le.nist ........... ok + pcm_test_short : short_be.nist ........... ok + pcm_test_24bit : 24bit_le.nist ........... ok + pcm_test_24bit : 24bit_be.nist ........... ok + pcm_test_int : int_le.nist ............. ok + pcm_test_int : int_be.nist ............. ok + lcomp_test_short : ulaw.nist ............... ok + lcomp_test_int : ulaw.nist ............... ok + lcomp_test_float : ulaw.nist ............... ok + lcomp_test_double : ulaw.nist ............... ok + lcomp_test_short : alaw.nist ............... ok + lcomp_test_int : alaw.nist ............... ok + lcomp_test_float : alaw.nist ............... ok + lcomp_test_double : alaw.nist ............... ok + update_header_test : header.nist ............. ok + update_seek_short_test : header_short.nist ....... ok + update_seek_int_test : header_int.nist ......... ok + zero_data_test : zerolen.nist ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.nist ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on NIST files. +---------------------------------------------------------------------- + pcm_test_short : short_be.ircam .......... ok + pcm_test_short : short_le.ircam .......... ok + pcm_test_int : int_be.ircam ............ ok + pcm_test_int : int_le.ircam ............ ok + pcm_test_float : float_be.ircam .......... ok + pcm_test_float : float_le.ircam .......... ok + lcomp_test_short : ulaw.ircam .............. ok + lcomp_test_int : ulaw.ircam .............. ok + lcomp_test_float : ulaw.ircam .............. ok + lcomp_test_double : ulaw.ircam .............. ok + lcomp_test_short : alaw.ircam .............. ok + lcomp_test_int : alaw.ircam .............. ok + lcomp_test_float : alaw.ircam .............. ok + lcomp_test_double : alaw.ircam .............. ok + update_header_test : header.ircam ............ ok + update_seek_short_test : header_short.ircam ...... ok + zero_data_test : zerolen.ircam ........... ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.ircam .......... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on IRCAM files. +---------------------------------------------------------------------- + pcm_test_char : char.voc ................ ok + pcm_test_short : short.voc ............... ok + lcomp_test_short : ulaw.voc ................ ok + lcomp_test_int : ulaw.voc ................ ok + lcomp_test_float : ulaw.voc ................ ok + lcomp_test_double : ulaw.voc ................ ok + lcomp_test_short : alaw.voc ................ ok + lcomp_test_int : alaw.voc ................ ok + lcomp_test_float : alaw.voc ................ ok + lcomp_test_double : alaw.voc ................ ok + update_header_test : header.voc .............. ok + zero_data_test : zerolen.voc ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.voc ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on VOC files. +---------------------------------------------------------------------- + pcm_test_short : short_be.mat4 ........... ok + pcm_test_short : short_le.mat4 ........... ok + pcm_test_int : int_be.mat4 ............. ok + pcm_test_int : int_le.mat4 ............. ok + pcm_test_float : float_be.mat4 ........... ok + pcm_test_float : float_le.mat4 ........... ok + pcm_test_double : double_be.mat4 .......... ok + pcm_test_double : double_le.mat4 .......... ok + empty_file_test : empty_short.mat4 ........ ok + empty_file_test : empty_float.mat4 ........ ok + update_header_test : header.mat4 ............. ok + update_seek_short_test : header_short.mat4 ....... ok + update_seek_int_test : header_int.mat4 ......... ok + update_seek_float_test : header_float.mat4 ....... ok + update_seek_double_test : header_double.mat4 ...... ok + zero_data_test : zerolen.mat4 ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.mat4 ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on MAT4 files. +---------------------------------------------------------------------- + pcm_test_char : char_be.mat5 ............ ok + pcm_test_char : char_le.mat5 ............ ok + pcm_test_short : short_be.mat5 ........... ok + pcm_test_short : short_le.mat5 ........... ok + pcm_test_int : int_be.mat5 ............. ok + pcm_test_int : int_le.mat5 ............. ok + pcm_test_float : float_be.mat5 ........... ok + pcm_test_float : float_le.mat5 ........... ok + pcm_test_double : double_be.mat5 .......... ok + pcm_test_double : double_le.mat5 .......... ok + empty_file_test : empty_char.mat5 ......... ok + empty_file_test : empty_short.mat5 ........ ok + empty_file_test : empty_float.mat5 ........ ok + update_header_test : header.mat5 ............. ok + update_seek_short_test : header_short.mat5 ....... ok + update_seek_int_test : header_int.mat5 ......... ok + update_seek_float_test : header_float.mat5 ....... ok + update_seek_double_test : header_double.mat5 ...... ok + zero_data_test : zerolen.mat5 ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.mat5 ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on MAT5 files. +---------------------------------------------------------------------- + pcm_test_char : char.pvf ................ ok + pcm_test_short : short.pvf ............... ok + pcm_test_int : int.pvf ................. ok + update_header_test : header.pvf .............. ok + update_seek_short_test : header_short.pvf ........ ok + zero_data_test : zerolen.pvf ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.pvf ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on PVF files. +---------------------------------------------------------------------- + lcomp_test_short : 8bit.xi ................. ok + lcomp_test_int : 8bit.xi ................. ok + lcomp_test_short : 16bit.xi ................ ok + lcomp_test_int : 16bit.xi ................ ok + lcomp_test_float : 16bit.xi ................ ok + lcomp_test_double : 16bit.xi ................ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on XI files. +---------------------------------------------------------------------- + pcm_test_short : short.htk ............... no stereo : ok + update_header_test : header.htk .............. ok + update_seek_short_test : header_short.htk ........ ok + zero_data_test : zerolen.htk ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.htk ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on HTK files. +---------------------------------------------------------------------- + pcm_test_char : char_u8.avr ............. ok + pcm_test_char : char_s8.avr ............. ok + pcm_test_short : short.avr ............... ok + update_header_test : header.avr .............. ok + update_seek_short_test : header_short.avr ........ ok + zero_data_test : zerolen.avr ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.avr ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on AVR files. +---------------------------------------------------------------------- + pcm_test_char : char.sds ................ no stereo : ok + pcm_test_short : short.sds ............... no stereo : ok + pcm_test_24bit : 24bit.sds ............... no stereo : ok + empty_file_test : empty_char.sds .......... ok + empty_file_test : empty_short.sds ......... ok + update_header_test : header.sds .............. ok + zero_data_test : zerolen.sds ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.sds ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on SDS files. +---------------------------------------------------------------------- + pcm_test_char : char.sd2 ................ ok + pcm_test_short : short.sd2 ............... ok + pcm_test_24bit : 24bit.sd2 ............... ok + pcm_test_int : 32bit.sd2 ............... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on SD2 files. +---------------------------------------------------------------------- + lcomp_test_short : psion.wve ............... ok + lcomp_test_int : psion.wve ............... ok + lcomp_test_float : psion.wve ............... ok + lcomp_test_double : psion.wve ............... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on WVE files. +---------------------------------------------------------------------- + pcm_test_short : short.mpc ............... ok + update_header_test : header.mpc .............. ok + update_seek_short_test : header_short.mpc ........ ok + zero_data_test : zerolen.mpc ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.mpc ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on MPC 2000 files. +---------------------------------------------------------------------- + pcm_test_char : char.flac ............... ok + pcm_test_short : short.flac .............. ok + pcm_test_24bit : 24bit.flac .............. ok + compression_size_test : q[36]_pcm16.flac ........ ok + string_start_test : strings.flac ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on FLAC files. +---------------------------------------------------------------------- + ogg_short_test : vorbis_short.oga ........ ok + ogg_seek_test : vorbis_short.oga ........ ok + ogg_int_test : vorbis_int.oga .......... ok + ogg_seek_test : vorbis_int.oga .......... ok + ogg_float_test : vorbis_float.oga ........ ok + ogg_seek_test : vorbis_float.oga ........ ok + ogg_double_test : vorbis_double.oga ....... ok + ogg_seek_test : vorbis_double.oga ....... ok + ogg_stereo_seek_test : vorbis_seek.ogg ......... ok + vorbis_test : vorbis_test.oga ......... ok + compression_size_test : q[36]_vorbis.oga ........ ok + sdlcomp_test_short : vorbis.oga .............. ok + sdlcomp_test_int : vorbis.oga .............. ok + string_start_test : vorbis.oga .............. ok + zero_data_test : zerolen.oga ............. ok + permission_test : readonly.oga ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on OGG/VORBIS files. +---------------------------------------------------------------------- + stdio_test : raw ..................... ok + stdio_test : wav ..................... ok + stdio_test : aiff .................... ok + stdio_test : au ...................... ok + stdio_test : paf ..................... ok + stdio_test : svx ..................... ok + stdio_test : nist .................... ok + stdio_test : ircam ................... ok + stdio_test : voc ..................... ok + stdio_test : w64 ..................... ok + stdio_test : mat4 .................... ok + stdio_test : mat5 .................... ok + stdio_test : pvf ..................... ok + pipe_read_test : pipe_in.raw ............. ok + pipe_read_test : pipe_in.au .............. ok + pipe_read_test : pipe_in.aiff ............ ok + pipe_read_test : pipe_in.wav ............. ok + pipe_read_test : pipe_in.w64 ............. ok + pipe_read_test : pipe_in.paf ............. ok + pipe_read_test : pipe_in.nist ............ ok + pipe_read_test : pipe_in.ircam ........... ok + pipe_read_test : pipe_in.mat4 ............ ok + pipe_read_test : pipe_in.mat5 ............ ok + pipe_read_test : pipe_in.svx ............. ok + pipe_read_test : pipe_in.pvf ............. ok + pipe_write_test : raw ..................... ok + pipe_write_test : au ...................... ok + pipe_write_test : paf ..................... ok + pipe_write_test : ircam ................... ok + pipe_write_test : pvf ..................... ok + useek_pipe_rw_test : raw ..................... ok + useek_pipe_rw_test : au ...................... ok + useek_pipe_rw_test : paf ..................... ok + useek_pipe_rw_test : ircam ................... ok + useek_pipe_rw_test : pvf ..................... ok + virtual i/o test : vio_pcm16.wav ........... ok + virtual i/o test : vio_pcm24.aiff .......... ok + virtual i/o test : vio_float.au ............ ok + virtual i/o test : vio_pcm24.paf ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed stdio/pipe/vio tests. +---------------------------------------------------------------------- +Testing WAV metadata manipulation: + Empty fail test :ok + Copy test :ok + Auto date test :ok + Update test :ok + Post mod test :ok + Update test :ok + Rewrite test :ok diff -r 90655deaa314 -r 9f73487af259 components/libsndfile/test/results-32-sparc.master --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/libsndfile/test/results-32-sparc.master Tue Apr 11 06:59:37 2017 -0700 @@ -0,0 +1,906 @@ + binheader_writef_check :ok +ok +./test_main + File offsets are 64 bit : ok + Testing big endian conversions : ok + Testing little endian conversions : ok + test_endswap_short : ok + test_endswap_int : ok + test_endswap_int64_t : ok + test_psf_put_be16 : ok + test_psf_put_be32 : ok + test_psf_put_be64 : ok + test_float_convert : ok + test_double_convert : ok + Testing psf_log_printf : ok + Testing binheader_writef : ok + Testing file open : ok + Testing file write : ok + Testing file read : ok + Testing file seek : ok + Testing file offset : ok + Testing file truncate : ok + Testing audio detect : ok + Testing ima/oki encoder : ok + Testing ima/oki decoder : ok + Testing ima/oki block encoder : ok + Testing ima/oki block decoder : ok + Testing psf_strlcpy_crlf : ok + Testing broadcast_var_set : ok + Testing broadcast_var_zero : ok + Testing cart_var_set : ok +ok + error_number_test : ......................... ok + error_value_test : error.aiff .............. ok + error_close_test : error_close.wav ......... ok + no_file_test : no_file.wav ............. ok + zero_length_test : zero_length.wav ......... ok + bad_wav_test : bad_wav.wav ............. ok + lrintf_test : ......................... ok + pcm_test_bits_8 : pcm-s8.raw .............. ok + pcm_test_bits_8 : pcm-u8.raw .............. ok + pcm_test_bits_16 : le-pcm16.raw ............ ok + pcm_test_bits_16 : be-pcm16.raw ............ ok + pcm_test_bits_24 : le-pcm24.raw ............ ok + pcm_test_bits_24 : be-pcm24.raw ............ ok + pcm_test_bits_32 : le-pcm32.raw ............ ok + pcm_test_bits_32 : be-pcm32.raw ............ ok + pcm_test_float : le-float.raw ............ ok + pcm_test_float : be-float.raw ............ ok + pcm_test_double : le-double.raw ........... ok + pcm_test_double : be-double.raw ........... ok + pcm_test_float (replace) : le-float.raw ............ ok + pcm_test_float (replace) : be-float.raw ............ ok + pcm_test_double (replace) : le-double.raw ........... ok + pcm_test_double (replace) : be-double.raw ........... ok + ulaw_test : encoder ................. ok + ulaw_test : decoder ................. ok + alaw_test : encoder ................. ok + alaw_test : decoder ................. ok + dwvw_test : dwvw12.raw .............. ok + dwvw_test : dwvw16.raw .............. ok + dwvw_test : dwvw24.raw .............. ok + version_test : (none) .................. ok + float_norm_test : float.wav ............... ok + double_norm_test : double.wav .............. ok + format_tests : (null) .................. ok + calc_peak_test (1 channels) : be-peak.raw ............. ok + calc_peak_test (1 channels) : le-peak.raw ............. ok + calc_peak_test (7 channels) : be-peak.raw ............. ok + calc_peak_test (7 channels) : le-peak.raw ............. ok + truncate_test : truncate.raw ............ ok + truncate_test : truncate.au ............. ok + instrument_test : instrument.wav .......... ok + instrument_test : instrument.aiff ......... ok + cue_test : cue.wav ................. ok + cue_test : cue.aiff ................ ok + current_sf_info_test : current.wav ............. ok + broadcast_test : broadcast.wav ........... ok + broadcast_rdwr_test : broadcast.wav ........... ok + broadcast_test : broadcast.wavex ......... ok + broadcast_rdwr_test : broadcast.wavex ......... ok + broadcast_test : broadcast.rf64 .......... ok + broadcast_rdwr_test : broadcast.rf64 .......... ok + broadcast_coding_history_test : coding_history.wav ...... ok + broadcast_coding_history_size : coding_hist_size.wav .... ok + channel_map_test : chanmap.wavex ........... ok + channel_map_test : chanmap.rf64 ............ ok + channel_map_test : chanmap.aifc ............ ok + channel_map_test : chanmap.caf ............. ok + cart_test : cart.wav ................ ok + cart_rdwr_test : cart.wav ................ ok + cart_test : cart.rf64 ............... ok + cart_rdwr_test : cart.rf64 ............... ok + float_scaled_test : float.raw ............... -500.0dB SNR ... ok + float_scaled_test : pcm_s8.raw .............. -42.1dB SNR ... ok + float_scaled_test : pcm_u8.raw .............. -42.1dB SNR ... ok + float_scaled_test : pcm_16.raw .............. -90.2dB SNR ... ok + float_scaled_test : pcm_24.raw .............. -138.5dB SNR ... ok + float_scaled_test : pcm_32.raw .............. -226.0dB SNR ... ok + float_scaled_test : ulaw.raw ................ -61.7dB SNR ... ok + float_scaled_test : alaw.raw ................ -61.0dB SNR ... ok + float_scaled_test : ima_adpcm.wav ........... -58.2dB SNR ... ok + float_scaled_test : ms_adpcm.wav ............ -49.2dB SNR ... ok + float_scaled_test : gsm610.raw .............. -38.5dB SNR ... ok + float_scaled_test : g721_32.au .............. -39.5dB SNR ... ok + float_scaled_test : g723_24.au .............. -39.2dB SNR ... ok + float_scaled_test : g723_40.au .............. -44.6dB SNR ... ok + float_scaled_test : le_paf_24.paf ........... -153.1dB SNR ... ok + float_scaled_test : be_paf_24.paf ........... -153.1dB SNR ... ok + float_scaled_test : dwvw_12.raw ............. -78.0dB SNR ... ok + float_scaled_test : dwvw_16.raw ............. -102.2dB SNR ... ok + float_scaled_test : dwvw_24.raw ............. -153.1dB SNR ... ok + float_scaled_test : adpcm.vox ............... -56.4dB SNR ... ok + float_scaled_test : dpcm_16.xi .............. -90.2dB SNR ... ok + float_scaled_test : dpcm_8.xi ............... -42.1dB SNR ... ok + float_scaled_test : pcm_s8.sds .............. -89.8dB SNR ... ok + float_scaled_test : pcm_16.sds .............. -132.2dB SNR ... ok + float_scaled_test : pcm_24.sds .............. -176.3dB SNR ... ok + float_scaled_test : alac_16.caf ............. -102.2dB SNR ... ok + float_scaled_test : alac_32.caf ............. -226.0dB SNR ... ok + float_scaled_test : alac_24.caf ............. -153.1dB SNR ... ok + float_scaled_test : alac_20.caf ............. -125.9dB SNR ... ok + float_scaled_test : flac_8.flac ............. -42.1dB SNR ... ok + float_scaled_test : flac_16.flac ............ -90.2dB SNR ... ok + float_scaled_test : flac_24.flac ............ -138.5dB SNR ... ok + float_scaled_test : vorbis.oga .............. -41.3dB SNR ... ok + float_scaled_test : replace_float.raw ....... -500.0dB SNR ... ok + double_scaled_test : double.raw .............. -500.0dB SNR ... ok + double_scaled_test : pcm_s8.raw .............. -42.1dB SNR ... ok + double_scaled_test : pcm_u8.raw .............. -42.1dB SNR ... ok + double_scaled_test : pcm_16.raw .............. -90.2dB SNR ... ok + double_scaled_test : pcm_24.raw .............. -138.6dB SNR ... ok + double_scaled_test : pcm_32.raw .............. -186.6dB SNR ... ok + double_scaled_test : ulaw.raw ................ -61.7dB SNR ... ok + double_scaled_test : alaw.raw ................ -61.0dB SNR ... ok + double_scaled_test : ima_adpcm.wav ........... -58.2dB SNR ... ok + double_scaled_test : ms_adpcm.wav ............ -49.2dB SNR ... ok + double_scaled_test : gsm610.raw .............. -38.5dB SNR ... ok + double_scaled_test : g721_32.au .............. -39.5dB SNR ... ok + double_scaled_test : g723_24.au .............. -39.2dB SNR ... ok + double_scaled_test : g723_40.au .............. -44.6dB SNR ... ok + double_scaled_test : be_paf_24.paf ........... -154.0dB SNR ... ok + double_scaled_test : le_paf_24.paf ........... -154.0dB SNR ... ok + double_scaled_test : dwvw_12.raw ............. -78.0dB SNR ... ok + double_scaled_test : dwvw_16.raw ............. -102.3dB SNR ... ok + double_scaled_test : dwvw_24.raw ............. -154.0dB SNR ... ok + double_scaled_test : adpcm.vox ............... -56.4dB SNR ... ok + double_scaled_test : dpcm_16.xi .............. -90.2dB SNR ... ok + double_scaled_test : dpcm_8.xi ............... -42.1dB SNR ... ok + double_scaled_test : pcm_s8.sds .............. -89.8dB SNR ... ok + double_scaled_test : pcm_16.sds .............. -132.3dB SNR ... ok + double_scaled_test : pcm_24.sds .............. -180.2dB SNR ... ok + double_scaled_test : alac_16.caf ............. -102.3dB SNR ... ok + double_scaled_test : alac_20.caf ............. -125.9dB SNR ... ok + double_scaled_test : alac_24.caf ............. -154.0dB SNR ... ok + double_scaled_test : alac_32.caf ............. -186.6dB SNR ... ok + double_scaled_test : flac_8.flac ............. -42.1dB SNR ... ok + double_scaled_test : flac_16.flac ............ -90.2dB SNR ... ok + double_scaled_test : flac_24.flac ............ -138.6dB SNR ... ok + double_scaled_test : vorbis.oga .............. -41.3dB SNR ... ok + double_scaled_test : replace_double.raw ...... -500.0dB SNR ... ok + float_short_little_test : float_short_little.au ... ok + float_short_big_test : float_short_big.au ...... ok + float_int_little_test : float_int_little.au ..... ok + float_int_big_test : float_int_big.au ........ ok + double_short_little_test : double_short_little.au .. ok + double_short_big_test : double_short_big.au ..... ok + double_int_little_test : double_int_little.au .... ok + double_int_big_test : double_int_big.au ....... ok + checksum_test : checksum.ulaw ........... ok + checksum_test : cksum_ulaw.pcm16 ........ ok + checksum_test : checksum.alaw ........... ok + checksum_test : cksum_alaw.pcm16 ........ ok + checksum_test : checksum.gsm ............ ok + checksum_test : cksum_gsm.pcm16 ......... ok + checksum_test : checksum.vox ............ ok + checksum_test : cksum_vox.pcm16 ......... ok + flt_scale_clip_test_08 : scale_clip_s8.au ........ ok + flt_scale_clip_test_08 : scale_clip_u8.wav ....... ok + dbl_scale_clip_test_08 : scale_clip_s8.au ........ ok + dbl_scale_clip_test_08 : scale_clip_u8.wav ....... ok + flt_scale_clip_test_16 : scale_clip_be16.au ...... ok + flt_scale_clip_test_16 : scale_clip_le16.au ...... ok + flt_scale_clip_test_24 : scale_clip_be24.au ...... ok + flt_scale_clip_test_24 : scale_clip_le24.au ...... ok + flt_scale_clip_test_32 : scale_clip_be32.au ...... ok + flt_scale_clip_test_32 : scale_clip_le32.au ...... ok + dbl_scale_clip_test_16 : scale_clip_be16.au ...... ok + dbl_scale_clip_test_16 : scale_clip_le16.au ...... ok + dbl_scale_clip_test_24 : scale_clip_be24.au ...... ok + dbl_scale_clip_test_24 : scale_clip_le24.au ...... ok + dbl_scale_clip_test_32 : scale_clip_be32.au ...... ok + dbl_scale_clip_test_32 : scale_clip_le32.au ...... ok + flt_short_clip_read_test : flt_short.au ............ ok + flt_int_clip_read_test : flt_int.au .............. ok + dbl_short_clip_read_test : dbl_short.au ............ ok + dbl_int_clip_read_test : dbl_int.au .............. ok + short_flt_clip_write_test : short_flt.au ............ ok + int_flt_clip_write_test : int_flt.au .............. ok + short_dbl_clip_write_test : short_dbl.au ............ ok + int_dbl_clip_write_test : int_dbl.au .............. ok + old_test : ......................... ok + headerless_test : raw.vox ................. ok + headerless_test : raw.gsm ................. ok + headerless_test : raw.snd ................. ok + headerless_test : raw.au .................. ok + rdwr_short_test : rdwr_short.wav .......... ok + rdwr_int_test : rdwr_int.wav ............ ok + rdwr_float_test : rdwr_float.wav .......... ok + rdwr_double_test : rdwr_double.wav ......... ok + rdwr_raw_test : rdwr_raw.wav ............ ok + locale_test de_DE : Füße.au ok + locale_test en_AU : kangaroo.au ok + locale_test POSIX : posix.au ok + locale_test pt_PT : conceição.au ok + locale_test ja_JP : おはようございます.au ok + locale_test vi_VN : quốc ngữ.au ok + major_format_test : ......................... ok + subtype_format_test : ......................... ok + simple_format_test : ......................... ok + flac_subset_test : ......................... ok + format_error_test : ......................... ok + format_combo_test : ......................... ok + channel_test : chan_1.wav .............. ok + channel_test : chan_2.wav .............. ok + channel_test : chan_3.wav .............. ok + channel_test : chan_4.wav .............. ok + channel_test : chan_5.wav .............. ok + channel_test : chan_6.wav .............. ok + channel_test : chan_7.wav .............. ok + channel_test : chan_8.wav .............. ok + ceeplusplus_test : cpp_test.wav ............ ok + ceeplusplus_test : cpp_test.aiff ........... ok + ceeplusplus_test : cpp_test.au ............. ok + ceeplusplus_extra_test : bad_file_name.wav ....... ok + ceeplusplus_handle_test : cpp_test.wav ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed common tests. +---------------------------------------------------------------------- + pcm_test_char : char_u8.aiff ............ ok + pcm_test_char : char_s8.aiff ............ ok + pcm_test_short : short.aiff .............. ok + pcm_test_24bit : 24bit.aiff .............. ok + pcm_test_int : int.aiff ................ ok + pcm_test_short : short_sowt.aifc ......... ok + pcm_test_24bit : 24bit_sowt.aifc ......... ok + pcm_test_int : int_sowt.aifc ........... ok + pcm_test_short : short_twos.aifc ......... ok + pcm_test_24bit : 24bit_twos.aifc ......... ok + pcm_test_int : int_twos.aifc ........... ok + pcm_test_short : dwvw16.aifc ............. no seek : no seek : ok + pcm_test_24bit : dwvw24.aifc ............. no seek : no seek : ok + pcm_test_float : float.aifc .............. ok + pcm_test_double : double.aifc ............. ok + empty_file_test : empty_char.aiff ......... ok + empty_file_test : empty_short.aiff ........ ok + empty_file_test : empty_float.aiff ........ ok + lcomp_test_short : ulaw.aiff ............... ok + lcomp_test_int : ulaw.aiff ............... ok + lcomp_test_float : ulaw.aiff ............... ok + lcomp_test_double : ulaw.aiff ............... ok + read_raw_test : ulaw.aiff ............... ok + lcomp_test_short : alaw.aiff ............... ok + lcomp_test_int : alaw.aiff ............... ok + lcomp_test_float : alaw.aiff ............... ok + lcomp_test_double : alaw.aiff ............... ok + read_raw_test : alaw.aiff ............... ok + sdlcomp_test_short : gsm610.aiff ............. ok + sdlcomp_test_int : gsm610.aiff ............. ok + sdlcomp_test_float : gsm610.aiff ............. ** fix this ** ok + sdlcomp_test_double : gsm610.aiff ............. ok +========================== +./lossy_comp_test aiff_ima +========================== + test_float_peak : peak_float.aiff ......... ok + read_write_peak_test : rw_peak.aiff ............ ok + update_header_test : header.aiff ............. ok + update_seek_short_test : header_short.aiff ....... ok + update_seek_int_test : header_int.aiff ......... ok + update_seek_float_test : header_float.aiff ....... ok + update_seek_double_test : header_double.aiff ...... ok + header_shrink_test : header_shrink.wav ....... ok + extra_header_test : extra.aiff .............. ok + zero_data_test : zerolen.aiff ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.aiff ........... ok + string_start_test : strings.aiff ............ ok + string_start_end_test : strings.aiff ............ ok + multi_file_test : multi_aiff.dat .......... ok + aiff_rw_test : rw.aifc ................. ok + chunk_test : chunks_pcm16.aiff ....... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on AIFF files. +---------------------------------------------------------------------- + pcm_test_char : char.au ................. ok + pcm_test_short : short.au ................ ok + pcm_test_24bit : 24bit.au ................ ok + pcm_test_int : int.au .................. ok + pcm_test_float : float.au ................ ok + pcm_test_double : double.au ............... ok + pcm_test_char : char_le.au .............. ok + pcm_test_short : short_le.au ............. ok + pcm_test_24bit : 24bit_le.au ............. ok + pcm_test_int : int_le.au ............... ok + pcm_test_float : float_le.au ............. ok + pcm_test_double : double_le.au ............ ok + lcomp_test_short : ulaw.au ................. ok + lcomp_test_int : ulaw.au ................. ok + lcomp_test_float : ulaw.au ................. ok + lcomp_test_double : ulaw.au ................. ok + lcomp_test_short : alaw.au ................. ok + lcomp_test_int : alaw.au ................. ok + lcomp_test_float : alaw.au ................. ok + lcomp_test_double : alaw.au ................. ok + lcomp_test_short : g721.au ................. ok + lcomp_test_int : g721.au ................. ok + lcomp_test_float : g721.au ................. ok + lcomp_test_double : g721.au ................. ok + lcomp_test_short : g723_24.au .............. ok + lcomp_test_int : g723_24.au .............. ok + lcomp_test_float : g723_24.au .............. ok + lcomp_test_double : g723_24.au .............. ok + lcomp_test_short : g723_40.au .............. ok + lcomp_test_int : g723_40.au .............. ok + lcomp_test_float : g723_40.au .............. ok + lcomp_test_double : g723_40.au .............. ok + update_header_test : header.au ............... ok + update_seek_short_test : header_short.au ......... ok + update_seek_int_test : header_int.au ........... ok + update_seek_float_test : header_float.au ......... ok + update_seek_double_test : header_double.au ........ ok + zero_data_test : zerolen.au .............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.au ............. ok + multi_file_test : multi_au.dat ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on AU files. +---------------------------------------------------------------------- + pcm_test_char : char.caf ................ ok + pcm_test_short : short.caf ............... ok + pcm_test_24bit : 24bit.caf ............... ok + pcm_test_int : int.caf ................. ok + pcm_test_float : float.caf ............... ok + pcm_test_double : double.caf .............. ok + pcm_test_short : short_le.caf ............ ok + pcm_test_24bit : 24bit_le.caf ............ ok + pcm_test_int : int_le.caf .............. ok + pcm_test_float : float_le.caf ............ ok + pcm_test_double : double_le.caf ........... ok + pcm_test_short : alac16.caf .............. ok + pcm_test_20bit : alac20.caf .............. ok + pcm_test_24bit : alac24.caf .............. ok + pcm_test_int : alac32.caf .............. ok + lcomp_test_short : ulaw.caf ................ ok + lcomp_test_int : ulaw.caf ................ ok + lcomp_test_float : ulaw.caf ................ ok + lcomp_test_double : ulaw.caf ................ ok + read_raw_test : ulaw.caf ................ ok + lcomp_test_short : alaw.caf ................ ok + lcomp_test_int : alaw.caf ................ ok + lcomp_test_float : alaw.caf ................ ok + lcomp_test_double : alaw.caf ................ ok + read_raw_test : alaw.caf ................ ok + update_header_test : header.caf .............. ok + update_seek_short_test : header_short.caf ........ ok + update_seek_int_test : header_int.caf .......... ok + update_seek_float_test : header_float.caf ........ ok + update_seek_double_test : header_double.caf ....... ok + test_float_peak : peak_float.caf .......... ok + read_write_peak_test : rw_peak.caf ............. ok + zero_data_test : zerolen.caf ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.caf ............ ok + chunk_test : chunks_pcm16.caf ........ ok + chunk_test : chunks_alac.caf ......... ok + large_free_test : large_free.caf .......... ok + large_free_test : large_free.caf .......... ok + string_start_test : strings.caf ............. ok + string_start_end_test : strings.caf ............. ok + string_multi_set_test : multi.caf ............... ok + short_lrw_test : alac.caf ................ ok + int_lrw_test : alac.caf ................ ok + float_lrw_test : alac.caf ................ ok + double_lrw_test : alac.caf ................ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on CAF files. +---------------------------------------------------------------------- + pcm_test_char : char.wav ................ ok + pcm_test_short : short.wav ............... ok + pcm_test_24bit : 24bit.wav ............... ok + pcm_test_int : int.wav ................. ok + pcm_test_char : char.rifx ............... ok + pcm_test_short : short.rifx .............. ok + pcm_test_24bit : 24bit.rifx .............. ok + pcm_test_int : int.rifx ................ ok + pcm_test_24bit : 24bit.wavex ............. ok + pcm_test_int : int.wavex ............... ok + pcm_test_float : float.wav ............... ok + pcm_test_double : double.wav .............. ok + pcm_test_float : float.rifx .............. ok + pcm_test_double : double.rifx ............. ok + pcm_test_float : float.wavex ............. ok + pcm_test_double : double.wavex ............ ok + empty_file_test : empty_char.wav .......... ok + empty_file_test : empty_short.wav ......... ok + empty_file_test : empty_float.wav ......... ok + lcomp_test_short : pcm.wav ................. ok + lcomp_test_int : pcm.wav ................. ok + lcomp_test_short : pcm.rifx ................ ok + lcomp_test_int : pcm.rifx ................ ok + lcomp_test_float : pcm.wav ................. ok + lcomp_test_double : pcm.wav ................. ok + read_raw_test : pcm.wav ................. ok + lcomp_test_short : ima.wav ................. ok + lcomp_test_int : ima.wav ................. ok + lcomp_test_float : ima.wav ................. ok + lcomp_test_double : ima.wav ................. ok + lcomp_test_short : ima.rifx ................ ok + lcomp_test_int : ima.rifx ................ ok + lcomp_test_float : ima.rifx ................ ok + lcomp_test_double : ima.rifx ................ ok + sdlcomp_test_short : ima.wav ................. ok + sdlcomp_test_int : ima.wav ................. ok + sdlcomp_test_float : ima.wav ................. ** fix this ** ok + sdlcomp_test_double : ima.wav ................. ok + lcomp_test_short : msadpcm.wav ............. ok + lcomp_test_int : msadpcm.wav ............. ok + lcomp_test_float : msadpcm.wav ............. ok + lcomp_test_double : msadpcm.wav ............. ok + lcomp_test_short : msadpcm.rifx ............ ok + lcomp_test_int : msadpcm.rifx ............ ok + lcomp_test_float : msadpcm.rifx ............ ok + lcomp_test_double : msadpcm.rifx ............ ok + sdlcomp_test_short : msadpcm.wav ............. ok + sdlcomp_test_int : msadpcm.wav ............. ok + sdlcomp_test_float : msadpcm.wav ............. ** fix this ** ok + sdlcomp_test_double : msadpcm.wav ............. ok + lcomp_test_short : ulaw.wav ................ ok + lcomp_test_int : ulaw.wav ................ ok + lcomp_test_short : ulaw.rifx ............... ok + lcomp_test_int : ulaw.rifx ............... ok + lcomp_test_float : ulaw.wav ................ ok + lcomp_test_double : ulaw.wav ................ ok + read_raw_test : ulaw.wav ................ ok + lcomp_test_short : alaw.wav ................ ok + lcomp_test_int : alaw.wav ................ ok + lcomp_test_float : alaw.wav ................ ok + lcomp_test_double : alaw.wav ................ ok + read_raw_test : alaw.wav ................ ok + sdlcomp_test_short : gsm610.wav .............. ok + sdlcomp_test_int : gsm610.wav .............. ok + sdlcomp_test_short : gsm610.rifx ............. ok + sdlcomp_test_int : gsm610.rifx ............. ok + sdlcomp_test_float : gsm610.wav .............. ** fix this ** ok + sdlcomp_test_double : gsm610.wav .............. ok + lcomp_test_short : g721.wav ................ ok + lcomp_test_int : g721.wav ................ ok + lcomp_test_short : g721.rifx ............... ok + lcomp_test_int : g721.rifx ............... ok + test_float_peak : peak_float.wav .......... ok + test_float_peak : peak_float.wavex ........ ok + test_float_peak : peak_float.rifx ......... ok + read_write_peak_test : rw_peak.wav ............. ok + read_write_peak_test : rw_peak.wavex ........... ok + update_header_test : header.wav .............. ok + update_seek_short_test : header_short.wav ........ ok + update_seek_int_test : header_int.wav .......... ok + update_seek_float_test : header_float.wav ........ ok + update_seek_double_test : header_double.wav ....... ok + header_shrink_test : header_shrink.wav ....... ok + extra_header_test : extra.wav ............... ok + update_header_test : header.wavex ............ ok + update_seek_short_test : header_short.wavex ...... ok + update_seek_int_test : header_int.wavex ........ ok + update_seek_float_test : header_float.wavex ...... ok + update_seek_double_test : header_double.wavex ..... ok + header_shrink_test : header_shrink.wavex ..... ok + extra_header_test : extra.wavex ............. ok + zero_data_test : zerolen.wav ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.wav ............ ok + wavex_amb_test : ambisonic.wav ........... ok + string_start_end_test : strings.wav ............. ok + string_multi_set_test : multi.wav ............... ok + string_rdwr_test : rdwr.wav ................ ok + string_short_rdwr_test : short_rdwr.wav .......... ok + string_rdwr_grow_test : rdwr_grow.wav ........... ok + string_header_update : header_update.wav ....... ok + string_start_end_test : strings.wavex ........... ok + string_multi_set_test : multi.wavex ............. ok + string_rdwr_test : rdwr.wavex .............. ok + string_short_rdwr_test : short_rdwr.wavex ........ ok + string_start_end_test : strings.rifx ............ ok + string_multi_set_test : multi.rifx .............. ok + string_rdwr_test : rdwr.rifx ............... ok + string_short_rdwr_test : short_rdwr.rifx ......... ok + software_string_test : software_string.wav ..... ok + multi_file_test : multi_wav.dat ........... ok + chunk_test : chunks_pcm16.wav ........ ok + chunk_test : chunks_pcm16.rifx ....... ok + chunk_test : chunks_pcm16.wavex ...... ok + wav_subchunk_test : subchunk_0100.wav ....... ok + wav_subchunk_test : subchunk_0400.wav ....... ok + wav_subchunk_test : subchunk_1600.wav ....... ok + wav_subchunk_test : subchunk_6400.wav ....... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on WAV files. +---------------------------------------------------------------------- + pcm_test_char : char.w64 ................ ok + pcm_test_short : short.w64 ............... ok + pcm_test_24bit : 24bit.w64 ............... ok + pcm_test_int : int.w64 ................. ok + pcm_test_float : float.w64 ............... ok + pcm_test_double : double.w64 .............. ok + empty_file_test : empty_char.w64 .......... ok + empty_file_test : empty_short.w64 ......... ok + empty_file_test : empty_float.w64 ......... ok + lcomp_test_short : ima.w64 ................. ok + lcomp_test_int : ima.w64 ................. ok + lcomp_test_float : ima.w64 ................. ok + lcomp_test_double : ima.w64 ................. ok + sdlcomp_test_short : ima.w64 ................. ok + sdlcomp_test_int : ima.w64 ................. ok + sdlcomp_test_float : ima.w64 ................. ** fix this ** ok + sdlcomp_test_double : ima.w64 ................. ok + lcomp_test_short : msadpcm.w64 ............. ok + lcomp_test_int : msadpcm.w64 ............. ok + lcomp_test_float : msadpcm.w64 ............. ok + lcomp_test_double : msadpcm.w64 ............. ok + sdlcomp_test_short : msadpcm.w64 ............. ok + sdlcomp_test_int : msadpcm.w64 ............. ok + sdlcomp_test_float : msadpcm.w64 ............. ** fix this ** ok + sdlcomp_test_double : msadpcm.w64 ............. ok + lcomp_test_short : ulaw.w64 ................ ok + lcomp_test_int : ulaw.w64 ................ ok + lcomp_test_float : ulaw.w64 ................ ok + lcomp_test_double : ulaw.w64 ................ ok + read_raw_test : ulaw.w64 ................ ok + lcomp_test_short : alaw.w64 ................ ok + lcomp_test_int : alaw.w64 ................ ok + lcomp_test_float : alaw.w64 ................ ok + lcomp_test_double : alaw.w64 ................ ok + read_raw_test : alaw.w64 ................ ok + sdlcomp_test_short : gsm610.w64 .............. ok + sdlcomp_test_int : gsm610.w64 .............. ok + sdlcomp_test_float : gsm610.w64 .............. ** fix this ** ok + sdlcomp_test_double : gsm610.w64 .............. ok + update_header_test : header.w64 .............. ok + update_seek_short_test : header_short.w64 ........ ok + update_seek_int_test : header_int.w64 .......... ok + update_seek_float_test : header_float.w64 ........ ok + update_seek_double_test : header_double.w64 ....... ok + zero_data_test : zerolen.w64 ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.w64 ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on W64 files. +---------------------------------------------------------------------- + pcm_test_char : char.rf64 ............... ok + pcm_test_short : short.rf64 .............. ok + pcm_test_24bit : 24bit.rf64 .............. ok + pcm_test_int : int.rf64 ................ ok + pcm_test_float : float.rf64 .............. ok + pcm_test_double : double.rf64 ............. ok + empty_file_test : empty_char.rf64 ......... ok + empty_file_test : empty_short.rf64 ........ ok + empty_file_test : empty_float.rf64 ........ ok + update_header_test : header.rf64 ............. ok + update_seek_short_test : header_short.rf64 ....... ok + update_seek_int_test : header_int.rf64 ......... ok + update_seek_float_test : header_float.rf64 ....... ok + update_seek_double_test : header_double.rf64 ...... ok + zero_data_test : zerolen.rf64 ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.rf64 ........... ok + rf64_downgrade_test : downgrade.wav ........... ok + string_start_test : strings.rf64 ............ ok + string_start_end_test : strings.rf64 ............ ok +Line 520: sf_open (SFM_READ) failed : Error in RF64 file. No 'data' chunk marker. +Line 221: sf_open (SFM_READ) failed : Error in RF64 file. No 'data' chunk marker. + chunk_test : chunks_pcm16.rf64 ....... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on RF64 files. +---------------------------------------------------------------------- + pcm_test_char : char_s8.raw ............. ok + pcm_test_char : char_u8.raw ............. ok + pcm_test_short : short_le.raw ............ ok + pcm_test_short : short_be.raw ............ ok + pcm_test_24bit : 24bit_le.raw ............ ok + pcm_test_24bit : 24bit_be.raw ............ ok + pcm_test_int : int_le.raw .............. ok + pcm_test_int : int_be.raw .............. ok + pcm_test_float : float_le.raw ............ ok + pcm_test_float : float_be.raw ............ ok + pcm_test_double : double_le.raw ........... ok + pcm_test_double : double_be.raw ........... ok + lcomp_test_short : ulaw.raw ................ ok + lcomp_test_int : ulaw.raw ................ ok + lcomp_test_float : ulaw.raw ................ ok + lcomp_test_double : ulaw.raw ................ ok + lcomp_test_short : alaw.raw ................ ok + lcomp_test_int : alaw.raw ................ ok + lcomp_test_float : alaw.raw ................ ok + lcomp_test_double : alaw.raw ................ ok + sdlcomp_test_short : raw.gsm ................. ok + sdlcomp_test_int : raw.gsm ................. ok + sdlcomp_test_float : raw.gsm ................. ** fix this ** ok + sdlcomp_test_double : raw.gsm ................. ok + lcomp_test_short : adpcm.vox ............... ok + lcomp_test_int : adpcm.vox ............... ok + lcomp_test_float : adpcm.vox ............... ok + lcomp_test_double : adpcm.vox ............... ok + sdlcomp_test_short : adpcm.vox ............... ok + sdlcomp_test_int : adpcm.vox ............... ok + sdlcomp_test_float : adpcm.vox ............... ** fix this ** ok + sdlcomp_test_double : adpcm.vox ............... ok + raw_offset_test : offset.raw .............. ok + bad_raw_test : bad.raw ................. ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on RAW (header-less) files. +---------------------------------------------------------------------- + pcm_test_char : char_le.paf ............. ok + pcm_test_char : char_be.paf ............. ok + pcm_test_short : short_le.paf ............ ok + pcm_test_short : short_be.paf ............ ok + pcm_test_24bit : 24bit_le.paf ............ ok + pcm_test_24bit : 24bit_be.paf ............ ok + update_header_test : header.paf .............. ok + update_seek_short_test : header_short.paf ........ ok + zero_data_test : zerolen.paf ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.paf ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on PAF files. +---------------------------------------------------------------------- + pcm_test_char : char.svx ................ no stereo : ok + pcm_test_short : short.svx ............... no stereo : ok + empty_file_test : empty_char.svx .......... ok + empty_file_test : empty_short.svx ......... ok + update_header_test : header.svx .............. ok + update_seek_short_test : header_short.svx ........ ok + zero_data_test : zerolen.svx ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.svx ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on SVX files. +---------------------------------------------------------------------- + pcm_test_short : short_le.nist ........... ok + pcm_test_short : short_be.nist ........... ok + pcm_test_24bit : 24bit_le.nist ........... ok + pcm_test_24bit : 24bit_be.nist ........... ok + pcm_test_int : int_le.nist ............. ok + pcm_test_int : int_be.nist ............. ok + lcomp_test_short : ulaw.nist ............... ok + lcomp_test_int : ulaw.nist ............... ok + lcomp_test_float : ulaw.nist ............... ok + lcomp_test_double : ulaw.nist ............... ok + lcomp_test_short : alaw.nist ............... ok + lcomp_test_int : alaw.nist ............... ok + lcomp_test_float : alaw.nist ............... ok + lcomp_test_double : alaw.nist ............... ok + update_header_test : header.nist ............. ok + update_seek_short_test : header_short.nist ....... ok + update_seek_int_test : header_int.nist ......... ok + zero_data_test : zerolen.nist ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.nist ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on NIST files. +---------------------------------------------------------------------- + pcm_test_short : short_be.ircam .......... ok + pcm_test_short : short_le.ircam .......... ok + pcm_test_int : int_be.ircam ............ ok + pcm_test_int : int_le.ircam ............ ok + pcm_test_float : float_be.ircam .......... ok + pcm_test_float : float_le.ircam .......... ok + lcomp_test_short : ulaw.ircam .............. ok + lcomp_test_int : ulaw.ircam .............. ok + lcomp_test_float : ulaw.ircam .............. ok + lcomp_test_double : ulaw.ircam .............. ok + lcomp_test_short : alaw.ircam .............. ok + lcomp_test_int : alaw.ircam .............. ok + lcomp_test_float : alaw.ircam .............. ok + lcomp_test_double : alaw.ircam .............. ok + update_header_test : header.ircam ............ ok + update_seek_short_test : header_short.ircam ...... ok + zero_data_test : zerolen.ircam ........... ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.ircam .......... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on IRCAM files. +---------------------------------------------------------------------- + pcm_test_char : char.voc ................ ok + pcm_test_short : short.voc ............... ok + lcomp_test_short : ulaw.voc ................ ok + lcomp_test_int : ulaw.voc ................ ok + lcomp_test_float : ulaw.voc ................ ok + lcomp_test_double : ulaw.voc ................ ok + lcomp_test_short : alaw.voc ................ ok + lcomp_test_int : alaw.voc ................ ok + lcomp_test_float : alaw.voc ................ ok + lcomp_test_double : alaw.voc ................ ok + update_header_test : header.voc .............. ok + zero_data_test : zerolen.voc ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.voc ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on VOC files. +---------------------------------------------------------------------- + pcm_test_short : short_be.mat4 ........... ok + pcm_test_short : short_le.mat4 ........... ok + pcm_test_int : int_be.mat4 ............. ok + pcm_test_int : int_le.mat4 ............. ok + pcm_test_float : float_be.mat4 ........... ok + pcm_test_float : float_le.mat4 ........... ok + pcm_test_double : double_be.mat4 .......... ok + pcm_test_double : double_le.mat4 .......... ok + empty_file_test : empty_short.mat4 ........ ok + empty_file_test : empty_float.mat4 ........ ok + update_header_test : header.mat4 ............. ok + update_seek_short_test : header_short.mat4 ....... ok + update_seek_int_test : header_int.mat4 ......... ok + update_seek_float_test : header_float.mat4 ....... ok + update_seek_double_test : header_double.mat4 ...... ok + zero_data_test : zerolen.mat4 ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.mat4 ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on MAT4 files. +---------------------------------------------------------------------- + pcm_test_char : char_be.mat5 ............ ok + pcm_test_char : char_le.mat5 ............ ok + pcm_test_short : short_be.mat5 ........... ok + pcm_test_short : short_le.mat5 ........... ok + pcm_test_int : int_be.mat5 ............. ok + pcm_test_int : int_le.mat5 ............. ok + pcm_test_float : float_be.mat5 ........... ok + pcm_test_float : float_le.mat5 ........... ok + pcm_test_double : double_be.mat5 .......... ok + pcm_test_double : double_le.mat5 .......... ok + empty_file_test : empty_char.mat5 ......... ok + empty_file_test : empty_short.mat5 ........ ok + empty_file_test : empty_float.mat5 ........ ok + update_header_test : header.mat5 ............. ok + update_seek_short_test : header_short.mat5 ....... ok + update_seek_int_test : header_int.mat5 ......... ok + update_seek_float_test : header_float.mat5 ....... ok + update_seek_double_test : header_double.mat5 ...... ok + zero_data_test : zerolen.mat5 ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.mat5 ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on MAT5 files. +---------------------------------------------------------------------- + pcm_test_char : char.pvf ................ ok + pcm_test_short : short.pvf ............... ok + pcm_test_int : int.pvf ................. ok + update_header_test : header.pvf .............. ok + update_seek_short_test : header_short.pvf ........ ok + zero_data_test : zerolen.pvf ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.pvf ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on PVF files. +---------------------------------------------------------------------- + lcomp_test_short : 8bit.xi ................. ok + lcomp_test_int : 8bit.xi ................. ok + lcomp_test_short : 16bit.xi ................ ok + lcomp_test_int : 16bit.xi ................ ok + lcomp_test_float : 16bit.xi ................ ok + lcomp_test_double : 16bit.xi ................ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on XI files. +---------------------------------------------------------------------- + pcm_test_short : short.htk ............... no stereo : ok + update_header_test : header.htk .............. ok + update_seek_short_test : header_short.htk ........ ok + zero_data_test : zerolen.htk ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.htk ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on HTK files. +---------------------------------------------------------------------- + pcm_test_char : char_u8.avr ............. ok + pcm_test_char : char_s8.avr ............. ok + pcm_test_short : short.avr ............... ok + update_header_test : header.avr .............. ok + update_seek_short_test : header_short.avr ........ ok + zero_data_test : zerolen.avr ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.avr ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on AVR files. +---------------------------------------------------------------------- + pcm_test_char : char.sds ................ no stereo : ok + pcm_test_short : short.sds ............... no stereo : ok + pcm_test_24bit : 24bit.sds ............... no stereo : ok + empty_file_test : empty_char.sds .......... ok + empty_file_test : empty_short.sds ......... ok + update_header_test : header.sds .............. ok + zero_data_test : zerolen.sds ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.sds ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on SDS files. +---------------------------------------------------------------------- + pcm_test_char : char.sd2 ................ ok + pcm_test_short : short.sd2 ............... ok + pcm_test_24bit : 24bit.sd2 ............... ok + pcm_test_int : 32bit.sd2 ............... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on SD2 files. +---------------------------------------------------------------------- + lcomp_test_short : psion.wve ............... ok + lcomp_test_int : psion.wve ............... ok + lcomp_test_float : psion.wve ............... ok + lcomp_test_double : psion.wve ............... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on WVE files. +---------------------------------------------------------------------- + pcm_test_short : short.mpc ............... ok + update_header_test : header.mpc .............. ok + update_seek_short_test : header_short.mpc ........ ok + zero_data_test : zerolen.mpc ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.mpc ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on MPC 2000 files. +---------------------------------------------------------------------- + pcm_test_char : char.flac ............... ok + pcm_test_short : short.flac .............. ok + pcm_test_24bit : 24bit.flac .............. ok + compression_size_test : q[36]_pcm16.flac ........ ok + string_start_test : strings.flac ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on FLAC files. +---------------------------------------------------------------------- + ogg_short_test : vorbis_short.oga ........ ok + ogg_seek_test : vorbis_short.oga ........ ok + ogg_int_test : vorbis_int.oga .......... ok + ogg_seek_test : vorbis_int.oga .......... ok + ogg_float_test : vorbis_float.oga ........ ok + ogg_seek_test : vorbis_float.oga ........ ok + ogg_double_test : vorbis_double.oga ....... ok + ogg_seek_test : vorbis_double.oga ....... ok + ogg_stereo_seek_test : vorbis_seek.ogg ......... ok + vorbis_test : vorbis_test.oga ......... ok + compression_size_test : q[36]_vorbis.oga ........ ok + sdlcomp_test_short : vorbis.oga .............. ok + sdlcomp_test_int : vorbis.oga .............. ok + string_start_test : vorbis.oga .............. ok + zero_data_test : zerolen.oga ............. ok + permission_test : readonly.oga ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on OGG/VORBIS files. +---------------------------------------------------------------------- + stdio_test : raw ..................... ok + stdio_test : wav ..................... ok + stdio_test : aiff .................... ok + stdio_test : au ...................... ok + stdio_test : paf ..................... ok + stdio_test : svx ..................... ok + stdio_test : nist .................... ok + stdio_test : ircam ................... ok + stdio_test : voc ..................... ok + stdio_test : w64 ..................... ok + stdio_test : mat4 .................... ok + stdio_test : mat5 .................... ok + stdio_test : pvf ..................... ok + pipe_read_test : pipe_in.raw ............. ok + pipe_read_test : pipe_in.au .............. ok + pipe_read_test : pipe_in.aiff ............ ok + pipe_read_test : pipe_in.wav ............. ok + pipe_read_test : pipe_in.w64 ............. ok + pipe_read_test : pipe_in.paf ............. ok + pipe_read_test : pipe_in.nist ............ ok + pipe_read_test : pipe_in.ircam ........... ok + pipe_read_test : pipe_in.mat4 ............ ok + pipe_read_test : pipe_in.mat5 ............ ok + pipe_read_test : pipe_in.svx ............. ok + pipe_read_test : pipe_in.pvf ............. ok + pipe_write_test : raw ..................... ok + pipe_write_test : au ...................... ok + pipe_write_test : paf ..................... ok + pipe_write_test : ircam ................... ok + pipe_write_test : pvf ..................... ok + useek_pipe_rw_test : raw ..................... ok + useek_pipe_rw_test : au ...................... ok + useek_pipe_rw_test : paf ..................... ok + useek_pipe_rw_test : ircam ................... ok + useek_pipe_rw_test : pvf ..................... ok + virtual i/o test : vio_pcm16.wav ........... ok + virtual i/o test : vio_pcm24.aiff .......... ok + virtual i/o test : vio_float.au ............ ok + virtual i/o test : vio_pcm24.paf ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed stdio/pipe/vio tests. +---------------------------------------------------------------------- +Testing WAV metadata manipulation: + Empty fail test :ok + Copy test :ok + Auto date test :ok + Update test :ok + Post mod test :ok + Update test :ok + Rewrite test :ok diff -r 90655deaa314 -r 9f73487af259 components/libsndfile/test/results-64-i386.master --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/libsndfile/test/results-64-i386.master Tue Apr 11 06:59:37 2017 -0700 @@ -0,0 +1,907 @@ + binheader_writef_check :ok +ok +./test_main + File offsets are 64 bit : ok + Testing big endian conversions : ok + Testing little endian conversions : ok + test_endswap_short : ok + test_endswap_int : ok + test_endswap_int64_t : ok + test_psf_put_be16 : ok + test_psf_put_be32 : ok + test_psf_put_be64 : ok + test_float_convert : ok + test_double_convert : ok + Testing psf_log_printf : ok + Testing binheader_writef : ok + Testing file open : ok + Testing file write : ok + Testing file read : ok + Testing file seek : ok + Testing file offset : ok + Testing file truncate : ok + Testing audio detect : ok + Testing ima/oki encoder : ok + Testing ima/oki decoder : ok + Testing ima/oki block encoder : ok + Testing ima/oki block decoder : ok + Testing psf_strlcpy_crlf : ok + Testing broadcast_var_set : ok + Testing broadcast_var_zero : ok + Testing cart_var_set : ok +ok + error_number_test : ......................... ok + error_value_test : error.aiff .............. ok + error_close_test : error_close.wav ......... ok + no_file_test : no_file.wav ............. ok + zero_length_test : zero_length.wav ......... ok + bad_wav_test : bad_wav.wav ............. ok + lrintf_test : ......................... ok + pcm_test_bits_8 : pcm-s8.raw .............. ok + pcm_test_bits_8 : pcm-u8.raw .............. ok + pcm_test_bits_16 : le-pcm16.raw ............ ok + pcm_test_bits_16 : be-pcm16.raw ............ ok + pcm_test_bits_24 : le-pcm24.raw ............ ok + pcm_test_bits_24 : be-pcm24.raw ............ ok + pcm_test_bits_32 : le-pcm32.raw ............ ok + pcm_test_bits_32 : be-pcm32.raw ............ ok + pcm_test_float : le-float.raw ............ ok + pcm_test_float : be-float.raw ............ ok + pcm_test_double : le-double.raw ........... ok + pcm_test_double : be-double.raw ........... ok + pcm_test_float (replace) : le-float.raw ............ ok + pcm_test_float (replace) : be-float.raw ............ ok + pcm_test_double (replace) : le-double.raw ........... ok + pcm_test_double (replace) : be-double.raw ........... ok + ulaw_test : encoder ................. ok + ulaw_test : decoder ................. ok + alaw_test : encoder ................. ok + alaw_test : decoder ................. ok + dwvw_test : dwvw12.raw .............. ok + dwvw_test : dwvw16.raw .............. ok + dwvw_test : dwvw24.raw .............. ok + version_test : (none) .................. ok + float_norm_test : float.wav ............... ok + double_norm_test : double.wav .............. ok + format_tests : (null) .................. ok + calc_peak_test (1 channels) : be-peak.raw ............. ok + calc_peak_test (1 channels) : le-peak.raw ............. ok + calc_peak_test (7 channels) : be-peak.raw ............. ok + calc_peak_test (7 channels) : le-peak.raw ............. ok + truncate_test : truncate.raw ............ ok + truncate_test : truncate.au ............. ok + instrument_test : instrument.wav .......... ok + instrument_test : instrument.aiff ......... ok + cue_test : cue.wav ................. ok + cue_test : cue.aiff ................ ok + current_sf_info_test : current.wav ............. ok + broadcast_test : broadcast.wav ........... ok + broadcast_rdwr_test : broadcast.wav ........... ok + broadcast_test : broadcast.wavex ......... ok + broadcast_rdwr_test : broadcast.wavex ......... ok + broadcast_test : broadcast.rf64 .......... ok + broadcast_rdwr_test : broadcast.rf64 .......... ok + broadcast_coding_history_test : coding_history.wav ...... ok + broadcast_coding_history_size : coding_hist_size.wav .... ok + channel_map_test : chanmap.wavex ........... ok + channel_map_test : chanmap.rf64 ............ ok + channel_map_test : chanmap.aifc ............ ok + channel_map_test : chanmap.caf ............. ok + cart_test : cart.wav ................ ok + cart_rdwr_test : cart.wav ................ ok + cart_test : cart.rf64 ............... ok + cart_rdwr_test : cart.rf64 ............... ok + float_scaled_test : float.raw ............... -500.0dB SNR ... ok + float_scaled_test : pcm_s8.raw .............. -42.1dB SNR ... ok + float_scaled_test : pcm_u8.raw .............. -42.1dB SNR ... ok + float_scaled_test : pcm_16.raw .............. -90.2dB SNR ... ok + float_scaled_test : pcm_24.raw .............. -138.5dB SNR ... ok + float_scaled_test : pcm_32.raw .............. -226.0dB SNR ... ok + float_scaled_test : ulaw.raw ................ -61.7dB SNR ... ok + float_scaled_test : alaw.raw ................ -61.0dB SNR ... ok + float_scaled_test : ima_adpcm.wav ........... -58.2dB SNR ... ok + float_scaled_test : ms_adpcm.wav ............ -49.2dB SNR ... ok + float_scaled_test : gsm610.raw .............. -38.5dB SNR ... ok + float_scaled_test : g721_32.au .............. -39.5dB SNR ... ok + float_scaled_test : g723_24.au .............. -39.2dB SNR ... ok + float_scaled_test : g723_40.au .............. -44.6dB SNR ... ok + float_scaled_test : le_paf_24.paf ........... -153.1dB SNR ... ok + float_scaled_test : be_paf_24.paf ........... -153.1dB SNR ... ok + float_scaled_test : dwvw_12.raw ............. -78.0dB SNR ... ok + float_scaled_test : dwvw_16.raw ............. -102.2dB SNR ... ok + float_scaled_test : dwvw_24.raw ............. -153.1dB SNR ... ok + float_scaled_test : adpcm.vox ............... -56.4dB SNR ... ok + float_scaled_test : dpcm_16.xi .............. -90.2dB SNR ... ok + float_scaled_test : dpcm_8.xi ............... -42.1dB SNR ... ok + float_scaled_test : pcm_s8.sds .............. -89.8dB SNR ... ok + float_scaled_test : pcm_16.sds .............. -132.2dB SNR ... ok + float_scaled_test : pcm_24.sds .............. -176.3dB SNR ... ok + float_scaled_test : alac_16.caf ............. -102.2dB SNR ... ok + float_scaled_test : alac_32.caf ............. -226.0dB SNR ... ok + float_scaled_test : alac_24.caf ............. -153.1dB SNR ... ok + float_scaled_test : alac_20.caf ............. -125.9dB SNR ... ok + float_scaled_test : flac_8.flac ............. -42.1dB SNR ... ok + float_scaled_test : flac_16.flac ............ -90.2dB SNR ... ok + float_scaled_test : flac_24.flac ............ -138.5dB SNR ... ok + float_scaled_test : vorbis.oga .............. -41.3dB SNR ... ok + float_scaled_test : replace_float.raw ....... -500.0dB SNR ... ok + double_scaled_test : double.raw .............. -500.0dB SNR ... ok + double_scaled_test : pcm_s8.raw .............. -42.1dB SNR ... ok + double_scaled_test : pcm_u8.raw .............. -42.1dB SNR ... ok + double_scaled_test : pcm_16.raw .............. -90.2dB SNR ... ok + double_scaled_test : pcm_24.raw .............. -138.6dB SNR ... ok + double_scaled_test : pcm_32.raw .............. -186.6dB SNR ... ok + double_scaled_test : ulaw.raw ................ -61.7dB SNR ... ok + double_scaled_test : alaw.raw ................ -61.0dB SNR ... ok + double_scaled_test : ima_adpcm.wav ........... -58.2dB SNR ... ok + double_scaled_test : ms_adpcm.wav ............ -49.2dB SNR ... ok + double_scaled_test : gsm610.raw .............. -38.5dB SNR ... ok + double_scaled_test : g721_32.au .............. -39.5dB SNR ... ok + double_scaled_test : g723_24.au .............. -39.2dB SNR ... ok + double_scaled_test : g723_40.au .............. -44.6dB SNR ... ok + double_scaled_test : be_paf_24.paf ........... -154.0dB SNR ... ok + double_scaled_test : le_paf_24.paf ........... -154.0dB SNR ... ok + double_scaled_test : dwvw_12.raw ............. -78.0dB SNR ... ok + double_scaled_test : dwvw_16.raw ............. -102.3dB SNR ... ok + double_scaled_test : dwvw_24.raw ............. -154.0dB SNR ... ok + double_scaled_test : adpcm.vox ............... -56.4dB SNR ... ok + double_scaled_test : dpcm_16.xi .............. -90.2dB SNR ... ok + double_scaled_test : dpcm_8.xi ............... -42.1dB SNR ... ok + double_scaled_test : pcm_s8.sds .............. -89.8dB SNR ... ok + double_scaled_test : pcm_16.sds .............. -132.3dB SNR ... ok + double_scaled_test : pcm_24.sds .............. -180.2dB SNR ... ok + double_scaled_test : alac_16.caf ............. -102.3dB SNR ... ok + double_scaled_test : alac_20.caf ............. -125.9dB SNR ... ok + double_scaled_test : alac_24.caf ............. -154.0dB SNR ... ok + double_scaled_test : alac_32.caf ............. -186.6dB SNR ... ok + double_scaled_test : flac_8.flac ............. -42.1dB SNR ... ok + double_scaled_test : flac_16.flac ............ -90.2dB SNR ... ok + double_scaled_test : flac_24.flac ............ -138.6dB SNR ... ok + double_scaled_test : vorbis.oga .............. -41.3dB SNR ... ok + double_scaled_test : replace_double.raw ...... -500.0dB SNR ... ok + float_short_little_test : float_short_little.au ... ok + float_short_big_test : float_short_big.au ...... ok + float_int_little_test : float_int_little.au ..... ok + float_int_big_test : float_int_big.au ........ ok + double_short_little_test : double_short_little.au .. ok + double_short_big_test : double_short_big.au ..... ok + double_int_little_test : double_int_little.au .... ok + double_int_big_test : double_int_big.au ....... ok + checksum_test : checksum.ulaw ........... ok + checksum_test : cksum_ulaw.pcm16 ........ ok + checksum_test : checksum.alaw ........... ok + checksum_test : cksum_alaw.pcm16 ........ ok + checksum_test : checksum.gsm ............ ok + checksum_test : cksum_gsm.pcm16 ......... ok + checksum_test : checksum.vox ............ ok + checksum_test : cksum_vox.pcm16 ......... ok + flt_scale_clip_test_08 : scale_clip_s8.au ........ ok + flt_scale_clip_test_08 : scale_clip_u8.wav ....... ok + dbl_scale_clip_test_08 : scale_clip_s8.au ........ ok + dbl_scale_clip_test_08 : scale_clip_u8.wav ....... ok + flt_scale_clip_test_16 : scale_clip_be16.au ...... ok + flt_scale_clip_test_16 : scale_clip_le16.au ...... ok + flt_scale_clip_test_24 : scale_clip_be24.au ...... ok + flt_scale_clip_test_24 : scale_clip_le24.au ...... ok + flt_scale_clip_test_32 : scale_clip_be32.au ...... ok + flt_scale_clip_test_32 : scale_clip_le32.au ...... ok + dbl_scale_clip_test_16 : scale_clip_be16.au ...... ok + dbl_scale_clip_test_16 : scale_clip_le16.au ...... ok + dbl_scale_clip_test_24 : scale_clip_be24.au ...... ok + dbl_scale_clip_test_24 : scale_clip_le24.au ...... ok + dbl_scale_clip_test_32 : scale_clip_be32.au ...... ok + dbl_scale_clip_test_32 : scale_clip_le32.au ...... ok + flt_short_clip_read_test : flt_short.au ............ ok + flt_int_clip_read_test : flt_int.au .............. ok + dbl_short_clip_read_test : dbl_short.au ............ ok + dbl_int_clip_read_test : dbl_int.au .............. ok + short_flt_clip_write_test : short_flt.au ............ ok + int_flt_clip_write_test : int_flt.au .............. ok + short_dbl_clip_write_test : short_dbl.au ............ ok + int_dbl_clip_write_test : int_dbl.au .............. ok + old_test : ......................... ok + headerless_test : raw.vox ................. ok + headerless_test : raw.gsm ................. ok + headerless_test : raw.snd ................. ok + headerless_test : raw.au .................. ok + rdwr_short_test : rdwr_short.wav .......... ok + rdwr_int_test : rdwr_int.wav ............ ok + rdwr_float_test : rdwr_float.wav .......... ok + rdwr_double_test : rdwr_double.wav ......... ok + rdwr_raw_test : rdwr_raw.wav ............ ok + locale_test de_DE : Füße.au ok + locale_test en_AU : kangaroo.au ok + locale_test POSIX : posix.au ok + locale_test pt_PT : conceição.au ok + locale_test ja_JP : おはようございます.au ok + locale_test vi_VN : quốc ngữ.au ok + major_format_test : ......................... ok + subtype_format_test : ......................... ok + simple_format_test : ......................... ok + flac_subset_test : ......................... ok + format_error_test : ......................... ok + format_combo_test : ......................... ok + channel_test : chan_1.wav .............. ok + channel_test : chan_2.wav .............. ok + channel_test : chan_3.wav .............. ok + channel_test : chan_4.wav .............. ok + channel_test : chan_5.wav .............. ok + channel_test : chan_6.wav .............. ok + channel_test : chan_7.wav .............. ok + channel_test : chan_8.wav .............. ok + ceeplusplus_test : cpp_test.wav ............ ok + ceeplusplus_test : cpp_test.aiff ........... ok + ceeplusplus_test : cpp_test.au ............. ok + ceeplusplus_extra_test : bad_file_name.wav ....... ok + ceeplusplus_handle_test : cpp_test.wav ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed common tests. +---------------------------------------------------------------------- + pcm_test_char : char_u8.aiff ............ ok + pcm_test_char : char_s8.aiff ............ ok + pcm_test_short : short.aiff .............. ok + pcm_test_24bit : 24bit.aiff .............. ok + pcm_test_int : int.aiff ................ ok + pcm_test_short : short_sowt.aifc ......... ok + pcm_test_24bit : 24bit_sowt.aifc ......... ok + pcm_test_int : int_sowt.aifc ........... ok + pcm_test_short : short_twos.aifc ......... ok + pcm_test_24bit : 24bit_twos.aifc ......... ok + pcm_test_int : int_twos.aifc ........... ok + pcm_test_short : dwvw16.aifc ............. no seek : no seek : ok + pcm_test_24bit : dwvw24.aifc ............. no seek : no seek : ok + pcm_test_float : float.aifc .............. ok + pcm_test_double : double.aifc ............. ok + empty_file_test : empty_char.aiff ......... ok + empty_file_test : empty_short.aiff ........ ok + empty_file_test : empty_float.aiff ........ ok + lcomp_test_short : ulaw.aiff ............... ok + lcomp_test_int : ulaw.aiff ............... ok + lcomp_test_float : ulaw.aiff ............... ok + lcomp_test_double : ulaw.aiff ............... ok + read_raw_test : ulaw.aiff ............... ok + lcomp_test_short : alaw.aiff ............... ok + lcomp_test_int : alaw.aiff ............... ok + lcomp_test_float : alaw.aiff ............... ok + lcomp_test_double : alaw.aiff ............... ok + read_raw_test : alaw.aiff ............... ok + sdlcomp_test_short : gsm610.aiff ............. ok + sdlcomp_test_int : gsm610.aiff ............. ok + sdlcomp_test_float : gsm610.aiff ............. ** fix this ** ok + sdlcomp_test_double : gsm610.aiff ............. ok +========================== +./lossy_comp_test aiff_ima +========================== + test_float_peak : peak_float.aiff ......... ok + read_write_peak_test : rw_peak.aiff ............ ok + update_header_test : header.aiff ............. ok + update_seek_short_test : header_short.aiff ....... ok + update_seek_int_test : header_int.aiff ......... ok + update_seek_float_test : header_float.aiff ....... ok + update_seek_double_test : header_double.aiff ...... ok + header_shrink_test : header_shrink.wav ....... ok + extra_header_test : extra.aiff .............. ok + zero_data_test : zerolen.aiff ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.aiff ........... ok + string_start_test : strings.aiff ............ ok + string_start_end_test : strings.aiff ............ ok + multi_file_test : multi_aiff.dat .......... ok + aiff_rw_test : rw.aifc ................. ok + chunk_test : chunks_pcm16.aiff ....... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on AIFF files. +---------------------------------------------------------------------- + pcm_test_char : char.au ................. ok + pcm_test_short : short.au ................ ok + pcm_test_24bit : 24bit.au ................ ok + pcm_test_int : int.au .................. ok + pcm_test_float : float.au ................ ok + pcm_test_double : double.au ............... ok + pcm_test_char : char_le.au .............. ok + pcm_test_short : short_le.au ............. ok + pcm_test_24bit : 24bit_le.au ............. ok + pcm_test_int : int_le.au ............... ok + pcm_test_float : float_le.au ............. ok + pcm_test_double : double_le.au ............ ok + lcomp_test_short : ulaw.au ................. ok + lcomp_test_int : ulaw.au ................. ok + lcomp_test_float : ulaw.au ................. ok + lcomp_test_double : ulaw.au ................. ok + lcomp_test_short : alaw.au ................. ok + lcomp_test_int : alaw.au ................. ok + lcomp_test_float : alaw.au ................. ok + lcomp_test_double : alaw.au ................. ok + lcomp_test_short : g721.au ................. ok + lcomp_test_int : g721.au ................. ok + lcomp_test_float : g721.au ................. ok + lcomp_test_double : g721.au ................. ok + lcomp_test_short : g723_24.au .............. ok + lcomp_test_int : g723_24.au .............. ok + lcomp_test_float : g723_24.au .............. ok + lcomp_test_double : g723_24.au .............. ok + lcomp_test_short : g723_40.au .............. ok + lcomp_test_int : g723_40.au .............. ok + lcomp_test_float : g723_40.au .............. ok + lcomp_test_double : g723_40.au .............. ok + update_header_test : header.au ............... ok + update_seek_short_test : header_short.au ......... ok + update_seek_int_test : header_int.au ........... ok + update_seek_float_test : header_float.au ......... ok + update_seek_double_test : header_double.au ........ ok + zero_data_test : zerolen.au .............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.au ............. ok + multi_file_test : multi_au.dat ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on AU files. +---------------------------------------------------------------------- + pcm_test_char : char.caf ................ ok + pcm_test_short : short.caf ............... ok + pcm_test_24bit : 24bit.caf ............... ok + pcm_test_int : int.caf ................. ok + pcm_test_float : float.caf ............... ok + pcm_test_double : double.caf .............. ok + pcm_test_short : short_le.caf ............ ok + pcm_test_24bit : 24bit_le.caf ............ ok + pcm_test_int : int_le.caf .............. ok + pcm_test_float : float_le.caf ............ ok + pcm_test_double : double_le.caf ........... ok + pcm_test_short : alac16.caf .............. ok + pcm_test_20bit : alac20.caf .............. ok + pcm_test_24bit : alac24.caf .............. ok + pcm_test_int : alac32.caf .............. ok + lcomp_test_short : ulaw.caf ................ ok + lcomp_test_int : ulaw.caf ................ ok + lcomp_test_float : ulaw.caf ................ ok + lcomp_test_double : ulaw.caf ................ ok + read_raw_test : ulaw.caf ................ ok + lcomp_test_short : alaw.caf ................ ok + lcomp_test_int : alaw.caf ................ ok + lcomp_test_float : alaw.caf ................ ok + lcomp_test_double : alaw.caf ................ ok + read_raw_test : alaw.caf ................ ok + update_header_test : header.caf .............. ok + update_seek_short_test : header_short.caf ........ ok + update_seek_int_test : header_int.caf .......... ok + update_seek_float_test : header_float.caf ........ ok + update_seek_double_test : header_double.caf ....... ok + test_float_peak : peak_float.caf .......... ok + read_write_peak_test : rw_peak.caf ............. ok + zero_data_test : zerolen.caf ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.caf ............ ok + chunk_test : chunks_pcm16.caf ........ ok + chunk_test : chunks_alac.caf ......... ok + large_free_test : large_free.caf .......... ok + large_free_test : large_free.caf .......... ok + string_start_test : strings.caf ............. ok + string_start_end_test : strings.caf ............. ok + string_multi_set_test : multi.caf ............... ok + short_lrw_test : alac.caf ................ ok + int_lrw_test : alac.caf ................ ok + float_lrw_test : alac.caf ................ ok + double_lrw_test : alac.caf ................ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on CAF files. +---------------------------------------------------------------------- + pcm_test_char : char.wav ................ ok + pcm_test_short : short.wav ............... ok + pcm_test_24bit : 24bit.wav ............... ok + pcm_test_int : int.wav ................. ok + pcm_test_char : char.rifx ............... ok + pcm_test_short : short.rifx .............. ok + pcm_test_24bit : 24bit.rifx .............. ok + pcm_test_int : int.rifx ................ ok + pcm_test_24bit : 24bit.wavex ............. ok + pcm_test_int : int.wavex ............... ok + pcm_test_float : float.wav ............... ok + pcm_test_double : double.wav .............. ok + pcm_test_float : float.rifx .............. ok + pcm_test_double : double.rifx ............. ok + pcm_test_float : float.wavex ............. ok + pcm_test_double : double.wavex ............ ok + empty_file_test : empty_char.wav .......... ok + empty_file_test : empty_short.wav ......... ok + empty_file_test : empty_float.wav ......... ok + lcomp_test_short : pcm.wav ................. ok + lcomp_test_int : pcm.wav ................. ok + lcomp_test_short : pcm.rifx ................ ok + lcomp_test_int : pcm.rifx ................ ok + lcomp_test_float : pcm.wav ................. ok + lcomp_test_double : pcm.wav ................. ok + read_raw_test : pcm.wav ................. ok + lcomp_test_short : ima.wav ................. ok + lcomp_test_int : ima.wav ................. ok + lcomp_test_float : ima.wav ................. ok + lcomp_test_double : ima.wav ................. ok + lcomp_test_short : ima.rifx ................ ok + lcomp_test_int : ima.rifx ................ ok + lcomp_test_float : ima.rifx ................ ok + lcomp_test_double : ima.rifx ................ ok + sdlcomp_test_short : ima.wav ................. ok + sdlcomp_test_int : ima.wav ................. ok + sdlcomp_test_float : ima.wav ................. ** fix this ** ok + sdlcomp_test_double : ima.wav ................. ok + lcomp_test_short : msadpcm.wav ............. ok + lcomp_test_int : msadpcm.wav ............. ok + lcomp_test_float : msadpcm.wav ............. ok + lcomp_test_double : msadpcm.wav ............. ok + lcomp_test_short : msadpcm.rifx ............ ok + lcomp_test_int : msadpcm.rifx ............ ok + lcomp_test_float : msadpcm.rifx ............ ok + lcomp_test_double : msadpcm.rifx ............ ok + sdlcomp_test_short : msadpcm.wav ............. ok + sdlcomp_test_int : msadpcm.wav ............. ok + sdlcomp_test_float : msadpcm.wav ............. ** fix this ** ok + sdlcomp_test_double : msadpcm.wav ............. ok + lcomp_test_short : ulaw.wav ................ ok + lcomp_test_int : ulaw.wav ................ ok + lcomp_test_short : ulaw.rifx ............... ok + lcomp_test_int : ulaw.rifx ............... ok + lcomp_test_float : ulaw.wav ................ ok + lcomp_test_double : ulaw.wav ................ ok + read_raw_test : ulaw.wav ................ ok + lcomp_test_short : alaw.wav ................ ok + lcomp_test_int : alaw.wav ................ ok + lcomp_test_float : alaw.wav ................ ok + lcomp_test_double : alaw.wav ................ ok + read_raw_test : alaw.wav ................ ok + sdlcomp_test_short : gsm610.wav .............. ok + sdlcomp_test_int : gsm610.wav .............. ok + sdlcomp_test_short : gsm610.rifx ............. ok + sdlcomp_test_int : gsm610.rifx ............. ok + sdlcomp_test_float : gsm610.wav .............. ** fix this ** ok + sdlcomp_test_double : gsm610.wav .............. ok + lcomp_test_short : g721.wav ................ ok + lcomp_test_int : g721.wav ................ ok + lcomp_test_short : g721.rifx ............... ok + lcomp_test_int : g721.rifx ............... ok + test_float_peak : peak_float.wav .......... ok + test_float_peak : peak_float.wavex ........ ok + test_float_peak : peak_float.rifx ......... ok + read_write_peak_test : rw_peak.wav ............. ok + read_write_peak_test : rw_peak.wavex ........... ok + update_header_test : header.wav .............. ok + update_seek_short_test : header_short.wav ........ ok + update_seek_int_test : header_int.wav .......... ok + update_seek_float_test : header_float.wav ........ ok + update_seek_double_test : header_double.wav ....... ok + header_shrink_test : header_shrink.wav ....... ok + extra_header_test : extra.wav ............... ok + update_header_test : header.wavex ............ ok + update_seek_short_test : header_short.wavex ...... ok + update_seek_int_test : header_int.wavex ........ ok + update_seek_float_test : header_float.wavex ...... ok + update_seek_double_test : header_double.wavex ..... ok + header_shrink_test : header_shrink.wavex ..... ok + extra_header_test : extra.wavex ............. ok + zero_data_test : zerolen.wav ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.wav ............ ok + wavex_amb_test : ambisonic.wav ........... ok + string_start_end_test : strings.wav ............. ok + string_multi_set_test : multi.wav ............... ok + string_rdwr_test : rdwr.wav ................ ok + string_short_rdwr_test : short_rdwr.wav .......... ok + string_rdwr_grow_test : rdwr_grow.wav ........... ok + string_header_update : header_update.wav ....... ok + string_start_end_test : strings.wavex ........... ok + string_multi_set_test : multi.wavex ............. ok + string_rdwr_test : rdwr.wavex .............. ok + string_short_rdwr_test : short_rdwr.wavex ........ ok + string_start_end_test : strings.rifx ............ ok + string_multi_set_test : multi.rifx .............. ok + string_rdwr_test : rdwr.rifx ............... ok + string_short_rdwr_test : short_rdwr.rifx ......... ok + software_string_test : software_string.wav ..... ok + multi_file_test : multi_wav.dat ........... ok + chunk_test : chunks_pcm16.wav ........ ok + chunk_test : chunks_pcm16.rifx ....... ok + chunk_test : chunks_pcm16.wavex ...... ok + wav_subchunk_test : subchunk_0100.wav ....... ok + wav_subchunk_test : subchunk_0400.wav ....... ok + wav_subchunk_test : subchunk_1600.wav ....... ok + wav_subchunk_test : subchunk_6400.wav ....... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on WAV files. +---------------------------------------------------------------------- + pcm_test_char : char.w64 ................ ok + pcm_test_short : short.w64 ............... ok + pcm_test_24bit : 24bit.w64 ............... ok + pcm_test_int : int.w64 ................. ok + pcm_test_float : float.w64 ............... ok + pcm_test_double : double.w64 .............. ok + empty_file_test : empty_char.w64 .......... ok + empty_file_test : empty_short.w64 ......... ok + empty_file_test : empty_float.w64 ......... ok + lcomp_test_short : ima.w64 ................. ok + lcomp_test_int : ima.w64 ................. ok + lcomp_test_float : ima.w64 ................. ok + lcomp_test_double : ima.w64 ................. ok + sdlcomp_test_short : ima.w64 ................. ok + sdlcomp_test_int : ima.w64 ................. ok + sdlcomp_test_float : ima.w64 ................. ** fix this ** ok + sdlcomp_test_double : ima.w64 ................. ok + lcomp_test_short : msadpcm.w64 ............. ok + lcomp_test_int : msadpcm.w64 ............. ok + lcomp_test_float : msadpcm.w64 ............. ok + lcomp_test_double : msadpcm.w64 ............. ok + sdlcomp_test_short : msadpcm.w64 ............. ok + sdlcomp_test_int : msadpcm.w64 ............. ok + sdlcomp_test_float : msadpcm.w64 ............. ** fix this ** ok + sdlcomp_test_double : msadpcm.w64 ............. ok + lcomp_test_short : ulaw.w64 ................ ok + lcomp_test_int : ulaw.w64 ................ ok + lcomp_test_float : ulaw.w64 ................ ok + lcomp_test_double : ulaw.w64 ................ ok + read_raw_test : ulaw.w64 ................ ok + lcomp_test_short : alaw.w64 ................ ok + lcomp_test_int : alaw.w64 ................ ok + lcomp_test_float : alaw.w64 ................ ok + lcomp_test_double : alaw.w64 ................ ok + read_raw_test : alaw.w64 ................ ok + sdlcomp_test_short : gsm610.w64 .............. ok + sdlcomp_test_int : gsm610.w64 .............. ok + sdlcomp_test_float : gsm610.w64 .............. ** fix this ** ok + sdlcomp_test_double : gsm610.w64 .............. ok + update_header_test : header.w64 .............. ok + update_seek_short_test : header_short.w64 ........ ok + update_seek_int_test : header_int.w64 .......... ok + update_seek_float_test : header_float.w64 ........ ok + update_seek_double_test : header_double.w64 ....... ok + zero_data_test : zerolen.w64 ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.w64 ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on W64 files. +---------------------------------------------------------------------- + pcm_test_char : char.rf64 ............... ok + pcm_test_short : short.rf64 .............. ok + pcm_test_24bit : 24bit.rf64 .............. ok + pcm_test_int : int.rf64 ................ ok + pcm_test_float : float.rf64 .............. ok + pcm_test_double : double.rf64 ............. ok + empty_file_test : empty_char.rf64 ......... ok + empty_file_test : empty_short.rf64 ........ ok + empty_file_test : empty_float.rf64 ........ ok + update_header_test : header.rf64 ............. ok + update_seek_short_test : header_short.rf64 ....... ok + update_seek_int_test : header_int.rf64 ......... ok + update_seek_float_test : header_float.rf64 ....... ok + update_seek_double_test : header_double.rf64 ...... ok + zero_data_test : zerolen.rf64 ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.rf64 ........... ok + rf64_downgrade_test : downgrade.wav ........... ok + string_start_test : strings.rf64 ............ ok + string_start_end_test : strings.rf64 ............ ok + string_multi_set_test : multi.rf64 .............. ok + test_float_peak : peak_float.rf64 ......... ok + read_write_peak_test : rw_peak.rf64 ............ ok + chunk_test : chunks_pcm16.rf64 ....... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on RF64 files. +---------------------------------------------------------------------- + pcm_test_char : char_s8.raw ............. ok + pcm_test_char : char_u8.raw ............. ok + pcm_test_short : short_le.raw ............ ok + pcm_test_short : short_be.raw ............ ok + pcm_test_24bit : 24bit_le.raw ............ ok + pcm_test_24bit : 24bit_be.raw ............ ok + pcm_test_int : int_le.raw .............. ok + pcm_test_int : int_be.raw .............. ok + pcm_test_float : float_le.raw ............ ok + pcm_test_float : float_be.raw ............ ok + pcm_test_double : double_le.raw ........... ok + pcm_test_double : double_be.raw ........... ok + lcomp_test_short : ulaw.raw ................ ok + lcomp_test_int : ulaw.raw ................ ok + lcomp_test_float : ulaw.raw ................ ok + lcomp_test_double : ulaw.raw ................ ok + lcomp_test_short : alaw.raw ................ ok + lcomp_test_int : alaw.raw ................ ok + lcomp_test_float : alaw.raw ................ ok + lcomp_test_double : alaw.raw ................ ok + sdlcomp_test_short : raw.gsm ................. ok + sdlcomp_test_int : raw.gsm ................. ok + sdlcomp_test_float : raw.gsm ................. ** fix this ** ok + sdlcomp_test_double : raw.gsm ................. ok + lcomp_test_short : adpcm.vox ............... ok + lcomp_test_int : adpcm.vox ............... ok + lcomp_test_float : adpcm.vox ............... ok + lcomp_test_double : adpcm.vox ............... ok + sdlcomp_test_short : adpcm.vox ............... ok + sdlcomp_test_int : adpcm.vox ............... ok + sdlcomp_test_float : adpcm.vox ............... ** fix this ** ok + sdlcomp_test_double : adpcm.vox ............... ok + raw_offset_test : offset.raw .............. ok + bad_raw_test : bad.raw ................. ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on RAW (header-less) files. +---------------------------------------------------------------------- + pcm_test_char : char_le.paf ............. ok + pcm_test_char : char_be.paf ............. ok + pcm_test_short : short_le.paf ............ ok + pcm_test_short : short_be.paf ............ ok + pcm_test_24bit : 24bit_le.paf ............ ok + pcm_test_24bit : 24bit_be.paf ............ ok + update_header_test : header.paf .............. ok + update_seek_short_test : header_short.paf ........ ok + zero_data_test : zerolen.paf ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.paf ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on PAF files. +---------------------------------------------------------------------- + pcm_test_char : char.svx ................ no stereo : ok + pcm_test_short : short.svx ............... no stereo : ok + empty_file_test : empty_char.svx .......... ok + empty_file_test : empty_short.svx ......... ok + update_header_test : header.svx .............. ok + update_seek_short_test : header_short.svx ........ ok + zero_data_test : zerolen.svx ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.svx ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on SVX files. +---------------------------------------------------------------------- + pcm_test_short : short_le.nist ........... ok + pcm_test_short : short_be.nist ........... ok + pcm_test_24bit : 24bit_le.nist ........... ok + pcm_test_24bit : 24bit_be.nist ........... ok + pcm_test_int : int_le.nist ............. ok + pcm_test_int : int_be.nist ............. ok + lcomp_test_short : ulaw.nist ............... ok + lcomp_test_int : ulaw.nist ............... ok + lcomp_test_float : ulaw.nist ............... ok + lcomp_test_double : ulaw.nist ............... ok + lcomp_test_short : alaw.nist ............... ok + lcomp_test_int : alaw.nist ............... ok + lcomp_test_float : alaw.nist ............... ok + lcomp_test_double : alaw.nist ............... ok + update_header_test : header.nist ............. ok + update_seek_short_test : header_short.nist ....... ok + update_seek_int_test : header_int.nist ......... ok + zero_data_test : zerolen.nist ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.nist ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on NIST files. +---------------------------------------------------------------------- + pcm_test_short : short_be.ircam .......... ok + pcm_test_short : short_le.ircam .......... ok + pcm_test_int : int_be.ircam ............ ok + pcm_test_int : int_le.ircam ............ ok + pcm_test_float : float_be.ircam .......... ok + pcm_test_float : float_le.ircam .......... ok + lcomp_test_short : ulaw.ircam .............. ok + lcomp_test_int : ulaw.ircam .............. ok + lcomp_test_float : ulaw.ircam .............. ok + lcomp_test_double : ulaw.ircam .............. ok + lcomp_test_short : alaw.ircam .............. ok + lcomp_test_int : alaw.ircam .............. ok + lcomp_test_float : alaw.ircam .............. ok + lcomp_test_double : alaw.ircam .............. ok + update_header_test : header.ircam ............ ok + update_seek_short_test : header_short.ircam ...... ok + zero_data_test : zerolen.ircam ........... ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.ircam .......... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on IRCAM files. +---------------------------------------------------------------------- + pcm_test_char : char.voc ................ ok + pcm_test_short : short.voc ............... ok + lcomp_test_short : ulaw.voc ................ ok + lcomp_test_int : ulaw.voc ................ ok + lcomp_test_float : ulaw.voc ................ ok + lcomp_test_double : ulaw.voc ................ ok + lcomp_test_short : alaw.voc ................ ok + lcomp_test_int : alaw.voc ................ ok + lcomp_test_float : alaw.voc ................ ok + lcomp_test_double : alaw.voc ................ ok + update_header_test : header.voc .............. ok + zero_data_test : zerolen.voc ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.voc ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on VOC files. +---------------------------------------------------------------------- + pcm_test_short : short_be.mat4 ........... ok + pcm_test_short : short_le.mat4 ........... ok + pcm_test_int : int_be.mat4 ............. ok + pcm_test_int : int_le.mat4 ............. ok + pcm_test_float : float_be.mat4 ........... ok + pcm_test_float : float_le.mat4 ........... ok + pcm_test_double : double_be.mat4 .......... ok + pcm_test_double : double_le.mat4 .......... ok + empty_file_test : empty_short.mat4 ........ ok + empty_file_test : empty_float.mat4 ........ ok + update_header_test : header.mat4 ............. ok + update_seek_short_test : header_short.mat4 ....... ok + update_seek_int_test : header_int.mat4 ......... ok + update_seek_float_test : header_float.mat4 ....... ok + update_seek_double_test : header_double.mat4 ...... ok + zero_data_test : zerolen.mat4 ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.mat4 ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on MAT4 files. +---------------------------------------------------------------------- + pcm_test_char : char_be.mat5 ............ ok + pcm_test_char : char_le.mat5 ............ ok + pcm_test_short : short_be.mat5 ........... ok + pcm_test_short : short_le.mat5 ........... ok + pcm_test_int : int_be.mat5 ............. ok + pcm_test_int : int_le.mat5 ............. ok + pcm_test_float : float_be.mat5 ........... ok + pcm_test_float : float_le.mat5 ........... ok + pcm_test_double : double_be.mat5 .......... ok + pcm_test_double : double_le.mat5 .......... ok + empty_file_test : empty_char.mat5 ......... ok + empty_file_test : empty_short.mat5 ........ ok + empty_file_test : empty_float.mat5 ........ ok + update_header_test : header.mat5 ............. ok + update_seek_short_test : header_short.mat5 ....... ok + update_seek_int_test : header_int.mat5 ......... ok + update_seek_float_test : header_float.mat5 ....... ok + update_seek_double_test : header_double.mat5 ...... ok + zero_data_test : zerolen.mat5 ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.mat5 ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on MAT5 files. +---------------------------------------------------------------------- + pcm_test_char : char.pvf ................ ok + pcm_test_short : short.pvf ............... ok + pcm_test_int : int.pvf ................. ok + update_header_test : header.pvf .............. ok + update_seek_short_test : header_short.pvf ........ ok + zero_data_test : zerolen.pvf ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.pvf ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on PVF files. +---------------------------------------------------------------------- + lcomp_test_short : 8bit.xi ................. ok + lcomp_test_int : 8bit.xi ................. ok + lcomp_test_short : 16bit.xi ................ ok + lcomp_test_int : 16bit.xi ................ ok + lcomp_test_float : 16bit.xi ................ ok + lcomp_test_double : 16bit.xi ................ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on XI files. +---------------------------------------------------------------------- + pcm_test_short : short.htk ............... no stereo : ok + update_header_test : header.htk .............. ok + update_seek_short_test : header_short.htk ........ ok + zero_data_test : zerolen.htk ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.htk ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on HTK files. +---------------------------------------------------------------------- + pcm_test_char : char_u8.avr ............. ok + pcm_test_char : char_s8.avr ............. ok + pcm_test_short : short.avr ............... ok + update_header_test : header.avr .............. ok + update_seek_short_test : header_short.avr ........ ok + zero_data_test : zerolen.avr ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.avr ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on AVR files. +---------------------------------------------------------------------- + pcm_test_char : char.sds ................ no stereo : ok + pcm_test_short : short.sds ............... no stereo : ok + pcm_test_24bit : 24bit.sds ............... no stereo : ok + empty_file_test : empty_char.sds .......... ok + empty_file_test : empty_short.sds ......... ok + update_header_test : header.sds .............. ok + zero_data_test : zerolen.sds ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.sds ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on SDS files. +---------------------------------------------------------------------- + pcm_test_char : char.sd2 ................ ok + pcm_test_short : short.sd2 ............... ok + pcm_test_24bit : 24bit.sd2 ............... ok + pcm_test_int : 32bit.sd2 ............... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on SD2 files. +---------------------------------------------------------------------- + lcomp_test_short : psion.wve ............... ok + lcomp_test_int : psion.wve ............... ok + lcomp_test_float : psion.wve ............... ok + lcomp_test_double : psion.wve ............... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on WVE files. +---------------------------------------------------------------------- + pcm_test_short : short.mpc ............... ok + update_header_test : header.mpc .............. ok + update_seek_short_test : header_short.mpc ........ ok + zero_data_test : zerolen.mpc ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.mpc ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on MPC 2000 files. +---------------------------------------------------------------------- + pcm_test_char : char.flac ............... ok + pcm_test_short : short.flac .............. ok + pcm_test_24bit : 24bit.flac .............. ok + compression_size_test : q[36]_pcm16.flac ........ ok + string_start_test : strings.flac ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on FLAC files. +---------------------------------------------------------------------- + ogg_short_test : vorbis_short.oga ........ ok + ogg_seek_test : vorbis_short.oga ........ ok + ogg_int_test : vorbis_int.oga .......... ok + ogg_seek_test : vorbis_int.oga .......... ok + ogg_float_test : vorbis_float.oga ........ ok + ogg_seek_test : vorbis_float.oga ........ ok + ogg_double_test : vorbis_double.oga ....... ok + ogg_seek_test : vorbis_double.oga ....... ok + ogg_stereo_seek_test : vorbis_seek.ogg ......... ok + vorbis_test : vorbis_test.oga ......... ok + compression_size_test : q[36]_vorbis.oga ........ ok + sdlcomp_test_short : vorbis.oga .............. ok + sdlcomp_test_int : vorbis.oga .............. ok + string_start_test : vorbis.oga .............. ok + zero_data_test : zerolen.oga ............. ok + permission_test : readonly.oga ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on OGG/VORBIS files. +---------------------------------------------------------------------- + stdio_test : raw ..................... ok + stdio_test : wav ..................... ok + stdio_test : aiff .................... ok + stdio_test : au ...................... ok + stdio_test : paf ..................... ok + stdio_test : svx ..................... ok + stdio_test : nist .................... ok + stdio_test : ircam ................... ok + stdio_test : voc ..................... ok + stdio_test : w64 ..................... ok + stdio_test : mat4 .................... ok + stdio_test : mat5 .................... ok + stdio_test : pvf ..................... ok + pipe_read_test : pipe_in.raw ............. ok + pipe_read_test : pipe_in.au .............. ok + pipe_read_test : pipe_in.aiff ............ ok + pipe_read_test : pipe_in.wav ............. ok + pipe_read_test : pipe_in.w64 ............. ok + pipe_read_test : pipe_in.paf ............. ok + pipe_read_test : pipe_in.nist ............ ok + pipe_read_test : pipe_in.ircam ........... ok + pipe_read_test : pipe_in.mat4 ............ ok + pipe_read_test : pipe_in.mat5 ............ ok + pipe_read_test : pipe_in.svx ............. ok + pipe_read_test : pipe_in.pvf ............. ok + pipe_write_test : raw ..................... ok + pipe_write_test : au ...................... ok + pipe_write_test : paf ..................... ok + pipe_write_test : ircam ................... ok + pipe_write_test : pvf ..................... ok + useek_pipe_rw_test : raw ..................... ok + useek_pipe_rw_test : au ...................... ok + useek_pipe_rw_test : paf ..................... ok + useek_pipe_rw_test : ircam ................... ok + useek_pipe_rw_test : pvf ..................... ok + virtual i/o test : vio_pcm16.wav ........... ok + virtual i/o test : vio_pcm24.aiff .......... ok + virtual i/o test : vio_float.au ............ ok + virtual i/o test : vio_pcm24.paf ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed stdio/pipe/vio tests. +---------------------------------------------------------------------- +Testing WAV metadata manipulation: + Empty fail test :ok + Copy test :ok + Auto date test :ok + Update test :ok + Post mod test :ok + Update test :ok + Rewrite test :ok diff -r 90655deaa314 -r 9f73487af259 components/libsndfile/test/results-64-sparc.master --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/libsndfile/test/results-64-sparc.master Tue Apr 11 06:59:37 2017 -0700 @@ -0,0 +1,907 @@ + binheader_writef_check :ok +ok +./test_main + File offsets are 64 bit : ok + Testing big endian conversions : ok + Testing little endian conversions : ok + test_endswap_short : ok + test_endswap_int : ok + test_endswap_int64_t : ok + test_psf_put_be16 : ok + test_psf_put_be32 : ok + test_psf_put_be64 : ok + test_float_convert : ok + test_double_convert : ok + Testing psf_log_printf : ok + Testing binheader_writef : ok + Testing file open : ok + Testing file write : ok + Testing file read : ok + Testing file seek : ok + Testing file offset : ok + Testing file truncate : ok + Testing audio detect : ok + Testing ima/oki encoder : ok + Testing ima/oki decoder : ok + Testing ima/oki block encoder : ok + Testing ima/oki block decoder : ok + Testing psf_strlcpy_crlf : ok + Testing broadcast_var_set : ok + Testing broadcast_var_zero : ok + Testing cart_var_set : ok +ok + error_number_test : ......................... ok + error_value_test : error.aiff .............. ok + error_close_test : error_close.wav ......... ok + no_file_test : no_file.wav ............. ok + zero_length_test : zero_length.wav ......... ok + bad_wav_test : bad_wav.wav ............. ok + lrintf_test : ......................... ok + pcm_test_bits_8 : pcm-s8.raw .............. ok + pcm_test_bits_8 : pcm-u8.raw .............. ok + pcm_test_bits_16 : le-pcm16.raw ............ ok + pcm_test_bits_16 : be-pcm16.raw ............ ok + pcm_test_bits_24 : le-pcm24.raw ............ ok + pcm_test_bits_24 : be-pcm24.raw ............ ok + pcm_test_bits_32 : le-pcm32.raw ............ ok + pcm_test_bits_32 : be-pcm32.raw ............ ok + pcm_test_float : le-float.raw ............ ok + pcm_test_float : be-float.raw ............ ok + pcm_test_double : le-double.raw ........... ok + pcm_test_double : be-double.raw ........... ok + pcm_test_float (replace) : le-float.raw ............ ok + pcm_test_float (replace) : be-float.raw ............ ok + pcm_test_double (replace) : le-double.raw ........... ok + pcm_test_double (replace) : be-double.raw ........... ok + ulaw_test : encoder ................. ok + ulaw_test : decoder ................. ok + alaw_test : encoder ................. ok + alaw_test : decoder ................. ok + dwvw_test : dwvw12.raw .............. ok + dwvw_test : dwvw16.raw .............. ok + dwvw_test : dwvw24.raw .............. ok + version_test : (none) .................. ok + float_norm_test : float.wav ............... ok + double_norm_test : double.wav .............. ok + format_tests : (null) .................. ok + calc_peak_test (1 channels) : be-peak.raw ............. ok + calc_peak_test (1 channels) : le-peak.raw ............. ok + calc_peak_test (7 channels) : be-peak.raw ............. ok + calc_peak_test (7 channels) : le-peak.raw ............. ok + truncate_test : truncate.raw ............ ok + truncate_test : truncate.au ............. ok + instrument_test : instrument.wav .......... ok + instrument_test : instrument.aiff ......... ok + cue_test : cue.wav ................. ok + cue_test : cue.aiff ................ ok + current_sf_info_test : current.wav ............. ok + broadcast_test : broadcast.wav ........... ok + broadcast_rdwr_test : broadcast.wav ........... ok + broadcast_test : broadcast.wavex ......... ok + broadcast_rdwr_test : broadcast.wavex ......... ok + broadcast_test : broadcast.rf64 .......... ok + broadcast_rdwr_test : broadcast.rf64 .......... ok + broadcast_coding_history_test : coding_history.wav ...... ok + broadcast_coding_history_size : coding_hist_size.wav .... ok + channel_map_test : chanmap.wavex ........... ok + channel_map_test : chanmap.rf64 ............ ok + channel_map_test : chanmap.aifc ............ ok + channel_map_test : chanmap.caf ............. ok + cart_test : cart.wav ................ ok + cart_rdwr_test : cart.wav ................ ok + cart_test : cart.rf64 ............... ok + cart_rdwr_test : cart.rf64 ............... ok + float_scaled_test : float.raw ............... -500.0dB SNR ... ok + float_scaled_test : pcm_s8.raw .............. -42.1dB SNR ... ok + float_scaled_test : pcm_u8.raw .............. -42.1dB SNR ... ok + float_scaled_test : pcm_16.raw .............. -90.2dB SNR ... ok + float_scaled_test : pcm_24.raw .............. -138.5dB SNR ... ok + float_scaled_test : pcm_32.raw .............. -226.0dB SNR ... ok + float_scaled_test : ulaw.raw ................ -61.7dB SNR ... ok + float_scaled_test : alaw.raw ................ -61.0dB SNR ... ok + float_scaled_test : ima_adpcm.wav ........... -58.2dB SNR ... ok + float_scaled_test : ms_adpcm.wav ............ -49.2dB SNR ... ok + float_scaled_test : gsm610.raw .............. -38.5dB SNR ... ok + float_scaled_test : g721_32.au .............. -39.5dB SNR ... ok + float_scaled_test : g723_24.au .............. -39.2dB SNR ... ok + float_scaled_test : g723_40.au .............. -44.6dB SNR ... ok + float_scaled_test : le_paf_24.paf ........... -153.1dB SNR ... ok + float_scaled_test : be_paf_24.paf ........... -153.1dB SNR ... ok + float_scaled_test : dwvw_12.raw ............. -78.0dB SNR ... ok + float_scaled_test : dwvw_16.raw ............. -102.2dB SNR ... ok + float_scaled_test : dwvw_24.raw ............. -153.1dB SNR ... ok + float_scaled_test : adpcm.vox ............... -56.4dB SNR ... ok + float_scaled_test : dpcm_16.xi .............. -90.2dB SNR ... ok + float_scaled_test : dpcm_8.xi ............... -42.1dB SNR ... ok + float_scaled_test : pcm_s8.sds .............. -89.8dB SNR ... ok + float_scaled_test : pcm_16.sds .............. -132.2dB SNR ... ok + float_scaled_test : pcm_24.sds .............. -176.3dB SNR ... ok + float_scaled_test : alac_16.caf ............. -102.2dB SNR ... ok + float_scaled_test : alac_32.caf ............. -226.0dB SNR ... ok + float_scaled_test : alac_24.caf ............. -153.1dB SNR ... ok + float_scaled_test : alac_20.caf ............. -125.9dB SNR ... ok + float_scaled_test : flac_8.flac ............. -42.1dB SNR ... ok + float_scaled_test : flac_16.flac ............ -90.2dB SNR ... ok + float_scaled_test : flac_24.flac ............ -138.5dB SNR ... ok + float_scaled_test : vorbis.oga .............. -41.3dB SNR ... ok + float_scaled_test : replace_float.raw ....... -500.0dB SNR ... ok + double_scaled_test : double.raw .............. -500.0dB SNR ... ok + double_scaled_test : pcm_s8.raw .............. -42.1dB SNR ... ok + double_scaled_test : pcm_u8.raw .............. -42.1dB SNR ... ok + double_scaled_test : pcm_16.raw .............. -90.2dB SNR ... ok + double_scaled_test : pcm_24.raw .............. -138.6dB SNR ... ok + double_scaled_test : pcm_32.raw .............. -186.6dB SNR ... ok + double_scaled_test : ulaw.raw ................ -61.7dB SNR ... ok + double_scaled_test : alaw.raw ................ -61.0dB SNR ... ok + double_scaled_test : ima_adpcm.wav ........... -58.2dB SNR ... ok + double_scaled_test : ms_adpcm.wav ............ -49.2dB SNR ... ok + double_scaled_test : gsm610.raw .............. -38.5dB SNR ... ok + double_scaled_test : g721_32.au .............. -39.5dB SNR ... ok + double_scaled_test : g723_24.au .............. -39.2dB SNR ... ok + double_scaled_test : g723_40.au .............. -44.6dB SNR ... ok + double_scaled_test : be_paf_24.paf ........... -154.0dB SNR ... ok + double_scaled_test : le_paf_24.paf ........... -154.0dB SNR ... ok + double_scaled_test : dwvw_12.raw ............. -78.0dB SNR ... ok + double_scaled_test : dwvw_16.raw ............. -102.3dB SNR ... ok + double_scaled_test : dwvw_24.raw ............. -154.0dB SNR ... ok + double_scaled_test : adpcm.vox ............... -56.4dB SNR ... ok + double_scaled_test : dpcm_16.xi .............. -90.2dB SNR ... ok + double_scaled_test : dpcm_8.xi ............... -42.1dB SNR ... ok + double_scaled_test : pcm_s8.sds .............. -89.8dB SNR ... ok + double_scaled_test : pcm_16.sds .............. -132.3dB SNR ... ok + double_scaled_test : pcm_24.sds .............. -180.2dB SNR ... ok + double_scaled_test : alac_16.caf ............. -102.3dB SNR ... ok + double_scaled_test : alac_20.caf ............. -125.9dB SNR ... ok + double_scaled_test : alac_24.caf ............. -154.0dB SNR ... ok + double_scaled_test : alac_32.caf ............. -186.6dB SNR ... ok + double_scaled_test : flac_8.flac ............. -42.1dB SNR ... ok + double_scaled_test : flac_16.flac ............ -90.2dB SNR ... ok + double_scaled_test : flac_24.flac ............ -138.6dB SNR ... ok + double_scaled_test : vorbis.oga .............. -41.3dB SNR ... ok + double_scaled_test : replace_double.raw ...... -500.0dB SNR ... ok + float_short_little_test : float_short_little.au ... ok + float_short_big_test : float_short_big.au ...... ok + float_int_little_test : float_int_little.au ..... ok + float_int_big_test : float_int_big.au ........ ok + double_short_little_test : double_short_little.au .. ok + double_short_big_test : double_short_big.au ..... ok + double_int_little_test : double_int_little.au .... ok + double_int_big_test : double_int_big.au ....... ok + checksum_test : checksum.ulaw ........... ok + checksum_test : cksum_ulaw.pcm16 ........ ok + checksum_test : checksum.alaw ........... ok + checksum_test : cksum_alaw.pcm16 ........ ok + checksum_test : checksum.gsm ............ ok + checksum_test : cksum_gsm.pcm16 ......... ok + checksum_test : checksum.vox ............ ok + checksum_test : cksum_vox.pcm16 ......... ok + flt_scale_clip_test_08 : scale_clip_s8.au ........ ok + flt_scale_clip_test_08 : scale_clip_u8.wav ....... ok + dbl_scale_clip_test_08 : scale_clip_s8.au ........ ok + dbl_scale_clip_test_08 : scale_clip_u8.wav ....... ok + flt_scale_clip_test_16 : scale_clip_be16.au ...... ok + flt_scale_clip_test_16 : scale_clip_le16.au ...... ok + flt_scale_clip_test_24 : scale_clip_be24.au ...... ok + flt_scale_clip_test_24 : scale_clip_le24.au ...... ok + flt_scale_clip_test_32 : scale_clip_be32.au ...... ok + flt_scale_clip_test_32 : scale_clip_le32.au ...... ok + dbl_scale_clip_test_16 : scale_clip_be16.au ...... ok + dbl_scale_clip_test_16 : scale_clip_le16.au ...... ok + dbl_scale_clip_test_24 : scale_clip_be24.au ...... ok + dbl_scale_clip_test_24 : scale_clip_le24.au ...... ok + dbl_scale_clip_test_32 : scale_clip_be32.au ...... ok + dbl_scale_clip_test_32 : scale_clip_le32.au ...... ok + flt_short_clip_read_test : flt_short.au ............ ok + flt_int_clip_read_test : flt_int.au .............. ok + dbl_short_clip_read_test : dbl_short.au ............ ok + dbl_int_clip_read_test : dbl_int.au .............. ok + short_flt_clip_write_test : short_flt.au ............ ok + int_flt_clip_write_test : int_flt.au .............. ok + short_dbl_clip_write_test : short_dbl.au ............ ok + int_dbl_clip_write_test : int_dbl.au .............. ok + old_test : ......................... ok + headerless_test : raw.vox ................. ok + headerless_test : raw.gsm ................. ok + headerless_test : raw.snd ................. ok + headerless_test : raw.au .................. ok + rdwr_short_test : rdwr_short.wav .......... ok + rdwr_int_test : rdwr_int.wav ............ ok + rdwr_float_test : rdwr_float.wav .......... ok + rdwr_double_test : rdwr_double.wav ......... ok + rdwr_raw_test : rdwr_raw.wav ............ ok + locale_test de_DE : Füße.au ok + locale_test en_AU : kangaroo.au ok + locale_test POSIX : posix.au ok + locale_test pt_PT : conceição.au ok + locale_test ja_JP : おはようございます.au ok + locale_test vi_VN : quốc ngữ.au ok + major_format_test : ......................... ok + subtype_format_test : ......................... ok + simple_format_test : ......................... ok + flac_subset_test : ......................... ok + format_error_test : ......................... ok + format_combo_test : ......................... ok + channel_test : chan_1.wav .............. ok + channel_test : chan_2.wav .............. ok + channel_test : chan_3.wav .............. ok + channel_test : chan_4.wav .............. ok + channel_test : chan_5.wav .............. ok + channel_test : chan_6.wav .............. ok + channel_test : chan_7.wav .............. ok + channel_test : chan_8.wav .............. ok + ceeplusplus_test : cpp_test.wav ............ ok + ceeplusplus_test : cpp_test.aiff ........... ok + ceeplusplus_test : cpp_test.au ............. ok + ceeplusplus_extra_test : bad_file_name.wav ....... ok + ceeplusplus_handle_test : cpp_test.wav ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed common tests. +---------------------------------------------------------------------- + pcm_test_char : char_u8.aiff ............ ok + pcm_test_char : char_s8.aiff ............ ok + pcm_test_short : short.aiff .............. ok + pcm_test_24bit : 24bit.aiff .............. ok + pcm_test_int : int.aiff ................ ok + pcm_test_short : short_sowt.aifc ......... ok + pcm_test_24bit : 24bit_sowt.aifc ......... ok + pcm_test_int : int_sowt.aifc ........... ok + pcm_test_short : short_twos.aifc ......... ok + pcm_test_24bit : 24bit_twos.aifc ......... ok + pcm_test_int : int_twos.aifc ........... ok + pcm_test_short : dwvw16.aifc ............. no seek : no seek : ok + pcm_test_24bit : dwvw24.aifc ............. no seek : no seek : ok + pcm_test_float : float.aifc .............. ok + pcm_test_double : double.aifc ............. ok + empty_file_test : empty_char.aiff ......... ok + empty_file_test : empty_short.aiff ........ ok + empty_file_test : empty_float.aiff ........ ok + lcomp_test_short : ulaw.aiff ............... ok + lcomp_test_int : ulaw.aiff ............... ok + lcomp_test_float : ulaw.aiff ............... ok + lcomp_test_double : ulaw.aiff ............... ok + read_raw_test : ulaw.aiff ............... ok + lcomp_test_short : alaw.aiff ............... ok + lcomp_test_int : alaw.aiff ............... ok + lcomp_test_float : alaw.aiff ............... ok + lcomp_test_double : alaw.aiff ............... ok + read_raw_test : alaw.aiff ............... ok + sdlcomp_test_short : gsm610.aiff ............. ok + sdlcomp_test_int : gsm610.aiff ............. ok + sdlcomp_test_float : gsm610.aiff ............. ** fix this ** ok + sdlcomp_test_double : gsm610.aiff ............. ok +========================== +./lossy_comp_test aiff_ima +========================== + test_float_peak : peak_float.aiff ......... ok + read_write_peak_test : rw_peak.aiff ............ ok + update_header_test : header.aiff ............. ok + update_seek_short_test : header_short.aiff ....... ok + update_seek_int_test : header_int.aiff ......... ok + update_seek_float_test : header_float.aiff ....... ok + update_seek_double_test : header_double.aiff ...... ok + header_shrink_test : header_shrink.wav ....... ok + extra_header_test : extra.aiff .............. ok + zero_data_test : zerolen.aiff ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.aiff ........... ok + string_start_test : strings.aiff ............ ok + string_start_end_test : strings.aiff ............ ok + multi_file_test : multi_aiff.dat .......... ok + aiff_rw_test : rw.aifc ................. ok + chunk_test : chunks_pcm16.aiff ....... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on AIFF files. +---------------------------------------------------------------------- + pcm_test_char : char.au ................. ok + pcm_test_short : short.au ................ ok + pcm_test_24bit : 24bit.au ................ ok + pcm_test_int : int.au .................. ok + pcm_test_float : float.au ................ ok + pcm_test_double : double.au ............... ok + pcm_test_char : char_le.au .............. ok + pcm_test_short : short_le.au ............. ok + pcm_test_24bit : 24bit_le.au ............. ok + pcm_test_int : int_le.au ............... ok + pcm_test_float : float_le.au ............. ok + pcm_test_double : double_le.au ............ ok + lcomp_test_short : ulaw.au ................. ok + lcomp_test_int : ulaw.au ................. ok + lcomp_test_float : ulaw.au ................. ok + lcomp_test_double : ulaw.au ................. ok + lcomp_test_short : alaw.au ................. ok + lcomp_test_int : alaw.au ................. ok + lcomp_test_float : alaw.au ................. ok + lcomp_test_double : alaw.au ................. ok + lcomp_test_short : g721.au ................. ok + lcomp_test_int : g721.au ................. ok + lcomp_test_float : g721.au ................. ok + lcomp_test_double : g721.au ................. ok + lcomp_test_short : g723_24.au .............. ok + lcomp_test_int : g723_24.au .............. ok + lcomp_test_float : g723_24.au .............. ok + lcomp_test_double : g723_24.au .............. ok + lcomp_test_short : g723_40.au .............. ok + lcomp_test_int : g723_40.au .............. ok + lcomp_test_float : g723_40.au .............. ok + lcomp_test_double : g723_40.au .............. ok + update_header_test : header.au ............... ok + update_seek_short_test : header_short.au ......... ok + update_seek_int_test : header_int.au ........... ok + update_seek_float_test : header_float.au ......... ok + update_seek_double_test : header_double.au ........ ok + zero_data_test : zerolen.au .............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.au ............. ok + multi_file_test : multi_au.dat ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on AU files. +---------------------------------------------------------------------- + pcm_test_char : char.caf ................ ok + pcm_test_short : short.caf ............... ok + pcm_test_24bit : 24bit.caf ............... ok + pcm_test_int : int.caf ................. ok + pcm_test_float : float.caf ............... ok + pcm_test_double : double.caf .............. ok + pcm_test_short : short_le.caf ............ ok + pcm_test_24bit : 24bit_le.caf ............ ok + pcm_test_int : int_le.caf .............. ok + pcm_test_float : float_le.caf ............ ok + pcm_test_double : double_le.caf ........... ok + pcm_test_short : alac16.caf .............. ok + pcm_test_20bit : alac20.caf .............. ok + pcm_test_24bit : alac24.caf .............. ok + pcm_test_int : alac32.caf .............. ok + lcomp_test_short : ulaw.caf ................ ok + lcomp_test_int : ulaw.caf ................ ok + lcomp_test_float : ulaw.caf ................ ok + lcomp_test_double : ulaw.caf ................ ok + read_raw_test : ulaw.caf ................ ok + lcomp_test_short : alaw.caf ................ ok + lcomp_test_int : alaw.caf ................ ok + lcomp_test_float : alaw.caf ................ ok + lcomp_test_double : alaw.caf ................ ok + read_raw_test : alaw.caf ................ ok + update_header_test : header.caf .............. ok + update_seek_short_test : header_short.caf ........ ok + update_seek_int_test : header_int.caf .......... ok + update_seek_float_test : header_float.caf ........ ok + update_seek_double_test : header_double.caf ....... ok + test_float_peak : peak_float.caf .......... ok + read_write_peak_test : rw_peak.caf ............. ok + zero_data_test : zerolen.caf ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.caf ............ ok + chunk_test : chunks_pcm16.caf ........ ok + chunk_test : chunks_alac.caf ......... ok + large_free_test : large_free.caf .......... ok + large_free_test : large_free.caf .......... ok + string_start_test : strings.caf ............. ok + string_start_end_test : strings.caf ............. ok + string_multi_set_test : multi.caf ............... ok + short_lrw_test : alac.caf ................ ok + int_lrw_test : alac.caf ................ ok + float_lrw_test : alac.caf ................ ok + double_lrw_test : alac.caf ................ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on CAF files. +---------------------------------------------------------------------- + pcm_test_char : char.wav ................ ok + pcm_test_short : short.wav ............... ok + pcm_test_24bit : 24bit.wav ............... ok + pcm_test_int : int.wav ................. ok + pcm_test_char : char.rifx ............... ok + pcm_test_short : short.rifx .............. ok + pcm_test_24bit : 24bit.rifx .............. ok + pcm_test_int : int.rifx ................ ok + pcm_test_24bit : 24bit.wavex ............. ok + pcm_test_int : int.wavex ............... ok + pcm_test_float : float.wav ............... ok + pcm_test_double : double.wav .............. ok + pcm_test_float : float.rifx .............. ok + pcm_test_double : double.rifx ............. ok + pcm_test_float : float.wavex ............. ok + pcm_test_double : double.wavex ............ ok + empty_file_test : empty_char.wav .......... ok + empty_file_test : empty_short.wav ......... ok + empty_file_test : empty_float.wav ......... ok + lcomp_test_short : pcm.wav ................. ok + lcomp_test_int : pcm.wav ................. ok + lcomp_test_short : pcm.rifx ................ ok + lcomp_test_int : pcm.rifx ................ ok + lcomp_test_float : pcm.wav ................. ok + lcomp_test_double : pcm.wav ................. ok + read_raw_test : pcm.wav ................. ok + lcomp_test_short : ima.wav ................. ok + lcomp_test_int : ima.wav ................. ok + lcomp_test_float : ima.wav ................. ok + lcomp_test_double : ima.wav ................. ok + lcomp_test_short : ima.rifx ................ ok + lcomp_test_int : ima.rifx ................ ok + lcomp_test_float : ima.rifx ................ ok + lcomp_test_double : ima.rifx ................ ok + sdlcomp_test_short : ima.wav ................. ok + sdlcomp_test_int : ima.wav ................. ok + sdlcomp_test_float : ima.wav ................. ** fix this ** ok + sdlcomp_test_double : ima.wav ................. ok + lcomp_test_short : msadpcm.wav ............. ok + lcomp_test_int : msadpcm.wav ............. ok + lcomp_test_float : msadpcm.wav ............. ok + lcomp_test_double : msadpcm.wav ............. ok + lcomp_test_short : msadpcm.rifx ............ ok + lcomp_test_int : msadpcm.rifx ............ ok + lcomp_test_float : msadpcm.rifx ............ ok + lcomp_test_double : msadpcm.rifx ............ ok + sdlcomp_test_short : msadpcm.wav ............. ok + sdlcomp_test_int : msadpcm.wav ............. ok + sdlcomp_test_float : msadpcm.wav ............. ** fix this ** ok + sdlcomp_test_double : msadpcm.wav ............. ok + lcomp_test_short : ulaw.wav ................ ok + lcomp_test_int : ulaw.wav ................ ok + lcomp_test_short : ulaw.rifx ............... ok + lcomp_test_int : ulaw.rifx ............... ok + lcomp_test_float : ulaw.wav ................ ok + lcomp_test_double : ulaw.wav ................ ok + read_raw_test : ulaw.wav ................ ok + lcomp_test_short : alaw.wav ................ ok + lcomp_test_int : alaw.wav ................ ok + lcomp_test_float : alaw.wav ................ ok + lcomp_test_double : alaw.wav ................ ok + read_raw_test : alaw.wav ................ ok + sdlcomp_test_short : gsm610.wav .............. ok + sdlcomp_test_int : gsm610.wav .............. ok + sdlcomp_test_short : gsm610.rifx ............. ok + sdlcomp_test_int : gsm610.rifx ............. ok + sdlcomp_test_float : gsm610.wav .............. ** fix this ** ok + sdlcomp_test_double : gsm610.wav .............. ok + lcomp_test_short : g721.wav ................ ok + lcomp_test_int : g721.wav ................ ok + lcomp_test_short : g721.rifx ............... ok + lcomp_test_int : g721.rifx ............... ok + test_float_peak : peak_float.wav .......... ok + test_float_peak : peak_float.wavex ........ ok + test_float_peak : peak_float.rifx ......... ok + read_write_peak_test : rw_peak.wav ............. ok + read_write_peak_test : rw_peak.wavex ........... ok + update_header_test : header.wav .............. ok + update_seek_short_test : header_short.wav ........ ok + update_seek_int_test : header_int.wav .......... ok + update_seek_float_test : header_float.wav ........ ok + update_seek_double_test : header_double.wav ....... ok + header_shrink_test : header_shrink.wav ....... ok + extra_header_test : extra.wav ............... ok + update_header_test : header.wavex ............ ok + update_seek_short_test : header_short.wavex ...... ok + update_seek_int_test : header_int.wavex ........ ok + update_seek_float_test : header_float.wavex ...... ok + update_seek_double_test : header_double.wavex ..... ok + header_shrink_test : header_shrink.wavex ..... ok + extra_header_test : extra.wavex ............. ok + zero_data_test : zerolen.wav ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.wav ............ ok + wavex_amb_test : ambisonic.wav ........... ok + string_start_end_test : strings.wav ............. ok + string_multi_set_test : multi.wav ............... ok + string_rdwr_test : rdwr.wav ................ ok + string_short_rdwr_test : short_rdwr.wav .......... ok + string_rdwr_grow_test : rdwr_grow.wav ........... ok + string_header_update : header_update.wav ....... ok + string_start_end_test : strings.wavex ........... ok + string_multi_set_test : multi.wavex ............. ok + string_rdwr_test : rdwr.wavex .............. ok + string_short_rdwr_test : short_rdwr.wavex ........ ok + string_start_end_test : strings.rifx ............ ok + string_multi_set_test : multi.rifx .............. ok + string_rdwr_test : rdwr.rifx ............... ok + string_short_rdwr_test : short_rdwr.rifx ......... ok + software_string_test : software_string.wav ..... ok + multi_file_test : multi_wav.dat ........... ok + chunk_test : chunks_pcm16.wav ........ ok + chunk_test : chunks_pcm16.rifx ....... ok + chunk_test : chunks_pcm16.wavex ...... ok + wav_subchunk_test : subchunk_0100.wav ....... ok + wav_subchunk_test : subchunk_0400.wav ....... ok + wav_subchunk_test : subchunk_1600.wav ....... ok + wav_subchunk_test : subchunk_6400.wav ....... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on WAV files. +---------------------------------------------------------------------- + pcm_test_char : char.w64 ................ ok + pcm_test_short : short.w64 ............... ok + pcm_test_24bit : 24bit.w64 ............... ok + pcm_test_int : int.w64 ................. ok + pcm_test_float : float.w64 ............... ok + pcm_test_double : double.w64 .............. ok + empty_file_test : empty_char.w64 .......... ok + empty_file_test : empty_short.w64 ......... ok + empty_file_test : empty_float.w64 ......... ok + lcomp_test_short : ima.w64 ................. ok + lcomp_test_int : ima.w64 ................. ok + lcomp_test_float : ima.w64 ................. ok + lcomp_test_double : ima.w64 ................. ok + sdlcomp_test_short : ima.w64 ................. ok + sdlcomp_test_int : ima.w64 ................. ok + sdlcomp_test_float : ima.w64 ................. ** fix this ** ok + sdlcomp_test_double : ima.w64 ................. ok + lcomp_test_short : msadpcm.w64 ............. ok + lcomp_test_int : msadpcm.w64 ............. ok + lcomp_test_float : msadpcm.w64 ............. ok + lcomp_test_double : msadpcm.w64 ............. ok + sdlcomp_test_short : msadpcm.w64 ............. ok + sdlcomp_test_int : msadpcm.w64 ............. ok + sdlcomp_test_float : msadpcm.w64 ............. ** fix this ** ok + sdlcomp_test_double : msadpcm.w64 ............. ok + lcomp_test_short : ulaw.w64 ................ ok + lcomp_test_int : ulaw.w64 ................ ok + lcomp_test_float : ulaw.w64 ................ ok + lcomp_test_double : ulaw.w64 ................ ok + read_raw_test : ulaw.w64 ................ ok + lcomp_test_short : alaw.w64 ................ ok + lcomp_test_int : alaw.w64 ................ ok + lcomp_test_float : alaw.w64 ................ ok + lcomp_test_double : alaw.w64 ................ ok + read_raw_test : alaw.w64 ................ ok + sdlcomp_test_short : gsm610.w64 .............. ok + sdlcomp_test_int : gsm610.w64 .............. ok + sdlcomp_test_float : gsm610.w64 .............. ** fix this ** ok + sdlcomp_test_double : gsm610.w64 .............. ok + update_header_test : header.w64 .............. ok + update_seek_short_test : header_short.w64 ........ ok + update_seek_int_test : header_int.w64 .......... ok + update_seek_float_test : header_float.w64 ........ ok + update_seek_double_test : header_double.w64 ....... ok + zero_data_test : zerolen.w64 ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.w64 ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on W64 files. +---------------------------------------------------------------------- + pcm_test_char : char.rf64 ............... ok + pcm_test_short : short.rf64 .............. ok + pcm_test_24bit : 24bit.rf64 .............. ok + pcm_test_int : int.rf64 ................ ok + pcm_test_float : float.rf64 .............. ok + pcm_test_double : double.rf64 ............. ok + empty_file_test : empty_char.rf64 ......... ok + empty_file_test : empty_short.rf64 ........ ok + empty_file_test : empty_float.rf64 ........ ok + update_header_test : header.rf64 ............. ok + update_seek_short_test : header_short.rf64 ....... ok + update_seek_int_test : header_int.rf64 ......... ok + update_seek_float_test : header_float.rf64 ....... ok + update_seek_double_test : header_double.rf64 ...... ok + zero_data_test : zerolen.rf64 ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.rf64 ........... ok + rf64_downgrade_test : downgrade.wav ........... ok + string_start_test : strings.rf64 ............ ok + string_start_end_test : strings.rf64 ............ ok + string_multi_set_test : multi.rf64 .............. ok + test_float_peak : peak_float.rf64 ......... ok + read_write_peak_test : rw_peak.rf64 ............ ok + chunk_test : chunks_pcm16.rf64 ....... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on RF64 files. +---------------------------------------------------------------------- + pcm_test_char : char_s8.raw ............. ok + pcm_test_char : char_u8.raw ............. ok + pcm_test_short : short_le.raw ............ ok + pcm_test_short : short_be.raw ............ ok + pcm_test_24bit : 24bit_le.raw ............ ok + pcm_test_24bit : 24bit_be.raw ............ ok + pcm_test_int : int_le.raw .............. ok + pcm_test_int : int_be.raw .............. ok + pcm_test_float : float_le.raw ............ ok + pcm_test_float : float_be.raw ............ ok + pcm_test_double : double_le.raw ........... ok + pcm_test_double : double_be.raw ........... ok + lcomp_test_short : ulaw.raw ................ ok + lcomp_test_int : ulaw.raw ................ ok + lcomp_test_float : ulaw.raw ................ ok + lcomp_test_double : ulaw.raw ................ ok + lcomp_test_short : alaw.raw ................ ok + lcomp_test_int : alaw.raw ................ ok + lcomp_test_float : alaw.raw ................ ok + lcomp_test_double : alaw.raw ................ ok + sdlcomp_test_short : raw.gsm ................. ok + sdlcomp_test_int : raw.gsm ................. ok + sdlcomp_test_float : raw.gsm ................. ** fix this ** ok + sdlcomp_test_double : raw.gsm ................. ok + lcomp_test_short : adpcm.vox ............... ok + lcomp_test_int : adpcm.vox ............... ok + lcomp_test_float : adpcm.vox ............... ok + lcomp_test_double : adpcm.vox ............... ok + sdlcomp_test_short : adpcm.vox ............... ok + sdlcomp_test_int : adpcm.vox ............... ok + sdlcomp_test_float : adpcm.vox ............... ** fix this ** ok + sdlcomp_test_double : adpcm.vox ............... ok + raw_offset_test : offset.raw .............. ok + bad_raw_test : bad.raw ................. ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on RAW (header-less) files. +---------------------------------------------------------------------- + pcm_test_char : char_le.paf ............. ok + pcm_test_char : char_be.paf ............. ok + pcm_test_short : short_le.paf ............ ok + pcm_test_short : short_be.paf ............ ok + pcm_test_24bit : 24bit_le.paf ............ ok + pcm_test_24bit : 24bit_be.paf ............ ok + update_header_test : header.paf .............. ok + update_seek_short_test : header_short.paf ........ ok + zero_data_test : zerolen.paf ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.paf ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on PAF files. +---------------------------------------------------------------------- + pcm_test_char : char.svx ................ no stereo : ok + pcm_test_short : short.svx ............... no stereo : ok + empty_file_test : empty_char.svx .......... ok + empty_file_test : empty_short.svx ......... ok + update_header_test : header.svx .............. ok + update_seek_short_test : header_short.svx ........ ok + zero_data_test : zerolen.svx ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.svx ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on SVX files. +---------------------------------------------------------------------- + pcm_test_short : short_le.nist ........... ok + pcm_test_short : short_be.nist ........... ok + pcm_test_24bit : 24bit_le.nist ........... ok + pcm_test_24bit : 24bit_be.nist ........... ok + pcm_test_int : int_le.nist ............. ok + pcm_test_int : int_be.nist ............. ok + lcomp_test_short : ulaw.nist ............... ok + lcomp_test_int : ulaw.nist ............... ok + lcomp_test_float : ulaw.nist ............... ok + lcomp_test_double : ulaw.nist ............... ok + lcomp_test_short : alaw.nist ............... ok + lcomp_test_int : alaw.nist ............... ok + lcomp_test_float : alaw.nist ............... ok + lcomp_test_double : alaw.nist ............... ok + update_header_test : header.nist ............. ok + update_seek_short_test : header_short.nist ....... ok + update_seek_int_test : header_int.nist ......... ok + zero_data_test : zerolen.nist ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.nist ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on NIST files. +---------------------------------------------------------------------- + pcm_test_short : short_be.ircam .......... ok + pcm_test_short : short_le.ircam .......... ok + pcm_test_int : int_be.ircam ............ ok + pcm_test_int : int_le.ircam ............ ok + pcm_test_float : float_be.ircam .......... ok + pcm_test_float : float_le.ircam .......... ok + lcomp_test_short : ulaw.ircam .............. ok + lcomp_test_int : ulaw.ircam .............. ok + lcomp_test_float : ulaw.ircam .............. ok + lcomp_test_double : ulaw.ircam .............. ok + lcomp_test_short : alaw.ircam .............. ok + lcomp_test_int : alaw.ircam .............. ok + lcomp_test_float : alaw.ircam .............. ok + lcomp_test_double : alaw.ircam .............. ok + update_header_test : header.ircam ............ ok + update_seek_short_test : header_short.ircam ...... ok + zero_data_test : zerolen.ircam ........... ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.ircam .......... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on IRCAM files. +---------------------------------------------------------------------- + pcm_test_char : char.voc ................ ok + pcm_test_short : short.voc ............... ok + lcomp_test_short : ulaw.voc ................ ok + lcomp_test_int : ulaw.voc ................ ok + lcomp_test_float : ulaw.voc ................ ok + lcomp_test_double : ulaw.voc ................ ok + lcomp_test_short : alaw.voc ................ ok + lcomp_test_int : alaw.voc ................ ok + lcomp_test_float : alaw.voc ................ ok + lcomp_test_double : alaw.voc ................ ok + update_header_test : header.voc .............. ok + zero_data_test : zerolen.voc ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.voc ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on VOC files. +---------------------------------------------------------------------- + pcm_test_short : short_be.mat4 ........... ok + pcm_test_short : short_le.mat4 ........... ok + pcm_test_int : int_be.mat4 ............. ok + pcm_test_int : int_le.mat4 ............. ok + pcm_test_float : float_be.mat4 ........... ok + pcm_test_float : float_le.mat4 ........... ok + pcm_test_double : double_be.mat4 .......... ok + pcm_test_double : double_le.mat4 .......... ok + empty_file_test : empty_short.mat4 ........ ok + empty_file_test : empty_float.mat4 ........ ok + update_header_test : header.mat4 ............. ok + update_seek_short_test : header_short.mat4 ....... ok + update_seek_int_test : header_int.mat4 ......... ok + update_seek_float_test : header_float.mat4 ....... ok + update_seek_double_test : header_double.mat4 ...... ok + zero_data_test : zerolen.mat4 ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.mat4 ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on MAT4 files. +---------------------------------------------------------------------- + pcm_test_char : char_be.mat5 ............ ok + pcm_test_char : char_le.mat5 ............ ok + pcm_test_short : short_be.mat5 ........... ok + pcm_test_short : short_le.mat5 ........... ok + pcm_test_int : int_be.mat5 ............. ok + pcm_test_int : int_le.mat5 ............. ok + pcm_test_float : float_be.mat5 ........... ok + pcm_test_float : float_le.mat5 ........... ok + pcm_test_double : double_be.mat5 .......... ok + pcm_test_double : double_le.mat5 .......... ok + empty_file_test : empty_char.mat5 ......... ok + empty_file_test : empty_short.mat5 ........ ok + empty_file_test : empty_float.mat5 ........ ok + update_header_test : header.mat5 ............. ok + update_seek_short_test : header_short.mat5 ....... ok + update_seek_int_test : header_int.mat5 ......... ok + update_seek_float_test : header_float.mat5 ....... ok + update_seek_double_test : header_double.mat5 ...... ok + zero_data_test : zerolen.mat5 ............ ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.mat5 ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on MAT5 files. +---------------------------------------------------------------------- + pcm_test_char : char.pvf ................ ok + pcm_test_short : short.pvf ............... ok + pcm_test_int : int.pvf ................. ok + update_header_test : header.pvf .............. ok + update_seek_short_test : header_short.pvf ........ ok + zero_data_test : zerolen.pvf ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.pvf ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on PVF files. +---------------------------------------------------------------------- + lcomp_test_short : 8bit.xi ................. ok + lcomp_test_int : 8bit.xi ................. ok + lcomp_test_short : 16bit.xi ................ ok + lcomp_test_int : 16bit.xi ................ ok + lcomp_test_float : 16bit.xi ................ ok + lcomp_test_double : 16bit.xi ................ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on XI files. +---------------------------------------------------------------------- + pcm_test_short : short.htk ............... no stereo : ok + update_header_test : header.htk .............. ok + update_seek_short_test : header_short.htk ........ ok + zero_data_test : zerolen.htk ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.htk ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on HTK files. +---------------------------------------------------------------------- + pcm_test_char : char_u8.avr ............. ok + pcm_test_char : char_s8.avr ............. ok + pcm_test_short : short.avr ............... ok + update_header_test : header.avr .............. ok + update_seek_short_test : header_short.avr ........ ok + zero_data_test : zerolen.avr ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.avr ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on AVR files. +---------------------------------------------------------------------- + pcm_test_char : char.sds ................ no stereo : ok + pcm_test_short : short.sds ............... no stereo : ok + pcm_test_24bit : 24bit.sds ............... no stereo : ok + empty_file_test : empty_char.sds .......... ok + empty_file_test : empty_short.sds ......... ok + update_header_test : header.sds .............. ok + zero_data_test : zerolen.sds ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.sds ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on SDS files. +---------------------------------------------------------------------- + pcm_test_char : char.sd2 ................ ok + pcm_test_short : short.sd2 ............... ok + pcm_test_24bit : 24bit.sd2 ............... ok + pcm_test_int : 32bit.sd2 ............... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on SD2 files. +---------------------------------------------------------------------- + lcomp_test_short : psion.wve ............... ok + lcomp_test_int : psion.wve ............... ok + lcomp_test_float : psion.wve ............... ok + lcomp_test_double : psion.wve ............... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on WVE files. +---------------------------------------------------------------------- + pcm_test_short : short.mpc ............... ok + update_header_test : header.mpc .............. ok + update_seek_short_test : header_short.mpc ........ ok + zero_data_test : zerolen.mpc ............. ok + filesystem_full_test : /dev/full ............... /dev/full missing + permission_test : readonly.mpc ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on MPC 2000 files. +---------------------------------------------------------------------- + pcm_test_char : char.flac ............... ok + pcm_test_short : short.flac .............. ok + pcm_test_24bit : 24bit.flac .............. ok + compression_size_test : q[36]_pcm16.flac ........ ok + string_start_test : strings.flac ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on FLAC files. +---------------------------------------------------------------------- + ogg_short_test : vorbis_short.oga ........ ok + ogg_seek_test : vorbis_short.oga ........ ok + ogg_int_test : vorbis_int.oga .......... ok + ogg_seek_test : vorbis_int.oga .......... ok + ogg_float_test : vorbis_float.oga ........ ok + ogg_seek_test : vorbis_float.oga ........ ok + ogg_double_test : vorbis_double.oga ....... ok + ogg_seek_test : vorbis_double.oga ....... ok + ogg_stereo_seek_test : vorbis_seek.ogg ......... ok + vorbis_test : vorbis_test.oga ......... ok + compression_size_test : q[36]_vorbis.oga ........ ok + sdlcomp_test_short : vorbis.oga .............. ok + sdlcomp_test_int : vorbis.oga .............. ok + string_start_test : vorbis.oga .............. ok + zero_data_test : zerolen.oga ............. ok + permission_test : readonly.oga ............ ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed tests on OGG/VORBIS files. +---------------------------------------------------------------------- + stdio_test : raw ..................... ok + stdio_test : wav ..................... ok + stdio_test : aiff .................... ok + stdio_test : au ...................... ok + stdio_test : paf ..................... ok + stdio_test : svx ..................... ok + stdio_test : nist .................... ok + stdio_test : ircam ................... ok + stdio_test : voc ..................... ok + stdio_test : w64 ..................... ok + stdio_test : mat4 .................... ok + stdio_test : mat5 .................... ok + stdio_test : pvf ..................... ok + pipe_read_test : pipe_in.raw ............. ok + pipe_read_test : pipe_in.au .............. ok + pipe_read_test : pipe_in.aiff ............ ok + pipe_read_test : pipe_in.wav ............. ok + pipe_read_test : pipe_in.w64 ............. ok + pipe_read_test : pipe_in.paf ............. ok + pipe_read_test : pipe_in.nist ............ ok + pipe_read_test : pipe_in.ircam ........... ok + pipe_read_test : pipe_in.mat4 ............ ok + pipe_read_test : pipe_in.mat5 ............ ok + pipe_read_test : pipe_in.svx ............. ok + pipe_read_test : pipe_in.pvf ............. ok + pipe_write_test : raw ..................... ok + pipe_write_test : au ...................... ok + pipe_write_test : paf ..................... ok + pipe_write_test : ircam ................... ok + pipe_write_test : pvf ..................... ok + useek_pipe_rw_test : raw ..................... ok + useek_pipe_rw_test : au ...................... ok + useek_pipe_rw_test : paf ..................... ok + useek_pipe_rw_test : ircam ................... ok + useek_pipe_rw_test : pvf ..................... ok + virtual i/o test : vio_pcm16.wav ........... ok + virtual i/o test : vio_pcm24.aiff .......... ok + virtual i/o test : vio_float.au ............ ok + virtual i/o test : vio_pcm24.paf ........... ok +---------------------------------------------------------------------- + libsndfile-1.0.xx passed stdio/pipe/vio tests. +---------------------------------------------------------------------- +Testing WAV metadata manipulation: + Empty fail test :ok + Copy test :ok + Auto date test :ok + Update test :ok + Post mod test :ok + Update test :ok + Rewrite test :ok diff -r 90655deaa314 -r 9f73487af259 components/libsndfile/test/results-all.master --- a/components/libsndfile/test/results-all.master Tue Apr 11 02:22:58 2017 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,926 +0,0 @@ -Making check in M4 -Making check in man -Making check in doc -Making check in Win32 -Making check in src -/usr/gnu/bin/make test_main G72x/g72x_test - - binheader_writef_check :ok - -G72x/g72x_test all - g723_test : - -Max error of 585 at postion 3013. -ok -./test_main - Testing big endian conversions : ok - Testing little endian conversions : ok - test_endswap_short : ok - test_endswap_int : ok - test_endswap_int64_t : ok - test_psf_put_be16 : ok - test_psf_put_be32 : ok - test_psf_put_be64 : ok - test_float_convert : ok - test_double_convert : ok - Testing psf_log_printf : ok - Testing file open : ok - Testing file write : ok - Testing file read : ok - Testing file seek : ok - Testing file offset : ok - Testing file truncate : ok - Testing audio detect : ok - Testing ima/oki encoder : ok - Testing ima/oki decoder : ok - Testing ima/oki block encoder : ok - Testing ima/oki block decoder : ok - Testing psf_strlcpy_crlf : ok - Testing broadcast_var_set : ok - Testing broadcast_var_zero : ok - Testing cart_var_set : ok -Making check in examples -Making check in regtest -Making check in tests -/usr/gnu/bin/make sfversion floating_point_test write_read_test lossy_comp_test error_test ulaw_test alaw_test dwvw_test peak_chunk_test command_test stdin_test stdout_test stdio_test pcm_test headerless_test pipe_test benchmark header_test misc_test raw_test string_test multi_file_test dither_test chunk_test scale_clip_test win32_test fix_this aiff_rw_test virtual_io_test locale_test largefile_test win32_ordinal_test ogg_test compression_size_test checksum_test external_libs_test rdwr_test format_check_test cpp_test channel_test long_read_write_test -sh test_wrapper.sh -SunOS --n Pedantic header test : -ok - error_number_test : ......................... ok - error_value_test : error.aiff .............. ok - error_close_test : error_close.wav ......... ok - no_file_test : no_file.wav ............. ok - zero_length_test : zero_length.wav ......... ok - bad_wav_test : bad_wav.wav ............. ok - lrintf_test : ......................... ok - pcm_test_bits_8 : pcm-s8.raw .............. ok - pcm_test_bits_8 : pcm-u8.raw .............. ok - pcm_test_bits_16 : le-pcm16.raw ............ ok - pcm_test_bits_16 : be-pcm16.raw ............ ok - pcm_test_bits_24 : le-pcm24.raw ............ ok - pcm_test_bits_24 : be-pcm24.raw ............ ok - pcm_test_bits_32 : le-pcm32.raw ............ ok - pcm_test_bits_32 : be-pcm32.raw ............ ok - pcm_test_float : le-float.raw ............ ok - pcm_test_float : be-float.raw ............ ok - pcm_test_double : le-double.raw ........... ok - pcm_test_double : be-double.raw ........... ok - pcm_test_float (replace) : le-float.raw ............ ok - pcm_test_float (replace) : be-float.raw ............ ok - pcm_test_double (replace) : le-double.raw ........... ok - pcm_test_double (replace) : be-double.raw ........... ok - ulaw_test : encoder ................. ok - ulaw_test : decoder ................. ok - alaw_test : encoder ................. ok - alaw_test : decoder ................. ok - dwvw_test : dwvw12.raw .............. ok - dwvw_test : dwvw16.raw .............. ok - dwvw_test : dwvw24.raw .............. ok - version_test : (none) .................. ok - float_norm_test : float.wav ............... ok - double_norm_test : double.wav .............. ok - format_tests : (null) .................. ok - calc_peak_test (1 channels) : be-peak.raw ............. ok - calc_peak_test (1 channels) : le-peak.raw ............. ok - calc_peak_test (7 channels) : be-peak.raw ............. ok - calc_peak_test (7 channels) : le-peak.raw ............. ok - truncate_test : truncate.raw ............ ok - truncate_test : truncate.au ............. ok - instrument_test : instrument.wav .......... ok - instrument_test : instrument.aiff ......... ok - cue_test : cue.wav ................. ok - cue_test : cue.aiff ................ ok - current_sf_info_test : current.wav ............. ok - broadcast_test : broadcast.wav ........... ok - broadcast_rdwr_test : broadcast.wav ........... ok - broadcast_test : broadcast.wavex ......... ok - broadcast_rdwr_test : broadcast.wavex ......... ok - broadcast_test : broadcast.rf64 .......... ok - broadcast_rdwr_test : broadcast.rf64 .......... ok - broadcast_coding_history_test : coding_history.wav ...... ok - broadcast_coding_history_size : coding_hist_size.wav .... ok - channel_map_test : chanmap.wavex ........... ok - channel_map_test : chanmap.rf64 ............ ok - channel_map_test : chanmap.aifc ............ ok - channel_map_test : chanmap.caf ............. ok - cart_test : cart.wav ................ ok - cart_rdwr_test : cart.wav ................ ok - cart_test : cart.rf64 ............... ok - cart_rdwr_test : cart.rf64 ............... ok - float_scaled_test : float.raw ............... -500.0dB SNR ... ok - float_scaled_test : pcm_s8.raw .............. -42.1dB SNR ... ok - float_scaled_test : pcm_u8.raw .............. -42.1dB SNR ... ok - float_scaled_test : pcm_16.raw .............. -90.2dB SNR ... ok - float_scaled_test : pcm_24.raw .............. -138.5dB SNR ... ok - float_scaled_test : pcm_32.raw .............. -226.0dB SNR ... ok - float_scaled_test : ulaw.raw ................ -61.7dB SNR ... ok - float_scaled_test : alaw.raw ................ -61.0dB SNR ... ok - float_scaled_test : ima_adpcm.wav ........... -58.2dB SNR ... ok - float_scaled_test : ms_adpcm.wav ............ -49.2dB SNR ... ok - float_scaled_test : gsm610.raw .............. -38.5dB SNR ... ok - float_scaled_test : g721_32.au .............. -39.5dB SNR ... ok - float_scaled_test : g723_24.au .............. -39.2dB SNR ... ok - float_scaled_test : g723_40.au .............. -44.6dB SNR ... ok - float_scaled_test : le_paf_24.paf ........... -153.1dB SNR ... ok - float_scaled_test : be_paf_24.paf ........... -153.1dB SNR ... ok - float_scaled_test : dwvw_12.raw ............. -78.0dB SNR ... ok - float_scaled_test : dwvw_16.raw ............. -102.2dB SNR ... ok - float_scaled_test : dwvw_24.raw ............. -153.1dB SNR ... ok - float_scaled_test : adpcm.vox ............... -56.4dB SNR ... ok - float_scaled_test : dpcm_16.xi .............. -90.2dB SNR ... ok - float_scaled_test : dpcm_8.xi ............... -42.1dB SNR ... ok - float_scaled_test : pcm_s8.sds .............. -89.8dB SNR ... ok - float_scaled_test : pcm_16.sds .............. -132.2dB SNR ... ok - float_scaled_test : pcm_24.sds .............. -176.3dB SNR ... ok - float_scaled_test : alac_16.caf ............. -102.2dB SNR ... ok - float_scaled_test : alac_32.caf ............. -226.0dB SNR ... ok - float_scaled_test : alac_24.caf ............. -153.1dB SNR ... ok - float_scaled_test : alac_20.caf ............. -125.9dB SNR ... ok - float_scaled_test : flac_8.flac ............. -42.1dB SNR ... ok - float_scaled_test : flac_16.flac ............ -90.2dB SNR ... ok - float_scaled_test : flac_24.flac ............ -138.5dB SNR ... ok - float_scaled_test : vorbis.oga .............. -41.3dB SNR ... ok - float_scaled_test : replace_float.raw ....... -500.0dB SNR ... ok - double_scaled_test : double.raw .............. -500.0dB SNR ... ok - double_scaled_test : pcm_s8.raw .............. -42.1dB SNR ... ok - double_scaled_test : pcm_u8.raw .............. -42.1dB SNR ... ok - double_scaled_test : pcm_16.raw .............. -90.2dB SNR ... ok - double_scaled_test : pcm_24.raw .............. -138.6dB SNR ... ok - double_scaled_test : pcm_32.raw .............. -186.6dB SNR ... ok - double_scaled_test : ulaw.raw ................ -61.7dB SNR ... ok - double_scaled_test : alaw.raw ................ -61.0dB SNR ... ok - double_scaled_test : ima_adpcm.wav ........... -58.2dB SNR ... ok - double_scaled_test : ms_adpcm.wav ............ -49.2dB SNR ... ok - double_scaled_test : gsm610.raw .............. -38.5dB SNR ... ok - double_scaled_test : g721_32.au .............. -39.5dB SNR ... ok - double_scaled_test : g723_24.au .............. -39.2dB SNR ... ok - double_scaled_test : g723_40.au .............. -44.6dB SNR ... ok - double_scaled_test : be_paf_24.paf ........... -154.0dB SNR ... ok - double_scaled_test : le_paf_24.paf ........... -154.0dB SNR ... ok - double_scaled_test : dwvw_12.raw ............. -78.0dB SNR ... ok - double_scaled_test : dwvw_16.raw ............. -102.3dB SNR ... ok - double_scaled_test : dwvw_24.raw ............. -154.0dB SNR ... ok - double_scaled_test : adpcm.vox ............... -56.4dB SNR ... ok - double_scaled_test : dpcm_16.xi .............. -90.2dB SNR ... ok - double_scaled_test : dpcm_8.xi ............... -42.1dB SNR ... ok - double_scaled_test : pcm_s8.sds .............. -89.8dB SNR ... ok - double_scaled_test : pcm_16.sds .............. -132.3dB SNR ... ok - double_scaled_test : pcm_24.sds .............. -180.2dB SNR ... ok - double_scaled_test : alac_16.caf ............. -102.3dB SNR ... ok - double_scaled_test : alac_20.caf ............. -125.9dB SNR ... ok - double_scaled_test : alac_24.caf ............. -154.0dB SNR ... ok - double_scaled_test : alac_32.caf ............. -186.6dB SNR ... ok - double_scaled_test : flac_8.flac ............. -42.1dB SNR ... ok - double_scaled_test : flac_16.flac ............ -90.2dB SNR ... ok - double_scaled_test : flac_24.flac ............ -138.6dB SNR ... ok - double_scaled_test : vorbis.oga .............. -41.3dB SNR ... ok - double_scaled_test : replace_double.raw ...... -500.0dB SNR ... ok - - float_short_little_test : float_short_little.au ... ok - float_short_big_test : float_short_big.au ...... ok - float_int_little_test : float_int_little.au ..... ok - float_int_big_test : float_int_big.au ........ ok - double_short_little_test : double_short_little.au .. ok - double_short_big_test : double_short_big.au ..... ok - double_int_little_test : double_int_little.au .... ok - double_int_big_test : double_int_big.au ....... ok - checksum_test : checksum.ulaw ........... ok - checksum_test : cksum_ulaw.pcm16 ........ ok - checksum_test : checksum.alaw ........... ok - checksum_test : cksum_alaw.pcm16 ........ ok - checksum_test : checksum.gsm ............ ok - checksum_test : cksum_gsm.pcm16 ......... ok - checksum_test : checksum.vox ............ ok - checksum_test : cksum_vox.pcm16 ......... ok - flt_scale_clip_test_08 : scale_clip_s8.au ........ ok - flt_scale_clip_test_08 : scale_clip_u8.wav ....... ok - dbl_scale_clip_test_08 : scale_clip_s8.au ........ ok - dbl_scale_clip_test_08 : scale_clip_u8.wav ....... ok - flt_scale_clip_test_16 : scale_clip_be16.au ...... ok - flt_scale_clip_test_16 : scale_clip_le16.au ...... ok - flt_scale_clip_test_24 : scale_clip_be24.au ...... ok - flt_scale_clip_test_24 : scale_clip_le24.au ...... ok - flt_scale_clip_test_32 : scale_clip_be32.au ...... ok - flt_scale_clip_test_32 : scale_clip_le32.au ...... ok - dbl_scale_clip_test_16 : scale_clip_be16.au ...... ok - dbl_scale_clip_test_16 : scale_clip_le16.au ...... ok - dbl_scale_clip_test_24 : scale_clip_be24.au ...... ok - dbl_scale_clip_test_24 : scale_clip_le24.au ...... ok - dbl_scale_clip_test_32 : scale_clip_be32.au ...... ok - dbl_scale_clip_test_32 : scale_clip_le32.au ...... ok - flt_short_clip_read_test : flt_short.au ............ ok - flt_int_clip_read_test : flt_int.au .............. ok - dbl_short_clip_read_test : dbl_short.au ............ ok - dbl_int_clip_read_test : dbl_int.au .............. ok - short_flt_clip_write_test : short_flt.au ............ ok - int_flt_clip_write_test : int_flt.au .............. ok - short_dbl_clip_write_test : short_dbl.au ............ ok - int_dbl_clip_write_test : int_dbl.au .............. ok - old_test : ......................... ok - headerless_test : raw.vox ................. ok - headerless_test : raw.gsm ................. ok - headerless_test : raw.snd ................. ok - headerless_test : raw.au .................. ok - rdwr_short_test : rdwr_short.wav .......... ok - rdwr_int_test : rdwr_int.wav ............ ok - rdwr_float_test : rdwr_float.wav .......... ok - rdwr_double_test : rdwr_double.wav ......... ok - rdwr_raw_test : rdwr_raw.wav ............ ok - locale_test de_DE : Füße.au ok - locale_test en_AU : kangaroo.au ok - locale_test POSIX : posix.au ok - locale_test pt_PT : conceição.au ok - locale_test ja_JP : おはようございます.au ok - locale_test vi_VN : quốc ngữ.au ok - major_format_test : ......................... ok - subtype_format_test : ......................... ok - simple_format_test : ......................... ok - format_error_test : ......................... ok - format_combo_test : ......................... ok - channel_test : chan_1.wav .............. ok - channel_test : chan_2.wav .............. ok - channel_test : chan_3.wav .............. ok - channel_test : chan_4.wav .............. ok - channel_test : chan_5.wav .............. ok - channel_test : chan_6.wav .............. ok - channel_test : chan_7.wav .............. ok - channel_test : chan_8.wav .............. ok - ceeplusplus_test : cpp_test.wav ............ ok - ceeplusplus_test : cpp_test.aiff ........... ok - ceeplusplus_test : cpp_test.au ............. ok - ceeplusplus_extra_test : bad_file_name.wav ....... ok - ceeplusplus_handle_test : cpp_test.wav ............ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed common tests. ----------------------------------------------------------------------- - pcm_test_char : char_u8.aiff ............ ok - pcm_test_char : char_s8.aiff ............ ok - pcm_test_short : short.aiff .............. ok - pcm_test_24bit : 24bit.aiff .............. ok - pcm_test_int : int.aiff ................ ok - pcm_test_short : short_sowt.aifc ......... ok - pcm_test_24bit : 24bit_sowt.aifc ......... ok - pcm_test_int : int_sowt.aifc ........... ok - pcm_test_short : short_twos.aifc ......... ok - pcm_test_24bit : 24bit_twos.aifc ......... ok - pcm_test_int : int_twos.aifc ........... ok - pcm_test_short : dwvw16.aifc ............. no seek : no seek : ok - pcm_test_24bit : dwvw24.aifc ............. no seek : no seek : ok - pcm_test_float : float.aifc .............. ok - pcm_test_double : double.aifc ............. ok - empty_file_test : empty_char.aiff ......... ok - empty_file_test : empty_short.aiff ........ ok - empty_file_test : empty_float.aiff ........ ok - lcomp_test_short : ulaw.aiff ............... ok - lcomp_test_int : ulaw.aiff ............... ok - lcomp_test_float : ulaw.aiff ............... ok - lcomp_test_double : ulaw.aiff ............... ok - read_raw_test : ulaw.aiff ............... ok - lcomp_test_short : alaw.aiff ............... ok - lcomp_test_int : alaw.aiff ............... ok - lcomp_test_float : alaw.aiff ............... ok - lcomp_test_double : alaw.aiff ............... ok - read_raw_test : alaw.aiff ............... ok - sdlcomp_test_short : gsm610.aiff ............. ok - sdlcomp_test_int : gsm610.aiff ............. ok - sdlcomp_test_float : gsm610.aiff ............. ** fix this ** ok - sdlcomp_test_double : gsm610.aiff ............. ok -========================== -./lossy_comp_test aiff_ima -========================== - test_float_peak : peak_float.aiff ......... ok - read_write_peak_test : rw_peak.aiff ............ ok - update_header_test : header.aiff ............. ok - update_seek_short_test : header_short.aiff ....... ok - update_seek_int_test : header_int.aiff ......... ok - update_seek_float_test : header_float.aiff ....... ok - update_seek_double_test : header_double.aiff ...... ok - header_shrink_test : header_shrink.wav ....... ok - extra_header_test : extra.aiff .............. ok - zero_data_test : zerolen.aiff ............ ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.aiff ........... ok - string_start_test : strings.aiff ............ ok - string_start_end_test : strings.aiff ............ ok - multi_file_test : multi_aiff.dat .......... ok - aiff_rw_test : rw.aifc ................. ok - chunk_test : chunks_pcm16.aiff ....... ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on AIFF files. ----------------------------------------------------------------------- - pcm_test_char : char.au ................. ok - pcm_test_short : short.au ................ ok - pcm_test_24bit : 24bit.au ................ ok - pcm_test_int : int.au .................. ok - pcm_test_float : float.au ................ ok - pcm_test_double : double.au ............... ok - pcm_test_char : char_le.au .............. ok - pcm_test_short : short_le.au ............. ok - pcm_test_24bit : 24bit_le.au ............. ok - pcm_test_int : int_le.au ............... ok - pcm_test_float : float_le.au ............. ok - pcm_test_double : double_le.au ............ ok - lcomp_test_short : ulaw.au ................. ok - lcomp_test_int : ulaw.au ................. ok - lcomp_test_float : ulaw.au ................. ok - lcomp_test_double : ulaw.au ................. ok - lcomp_test_short : alaw.au ................. ok - lcomp_test_int : alaw.au ................. ok - lcomp_test_float : alaw.au ................. ok - lcomp_test_double : alaw.au ................. ok -**** Fix this later : error bound should be 0.06 **** - lcomp_test_short : g721.au ................. ok - lcomp_test_int : g721.au ................. ok - lcomp_test_float : g721.au ................. ok - lcomp_test_double : g721.au ................. ok -**** Fix this later : error bound should be 0.16 **** - lcomp_test_short : g723_24.au .............. ok - lcomp_test_int : g723_24.au .............. ok - lcomp_test_float : g723_24.au .............. ok - lcomp_test_double : g723_24.au .............. ok - lcomp_test_short : g723_40.au .............. ok - lcomp_test_int : g723_40.au .............. ok - lcomp_test_float : g723_40.au .............. ok - lcomp_test_double : g723_40.au .............. ok - update_header_test : header.au ............... ok - update_seek_short_test : header_short.au ......... ok - update_seek_int_test : header_int.au ........... ok - update_seek_float_test : header_float.au ......... ok - update_seek_double_test : header_double.au ........ ok - zero_data_test : zerolen.au .............. ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.au ............. ok - multi_file_test : multi_au.dat ............ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on AU files. ----------------------------------------------------------------------- - pcm_test_char : char.caf ................ ok - pcm_test_short : short.caf ............... ok - pcm_test_24bit : 24bit.caf ............... ok - pcm_test_int : int.caf ................. ok - pcm_test_float : float.caf ............... ok - pcm_test_double : double.caf .............. ok - pcm_test_short : short_le.caf ............ ok - pcm_test_24bit : 24bit_le.caf ............ ok - pcm_test_int : int_le.caf .............. ok - pcm_test_float : float_le.caf ............ ok - pcm_test_double : double_le.caf ........... ok - pcm_test_short : alac16.caf .............. ok - pcm_test_20bit : alac20.caf .............. ok - pcm_test_24bit : alac24.caf .............. ok - pcm_test_int : alac32.caf .............. ok - lcomp_test_short : ulaw.caf ................ ok - lcomp_test_int : ulaw.caf ................ ok - lcomp_test_float : ulaw.caf ................ ok - lcomp_test_double : ulaw.caf ................ ok - read_raw_test : ulaw.caf ................ ok - lcomp_test_short : alaw.caf ................ ok - lcomp_test_int : alaw.caf ................ ok - lcomp_test_float : alaw.caf ................ ok - lcomp_test_double : alaw.caf ................ ok - read_raw_test : alaw.caf ................ ok - update_header_test : header.caf .............. ok - update_seek_short_test : header_short.caf ........ ok - update_seek_int_test : header_int.caf .......... ok - update_seek_float_test : header_float.caf ........ ok - update_seek_double_test : header_double.caf ....... ok - test_float_peak : peak_float.caf .......... ok - read_write_peak_test : rw_peak.caf ............. ok - zero_data_test : zerolen.caf ............. ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.caf ............ ok - chunk_test : chunks_pcm16.caf ........ ok - chunk_test : chunks_alac.caf ......... ok - string_start_test : strings.caf ............. ok - string_start_end_test : strings.caf ............. ok - string_multi_set_test : multi.caf ............... ok - short_lrw_test : alac.caf ................ ok - int_lrw_test : alac.caf ................ ok - float_lrw_test : alac.caf ................ ok - double_lrw_test : alac.caf ................ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on CAF files. ----------------------------------------------------------------------- - pcm_test_char : char.wav ................ ok - pcm_test_short : short.wav ............... ok - pcm_test_24bit : 24bit.wav ............... ok - pcm_test_int : int.wav ................. ok - pcm_test_char : char.rifx ............... ok - pcm_test_short : short.rifx .............. ok - pcm_test_24bit : 24bit.rifx .............. ok - pcm_test_int : int.rifx ................ ok - pcm_test_24bit : 24bit.wavex ............. ok - pcm_test_int : int.wavex ............... ok - pcm_test_float : float.wav ............... ok - pcm_test_double : double.wav .............. ok - pcm_test_float : float.rifx .............. ok - pcm_test_double : double.rifx ............. ok - pcm_test_float : float.wavex ............. ok - pcm_test_double : double.wavex ............ ok - empty_file_test : empty_char.wav .......... ok - empty_file_test : empty_short.wav ......... ok - empty_file_test : empty_float.wav ......... ok - lcomp_test_short : pcm.wav ................. ok - lcomp_test_int : pcm.wav ................. ok - lcomp_test_short : pcm.rifx ................ ok - lcomp_test_int : pcm.rifx ................ ok - lcomp_test_float : pcm.wav ................. ok - lcomp_test_double : pcm.wav ................. ok - read_raw_test : pcm.wav ................. ok - lcomp_test_short : ima.wav ................. ok - lcomp_test_int : ima.wav ................. ok - lcomp_test_float : ima.wav ................. ok - lcomp_test_double : ima.wav ................. ok - lcomp_test_short : ima.rifx ................ ok - lcomp_test_int : ima.rifx ................ ok - lcomp_test_float : ima.rifx ................ ok - lcomp_test_double : ima.rifx ................ ok - sdlcomp_test_short : ima.wav ................. ok - sdlcomp_test_int : ima.wav ................. ok - sdlcomp_test_float : ima.wav ................. ** fix this ** ok - sdlcomp_test_double : ima.wav ................. ok - lcomp_test_short : msadpcm.wav ............. ok - lcomp_test_int : msadpcm.wav ............. ok - lcomp_test_float : msadpcm.wav ............. ok - lcomp_test_double : msadpcm.wav ............. ok - lcomp_test_short : msadpcm.rifx ............ ok - lcomp_test_int : msadpcm.rifx ............ ok - lcomp_test_float : msadpcm.rifx ............ ok - lcomp_test_double : msadpcm.rifx ............ ok - sdlcomp_test_short : msadpcm.wav ............. ok - sdlcomp_test_int : msadpcm.wav ............. ok - sdlcomp_test_float : msadpcm.wav ............. ** fix this ** ok - sdlcomp_test_double : msadpcm.wav ............. ok - lcomp_test_short : ulaw.wav ................ ok - lcomp_test_int : ulaw.wav ................ ok - lcomp_test_short : ulaw.rifx ............... ok - lcomp_test_int : ulaw.rifx ............... ok - lcomp_test_float : ulaw.wav ................ ok - lcomp_test_double : ulaw.wav ................ ok - read_raw_test : ulaw.wav ................ ok - lcomp_test_short : alaw.wav ................ ok - lcomp_test_int : alaw.wav ................ ok - lcomp_test_float : alaw.wav ................ ok - lcomp_test_double : alaw.wav ................ ok - read_raw_test : alaw.wav ................ ok - sdlcomp_test_short : gsm610.wav .............. ok - sdlcomp_test_int : gsm610.wav .............. ok - sdlcomp_test_short : gsm610.rifx ............. ok - sdlcomp_test_int : gsm610.rifx ............. ok - sdlcomp_test_float : gsm610.wav .............. ** fix this ** ok - sdlcomp_test_double : gsm610.wav .............. ok -**** Fix this later : error bound should be 0.06 **** - lcomp_test_short : g721.wav ................ ok - lcomp_test_int : g721.wav ................ ok - lcomp_test_short : g721.rifx ............... ok - lcomp_test_int : g721.rifx ............... ok - test_float_peak : peak_float.wav .......... ok - test_float_peak : peak_float.wavex ........ ok - test_float_peak : peak_float.rifx ......... ok - read_write_peak_test : rw_peak.wav ............. ok - read_write_peak_test : rw_peak.wavex ........... ok - update_header_test : header.wav .............. ok - update_seek_short_test : header_short.wav ........ ok - update_seek_int_test : header_int.wav .......... ok - update_seek_float_test : header_float.wav ........ ok - update_seek_double_test : header_double.wav ....... ok - header_shrink_test : header_shrink.wav ....... ok - extra_header_test : extra.wav ............... ok - update_header_test : header.wavex ............ ok - update_seek_short_test : header_short.wavex ...... ok - update_seek_int_test : header_int.wavex ........ ok - update_seek_float_test : header_float.wavex ...... ok - update_seek_double_test : header_double.wavex ..... ok - header_shrink_test : header_shrink.wavex ..... ok - extra_header_test : extra.wavex ............. ok - zero_data_test : zerolen.wav ............. ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.wav ............ ok - wavex_amb_test : ambisonic.wav ........... ok - string_start_end_test : strings.wav ............. ok - string_multi_set_test : multi.wav ............... ok - string_rdwr_test : rdwr.wav ................ ok - string_short_rdwr_test : short_rdwr.wav .......... ok - string_rdwr_grow_test : rdwr_grow.wav ........... ok - string_header_update : header_update.wav ....... ok - string_start_end_test : strings.wavex ........... ok - string_multi_set_test : multi.wavex ............. ok - string_rdwr_test : rdwr.wavex .............. ok - string_short_rdwr_test : short_rdwr.wavex ........ ok - string_start_end_test : strings.rifx ............ ok - string_multi_set_test : multi.rifx .............. ok - string_rdwr_test : rdwr.rifx ............... ok - string_short_rdwr_test : short_rdwr.rifx ......... ok - software_string_test : software_string.wav ..... ok - multi_file_test : multi_wav.dat ........... ok - chunk_test : chunks_pcm16.wav ........ ok - chunk_test : chunks_pcm16.rifx ....... ok - chunk_test : chunks_pcm16.wavex ...... ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on WAV files. ----------------------------------------------------------------------- - pcm_test_char : char.w64 ................ ok - pcm_test_short : short.w64 ............... ok - pcm_test_24bit : 24bit.w64 ............... ok - pcm_test_int : int.w64 ................. ok - pcm_test_float : float.w64 ............... ok - pcm_test_double : double.w64 .............. ok - empty_file_test : empty_char.w64 .......... ok - empty_file_test : empty_short.w64 ......... ok - empty_file_test : empty_float.w64 ......... ok - lcomp_test_short : ima.w64 ................. ok - lcomp_test_int : ima.w64 ................. ok - lcomp_test_float : ima.w64 ................. ok - lcomp_test_double : ima.w64 ................. ok - sdlcomp_test_short : ima.w64 ................. ok - sdlcomp_test_int : ima.w64 ................. ok - sdlcomp_test_float : ima.w64 ................. ** fix this ** ok - sdlcomp_test_double : ima.w64 ................. ok - lcomp_test_short : msadpcm.w64 ............. ok - lcomp_test_int : msadpcm.w64 ............. ok - lcomp_test_float : msadpcm.w64 ............. ok - lcomp_test_double : msadpcm.w64 ............. ok - sdlcomp_test_short : msadpcm.w64 ............. ok - sdlcomp_test_int : msadpcm.w64 ............. ok - sdlcomp_test_float : msadpcm.w64 ............. ** fix this ** ok - sdlcomp_test_double : msadpcm.w64 ............. ok - lcomp_test_short : ulaw.w64 ................ ok - lcomp_test_int : ulaw.w64 ................ ok - lcomp_test_float : ulaw.w64 ................ ok - lcomp_test_double : ulaw.w64 ................ ok - read_raw_test : ulaw.w64 ................ ok - lcomp_test_short : alaw.w64 ................ ok - lcomp_test_int : alaw.w64 ................ ok - lcomp_test_float : alaw.w64 ................ ok - lcomp_test_double : alaw.w64 ................ ok - read_raw_test : alaw.w64 ................ ok - sdlcomp_test_short : gsm610.w64 .............. ok - sdlcomp_test_int : gsm610.w64 .............. ok - sdlcomp_test_float : gsm610.w64 .............. ** fix this ** ok - sdlcomp_test_double : gsm610.w64 .............. ok - update_header_test : header.w64 .............. ok - update_seek_short_test : header_short.w64 ........ ok - update_seek_int_test : header_int.w64 .......... ok - update_seek_float_test : header_float.w64 ........ ok - update_seek_double_test : header_double.w64 ....... ok - zero_data_test : zerolen.w64 ............. ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.w64 ............ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on W64 files. ----------------------------------------------------------------------- - pcm_test_char : char.rf64 ............... ok - pcm_test_short : short.rf64 .............. ok - pcm_test_24bit : 24bit.rf64 .............. ok - pcm_test_int : int.rf64 ................ ok - pcm_test_float : float.rf64 .............. ok - pcm_test_double : double.rf64 ............. ok - empty_file_test : empty_char.rf64 ......... ok - empty_file_test : empty_short.rf64 ........ ok - empty_file_test : empty_float.rf64 ........ ok - update_header_test : header.rf64 ............. ok - update_seek_short_test : header_short.rf64 ....... ok - update_seek_int_test : header_int.rf64 ......... ok - update_seek_float_test : header_float.rf64 ....... ok - update_seek_double_test : header_double.rf64 ...... ok - zero_data_test : zerolen.rf64 ............ ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.rf64 ........... ok - rf64_downgrade_test : downgrade.wav ........... ok - string_start_test : strings.rf64 ............ ok - string_start_end_test : strings.rf64 ............ ok - string_multi_set_test : multi.rf64 .............. ok - test_float_peak : peak_float.rf64 ......... ok - read_write_peak_test : rw_peak.rf64 ............ ok - chunk_test : chunks_pcm16.rf64 ....... ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on RF64 files. ----------------------------------------------------------------------- - pcm_test_char : char_s8.raw ............. ok - pcm_test_char : char_u8.raw ............. ok - pcm_test_short : short_le.raw ............ ok - pcm_test_short : short_be.raw ............ ok - pcm_test_24bit : 24bit_le.raw ............ ok - pcm_test_24bit : 24bit_be.raw ............ ok - pcm_test_int : int_le.raw .............. ok - pcm_test_int : int_be.raw .............. ok - pcm_test_float : float_le.raw ............ ok - pcm_test_float : float_be.raw ............ ok - pcm_test_double : double_le.raw ........... ok - pcm_test_double : double_be.raw ........... ok - lcomp_test_short : ulaw.raw ................ ok - lcomp_test_int : ulaw.raw ................ ok - lcomp_test_float : ulaw.raw ................ ok - lcomp_test_double : ulaw.raw ................ ok - lcomp_test_short : alaw.raw ................ ok - lcomp_test_int : alaw.raw ................ ok - lcomp_test_float : alaw.raw ................ ok - lcomp_test_double : alaw.raw ................ ok - sdlcomp_test_short : raw.gsm ................. ok - sdlcomp_test_int : raw.gsm ................. ok - sdlcomp_test_float : raw.gsm ................. ** fix this ** ok - sdlcomp_test_double : raw.gsm ................. ok - lcomp_test_short : adpcm.vox ............... ok - lcomp_test_int : adpcm.vox ............... ok - lcomp_test_float : adpcm.vox ............... ok - lcomp_test_double : adpcm.vox ............... ok - sdlcomp_test_short : adpcm.vox ............... ok - sdlcomp_test_int : adpcm.vox ............... ok - sdlcomp_test_float : adpcm.vox ............... ** fix this ** ok - sdlcomp_test_double : adpcm.vox ............... ok - raw_offset_test : offset.raw .............. ok - bad_raw_test : bad.raw ................. ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on RAW (header-less) files. ----------------------------------------------------------------------- - pcm_test_char : char_le.paf ............. ok - pcm_test_char : char_be.paf ............. ok - pcm_test_short : short_le.paf ............ ok - pcm_test_short : short_be.paf ............ ok - pcm_test_24bit : 24bit_le.paf ............ ok - pcm_test_24bit : 24bit_be.paf ............ ok - update_header_test : header.paf .............. ok - update_seek_short_test : header_short.paf ........ ok - zero_data_test : zerolen.paf ............. ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.paf ............ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on PAF files. ----------------------------------------------------------------------- - pcm_test_char : char.svx ................ no stereo : ok - pcm_test_short : short.svx ............... no stereo : ok - empty_file_test : empty_char.svx .......... ok - empty_file_test : empty_short.svx ......... ok - update_header_test : header.svx .............. ok - update_seek_short_test : header_short.svx ........ ok - zero_data_test : zerolen.svx ............. ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.svx ............ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on SVX files. ----------------------------------------------------------------------- - pcm_test_short : short_le.nist ........... ok - pcm_test_short : short_be.nist ........... ok - pcm_test_24bit : 24bit_le.nist ........... ok - pcm_test_24bit : 24bit_be.nist ........... ok - pcm_test_int : int_le.nist ............. ok - pcm_test_int : int_be.nist ............. ok - lcomp_test_short : ulaw.nist ............... ok - lcomp_test_int : ulaw.nist ............... ok - lcomp_test_float : ulaw.nist ............... ok - lcomp_test_double : ulaw.nist ............... ok - lcomp_test_short : alaw.nist ............... ok - lcomp_test_int : alaw.nist ............... ok - lcomp_test_float : alaw.nist ............... ok - lcomp_test_double : alaw.nist ............... ok - update_header_test : header.nist ............. ok - update_seek_short_test : header_short.nist ....... ok - update_seek_int_test : header_int.nist ......... ok - zero_data_test : zerolen.nist ............ ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.nist ........... ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on NIST files. ----------------------------------------------------------------------- - pcm_test_short : short_be.ircam .......... ok - pcm_test_short : short_le.ircam .......... ok - pcm_test_int : int_be.ircam ............ ok - pcm_test_int : int_le.ircam ............ ok - pcm_test_float : float_be.ircam .......... ok - pcm_test_float : float_le.ircam .......... ok - lcomp_test_short : ulaw.ircam .............. ok - lcomp_test_int : ulaw.ircam .............. ok - lcomp_test_float : ulaw.ircam .............. ok - lcomp_test_double : ulaw.ircam .............. ok - lcomp_test_short : alaw.ircam .............. ok - lcomp_test_int : alaw.ircam .............. ok - lcomp_test_float : alaw.ircam .............. ok - lcomp_test_double : alaw.ircam .............. ok - update_header_test : header.ircam ............ ok - update_seek_short_test : header_short.ircam ...... ok - zero_data_test : zerolen.ircam ........... ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.ircam .......... ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on IRCAM files. ----------------------------------------------------------------------- - pcm_test_char : char.voc ................ ok - pcm_test_short : short.voc ............... ok - lcomp_test_short : ulaw.voc ................ ok - lcomp_test_int : ulaw.voc ................ ok - lcomp_test_float : ulaw.voc ................ ok - lcomp_test_double : ulaw.voc ................ ok - lcomp_test_short : alaw.voc ................ ok - lcomp_test_int : alaw.voc ................ ok - lcomp_test_float : alaw.voc ................ ok - lcomp_test_double : alaw.voc ................ ok - update_header_test : header.voc .............. ok - zero_data_test : zerolen.voc ............. ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.voc ............ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on VOC files. ----------------------------------------------------------------------- - pcm_test_short : short_be.mat4 ........... ok - pcm_test_short : short_le.mat4 ........... ok - pcm_test_int : int_be.mat4 ............. ok - pcm_test_int : int_le.mat4 ............. ok - pcm_test_float : float_be.mat4 ........... ok - pcm_test_float : float_le.mat4 ........... ok - pcm_test_double : double_be.mat4 .......... ok - pcm_test_double : double_le.mat4 .......... ok - empty_file_test : empty_short.mat4 ........ ok - empty_file_test : empty_float.mat4 ........ ok - update_header_test : header.mat4 ............. ok - update_seek_short_test : header_short.mat4 ....... ok - update_seek_int_test : header_int.mat4 ......... ok - update_seek_float_test : header_float.mat4 ....... ok - update_seek_double_test : header_double.mat4 ...... ok - zero_data_test : zerolen.mat4 ............ ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.mat4 ........... ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on MAT4 files. ----------------------------------------------------------------------- - pcm_test_char : char_be.mat5 ............ ok - pcm_test_char : char_le.mat5 ............ ok - pcm_test_short : short_be.mat5 ........... ok - pcm_test_short : short_le.mat5 ........... ok - pcm_test_int : int_be.mat5 ............. ok - pcm_test_int : int_le.mat5 ............. ok - pcm_test_float : float_be.mat5 ........... ok - pcm_test_float : float_le.mat5 ........... ok - pcm_test_double : double_be.mat5 .......... ok - pcm_test_double : double_le.mat5 .......... ok - empty_file_test : empty_char.mat5 ......... ok - empty_file_test : empty_short.mat5 ........ ok - empty_file_test : empty_float.mat5 ........ ok - update_header_test : header.mat5 ............. ok - update_seek_short_test : header_short.mat5 ....... ok - update_seek_int_test : header_int.mat5 ......... ok - update_seek_float_test : header_float.mat5 ....... ok - update_seek_double_test : header_double.mat5 ...... ok - zero_data_test : zerolen.mat5 ............ ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.mat5 ........... ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on MAT5 files. ----------------------------------------------------------------------- - pcm_test_char : char.pvf ................ ok - pcm_test_short : short.pvf ............... ok - pcm_test_int : int.pvf ................. ok - update_header_test : header.pvf .............. ok - update_seek_short_test : header_short.pvf ........ ok - zero_data_test : zerolen.pvf ............. ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.pvf ............ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on PVF files. ----------------------------------------------------------------------- - lcomp_test_short : 8bit.xi ................. ok - lcomp_test_int : 8bit.xi ................. ok - lcomp_test_short : 16bit.xi ................ ok - lcomp_test_int : 16bit.xi ................ ok - lcomp_test_float : 16bit.xi ................ ok - lcomp_test_double : 16bit.xi ................ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on XI files. ----------------------------------------------------------------------- - pcm_test_short : short.htk ............... no stereo : ok - update_header_test : header.htk .............. ok - update_seek_short_test : header_short.htk ........ ok - zero_data_test : zerolen.htk ............. ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.htk ............ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on HTK files. ----------------------------------------------------------------------- - pcm_test_char : char_u8.avr ............. ok - pcm_test_char : char_s8.avr ............. ok - pcm_test_short : short.avr ............... ok - update_header_test : header.avr .............. ok - update_seek_short_test : header_short.avr ........ ok - zero_data_test : zerolen.avr ............. ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.avr ............ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on AVR files. ----------------------------------------------------------------------- - pcm_test_char : char.sds ................ no stereo : ok - pcm_test_short : short.sds ............... no stereo : ok - pcm_test_24bit : 24bit.sds ............... no stereo : ok - empty_file_test : empty_char.sds .......... ok - empty_file_test : empty_short.sds ......... ok - update_header_test : header.sds .............. ok - zero_data_test : zerolen.sds ............. ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.sds ............ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on SDS files. ----------------------------------------------------------------------- - pcm_test_char : char.sd2 ................ ok - pcm_test_short : short.sd2 ............... ok - pcm_test_24bit : 24bit.sd2 ............... ok - pcm_test_int : 32bit.sd2 ............... ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on SD2 files. ----------------------------------------------------------------------- - lcomp_test_short : psion.wve ............... ok - lcomp_test_int : psion.wve ............... ok - lcomp_test_float : psion.wve ............... ok - lcomp_test_double : psion.wve ............... ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on WVE files. ----------------------------------------------------------------------- - pcm_test_short : short.mpc ............... ok - update_header_test : header.mpc .............. ok - update_seek_short_test : header_short.mpc ........ ok - zero_data_test : zerolen.mpc ............. ok - filesystem_full_test : /dev/full ............... /dev/full missing - permission_test : readonly.mpc ............ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on MPC 2000 files. ----------------------------------------------------------------------- - pcm_test_char : char.flac ............... ok - pcm_test_short : short.flac .............. ok - pcm_test_24bit : 24bit.flac .............. ok - compression_size_test : q[36]_pcm16.flac ........ ok - string_start_test : strings.flac ............ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on FLAC files. ----------------------------------------------------------------------- - ogg_short_test : vorbis_short.oga ........ ok - ogg_seek_test : vorbis_short.oga ........ ok - ogg_int_test : vorbis_int.oga .......... ok - ogg_seek_test : vorbis_int.oga .......... ok - ogg_float_test : vorbis_float.oga ........ ok - ogg_seek_test : vorbis_float.oga ........ ok - ogg_double_test : vorbis_double.oga ....... ok - ogg_seek_test : vorbis_double.oga ....... ok - ogg_stereo_seek_test : vorbis_seek.ogg ......... ok - vorbis_test : vorbis_test.oga ......... ok - compression_size_test : q[36]_vorbis.oga ........ ok - sdlcomp_test_short : vorbis.oga .............. ok - sdlcomp_test_int : vorbis.oga .............. ok - sdlcomp_test_float : vorbis.oga .............. Not working for this format. - sdlcomp_test_double : vorbis.oga .............. Not working for this format. - string_start_test : vorbis.oga .............. ok - zero_data_test : zerolen.oga ............. ok - permission_test : readonly.oga ............ ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed tests on OGG/VORBIS files. ----------------------------------------------------------------------- - stdio_test : raw ..................... ok - stdio_test : wav ..................... ok - stdio_test : aiff .................... ok - stdio_test : au ...................... ok - stdio_test : paf ..................... ok - stdio_test : svx ..................... ok - stdio_test : nist .................... ok - stdio_test : ircam ................... ok - stdio_test : voc ..................... ok - stdio_test : w64 ..................... ok - stdio_test : mat4 .................... ok - stdio_test : mat5 .................... ok - stdio_test : pvf ..................... ok - pipe_read_test : pipe_in.raw ............. ok - pipe_read_test : pipe_in.au .............. ok - pipe_read_test : pipe_in.aiff ............ ok - pipe_read_test : pipe_in.wav ............. ok - pipe_read_test : pipe_in.w64 ............. ok - pipe_read_test : pipe_in.paf ............. ok - pipe_read_test : pipe_in.nist ............ ok - pipe_read_test : pipe_in.ircam ........... ok - pipe_read_test : pipe_in.mat4 ............ ok - pipe_read_test : pipe_in.mat5 ............ ok - pipe_read_test : pipe_in.svx ............. ok - pipe_read_test : pipe_in.pvf ............. ok - pipe_write_test : raw ..................... ok - pipe_write_test : au ...................... ok - pipe_write_test : paf ..................... ok - pipe_write_test : ircam ................... ok - pipe_write_test : pvf ..................... ok - useek_pipe_rw_test : raw ..................... ok - useek_pipe_rw_test : au ...................... ok - useek_pipe_rw_test : paf ..................... ok - useek_pipe_rw_test : ircam ................... ok - useek_pipe_rw_test : pvf ..................... ok - virtual i/o test : vio_pcm16.wav ........... ok - virtual i/o test : vio_pcm24.aiff .......... ok - virtual i/o test : vio_float.au ............ ok - virtual i/o test : vio_pcm24.paf ........... ok ----------------------------------------------------------------------- - libsndfile-1.0.27 passed stdio/pipe/vio tests. ----------------------------------------------------------------------- -Making check in programs - -Testing WAV metadata manipulation: - Empty fail test : ok - Copy test : ok - Auto date test : ok - Update test : ok - Post mod test : ok - Update test : ok - Rewrite test : ok -