mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-23 17:25:54 +01:00
Update libsndfile to 1.0.29pre2+git
This pulls in MANY (over 890) changes compared to our from our current 1.0.24 version.
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
man_MANS = sndfile-info.1 sndfile-play.1 sndfile-convert.1 sndfile-cmp.1 \
|
||||
sndfile-metadata-get.1 sndfile-metadata-set.1 sndfile-concat.1 \
|
||||
sndfile-interleave.1 sndfile-deinterleave.1
|
||||
|
||||
EXTRA_DIST = sndfile-info.1 sndfile-play.1 sndfile-convert.1 sndfile-cmp.1 \
|
||||
sndfile-metadata-get.1 sndfile-concat.1 sndfile-interleave.1
|
||||
|
||||
# Same manpage for both programs.
|
||||
sndfile-metadata-set.1 : sndfile-metadata-get.1
|
||||
$(LN_S) $(srcdir)/sndfile-metadata-get.1 $@
|
||||
|
||||
sndfile-deinterleave.1 : sndfile-interleave.1
|
||||
$(LN_S) $(srcdir)/sndfile-interleave.1 $@
|
||||
@@ -1,582 +0,0 @@
|
||||
# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
||||
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
VPATH = @srcdir@
|
||||
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
||||
am__make_running_with_option = \
|
||||
case $${target_option-} in \
|
||||
?) ;; \
|
||||
*) echo "am__make_running_with_option: internal error: invalid" \
|
||||
"target option '$${target_option-}' specified" >&2; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
has_opt=no; \
|
||||
sane_makeflags=$$MAKEFLAGS; \
|
||||
if $(am__is_gnu_make); then \
|
||||
sane_makeflags=$$MFLAGS; \
|
||||
else \
|
||||
case $$MAKEFLAGS in \
|
||||
*\\[\ \ ]*) \
|
||||
bs=\\; \
|
||||
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
||||
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
||||
esac; \
|
||||
fi; \
|
||||
skip_next=no; \
|
||||
strip_trailopt () \
|
||||
{ \
|
||||
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
||||
}; \
|
||||
for flg in $$sane_makeflags; do \
|
||||
test $$skip_next = yes && { skip_next=no; continue; }; \
|
||||
case $$flg in \
|
||||
*=*|--*) continue;; \
|
||||
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
||||
-*I?*) strip_trailopt 'I';; \
|
||||
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
||||
-*O?*) strip_trailopt 'O';; \
|
||||
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
||||
-*l?*) strip_trailopt 'l';; \
|
||||
-[dEDm]) skip_next=yes;; \
|
||||
-[JT]) skip_next=yes;; \
|
||||
esac; \
|
||||
case $$flg in \
|
||||
*$$target_option*) has_opt=yes; break;; \
|
||||
esac; \
|
||||
done; \
|
||||
test $$has_opt = yes
|
||||
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
||||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
subdir = man
|
||||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/M4/add_cflags.m4 \
|
||||
$(top_srcdir)/M4/add_cxxflags.m4 $(top_srcdir)/M4/clip_mode.m4 \
|
||||
$(top_srcdir)/M4/endian.m4 $(top_srcdir)/M4/extra_largefile.m4 \
|
||||
$(top_srcdir)/M4/extra_pkg.m4 \
|
||||
$(top_srcdir)/M4/flexible_array.m4 \
|
||||
$(top_srcdir)/M4/gcc_version.m4 $(top_srcdir)/M4/libtool.m4 \
|
||||
$(top_srcdir)/M4/lrint.m4 $(top_srcdir)/M4/lrintf.m4 \
|
||||
$(top_srcdir)/M4/ltoptions.m4 $(top_srcdir)/M4/ltsugar.m4 \
|
||||
$(top_srcdir)/M4/ltversion.m4 $(top_srcdir)/M4/lt~obsolete.m4 \
|
||||
$(top_srcdir)/M4/mkoctfile_version.m4 \
|
||||
$(top_srcdir)/M4/octave.m4 $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/src/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
AM_V_P = $(am__v_P_@AM_V@)
|
||||
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
||||
am__v_P_0 = false
|
||||
am__v_P_1 = :
|
||||
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
||||
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
||||
am__v_GEN_0 = @echo " GEN " $@;
|
||||
am__v_GEN_1 =
|
||||
AM_V_at = $(am__v_at_@AM_V@)
|
||||
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
||||
am__v_at_0 = @
|
||||
am__v_at_1 =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
am__can_run_installinfo = \
|
||||
case $$AM_UPDATE_INFO_DIR in \
|
||||
n|no|NO) false;; \
|
||||
*) (install-info --version) >/dev/null 2>&1;; \
|
||||
esac
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
||||
am__install_max = 40
|
||||
am__nobase_strip_setup = \
|
||||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
||||
am__nobase_strip = \
|
||||
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
||||
am__nobase_list = $(am__nobase_strip_setup); \
|
||||
for p in $$list; do echo "$$p $$p"; done | \
|
||||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
||||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
||||
if (++n[$$2] == $(am__install_max)) \
|
||||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
||||
END { for (dir in files) print dir, files[dir] }'
|
||||
am__base_list = \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__uninstall_files_from_dir = { \
|
||||
test -z "$$files" \
|
||||
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
||||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
||||
$(am__cd) "$$dir" && rm -f $$files; }; \
|
||||
}
|
||||
man1dir = $(mandir)/man1
|
||||
am__installdirs = "$(DESTDIR)$(man1dir)"
|
||||
NROFF = nroff
|
||||
MANS = $(man_MANS)
|
||||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ALSA_LIBS = @ALSA_LIBS@
|
||||
AMTAR = @AMTAR@
|
||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CLEAN_VERSION = @CLEAN_VERSION@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
DUMPBIN = @DUMPBIN@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
EXTERNAL_CFLAGS = @EXTERNAL_CFLAGS@
|
||||
EXTERNAL_LIBS = @EXTERNAL_LIBS@
|
||||
FGREP = @FGREP@
|
||||
FLAC_CFLAGS = @FLAC_CFLAGS@
|
||||
FLAC_LIBS = @FLAC_LIBS@
|
||||
GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
|
||||
GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
|
||||
GCC_VERSION = @GCC_VERSION@
|
||||
GETCONF = @GETCONF@
|
||||
GREP = @GREP@
|
||||
HAVE_AUTOGEN = @HAVE_AUTOGEN@
|
||||
HAVE_MKOCTFILE = @HAVE_MKOCTFILE@
|
||||
HAVE_OCTAVE = @HAVE_OCTAVE@
|
||||
HAVE_OCTAVE_CONFIG = @HAVE_OCTAVE_CONFIG@
|
||||
HAVE_WINE = @HAVE_WINE@
|
||||
HOST_TRIPLET = @HOST_TRIPLET@
|
||||
HTML_BGCOLOUR = @HTML_BGCOLOUR@
|
||||
HTML_FGCOLOUR = @HTML_FGCOLOUR@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LD = @LD@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
MKOCTFILE = @MKOCTFILE@
|
||||
MKOCTFILE_VERSION = @MKOCTFILE_VERSION@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OCTAVE = @OCTAVE@
|
||||
OCTAVE_CONFIG = @OCTAVE_CONFIG@
|
||||
OCTAVE_CONFIG_VERSION = @OCTAVE_CONFIG_VERSION@
|
||||
OCTAVE_DEST_MDIR = @OCTAVE_DEST_MDIR@
|
||||
OCTAVE_DEST_ODIR = @OCTAVE_DEST_ODIR@
|
||||
OCTAVE_VERSION = @OCTAVE_VERSION@
|
||||
OGG_CFLAGS = @OGG_CFLAGS@
|
||||
OGG_LIBS = @OGG_LIBS@
|
||||
OS_SPECIFIC_CFLAGS = @OS_SPECIFIC_CFLAGS@
|
||||
OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
||||
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
||||
RANLIB = @RANLIB@
|
||||
RC = @RC@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SF_COUNT_MAX = @SF_COUNT_MAX@
|
||||
SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
|
||||
SHELL = @SHELL@
|
||||
SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@
|
||||
SIZEOF_SF_COUNT_T = @SIZEOF_SF_COUNT_T@
|
||||
SNDIO_LIBS = @SNDIO_LIBS@
|
||||
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
|
||||
SQLITE3_LIBS = @SQLITE3_LIBS@
|
||||
STRIP = @STRIP@
|
||||
TYPEOF_SF_COUNT_T = @TYPEOF_SF_COUNT_T@
|
||||
VERSION = @VERSION@
|
||||
VORBISENC_CFLAGS = @VORBISENC_CFLAGS@
|
||||
VORBISENC_LIBS = @VORBISENC_LIBS@
|
||||
VORBIS_CFLAGS = @VORBIS_CFLAGS@
|
||||
VORBIS_LIBS = @VORBIS_LIBS@
|
||||
WIN_RC_VERSION = @WIN_RC_VERSION@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
htmldocdir = @htmldocdir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
man_MANS = sndfile-info.1 sndfile-play.1 sndfile-convert.1 sndfile-cmp.1 \
|
||||
sndfile-metadata-get.1 sndfile-metadata-set.1 sndfile-concat.1 \
|
||||
sndfile-interleave.1 sndfile-deinterleave.1
|
||||
|
||||
EXTRA_DIST = sndfile-info.1 sndfile-play.1 sndfile-convert.1 sndfile-cmp.1 \
|
||||
sndfile-metadata-get.1 sndfile-concat.1 sndfile-interleave.1
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||||
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu man/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(am__aclocal_m4_deps):
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
install-man1: $(man_MANS)
|
||||
@$(NORMAL_INSTALL)
|
||||
@list1=''; \
|
||||
list2='$(man_MANS)'; \
|
||||
test -n "$(man1dir)" \
|
||||
&& test -n "`echo $$list1$$list2`" \
|
||||
|| exit 0; \
|
||||
echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
|
||||
$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
|
||||
{ for i in $$list1; do echo "$$i"; done; \
|
||||
if test -n "$$list2"; then \
|
||||
for i in $$list2; do echo "$$i"; done \
|
||||
| sed -n '/\.1[a-z]*$$/p'; \
|
||||
fi; \
|
||||
} | while read p; do \
|
||||
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
||||
echo "$$d$$p"; echo "$$p"; \
|
||||
done | \
|
||||
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
|
||||
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
||||
sed 'N;N;s,\n, ,g' | { \
|
||||
list=; while read file base inst; do \
|
||||
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
||||
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
|
||||
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
|
||||
fi; \
|
||||
done; \
|
||||
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
||||
while read files; do \
|
||||
test -z "$$files" || { \
|
||||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
|
||||
$(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
|
||||
done; }
|
||||
|
||||
uninstall-man1:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list=''; test -n "$(man1dir)" || exit 0; \
|
||||
files=`{ for i in $$list; do echo "$$i"; done; \
|
||||
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
||||
sed -n '/\.1[a-z]*$$/p'; \
|
||||
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
|
||||
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
||||
dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
|
||||
tags TAGS:
|
||||
|
||||
ctags CTAGS:
|
||||
|
||||
cscope cscopelist:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(MANS)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(man1dir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
if test -z '$(STRIP)'; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
install; \
|
||||
else \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
||||
fi
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-man
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man: install-man1
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-man
|
||||
|
||||
uninstall-man: uninstall-man1
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
cscopelist-am ctags-am distclean distclean-generic \
|
||||
distclean-libtool distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-man1 install-pdf install-pdf-am install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs maintainer-clean maintainer-clean-generic \
|
||||
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
|
||||
ps ps-am tags-am uninstall uninstall-am uninstall-man \
|
||||
uninstall-man1
|
||||
|
||||
|
||||
# Same manpage for both programs.
|
||||
sndfile-metadata-set.1 : sndfile-metadata-get.1
|
||||
$(LN_S) $(srcdir)/sndfile-metadata-get.1 $@
|
||||
|
||||
sndfile-deinterleave.1 : sndfile-interleave.1
|
||||
$(LN_S) $(srcdir)/sndfile-interleave.1 $@
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
@@ -1,16 +1,29 @@
|
||||
.TH SNDFILE-CMP 1 "October 5, 2009"
|
||||
.SH NAME
|
||||
sndfile-cmp \- compares two audio files
|
||||
.SH SYNOPSIS
|
||||
.B sndfile-cmp
|
||||
.RI "file1 file2"
|
||||
.SH DESCRIPTION
|
||||
sndfile-cmp compares the audio data of two sound files. In particular most
|
||||
differences in the audio file header, particularly metadata like string info,
|
||||
are completely ignored.
|
||||
|
||||
sndfile-cmp does its work using libsndfile
|
||||
(http://www.mega-nerd.com/libsndfile/).
|
||||
.SH AUTHOR
|
||||
This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>.
|
||||
|
||||
.Dd November 2, 2014
|
||||
.Dt SNDFILE-CMP 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm sndfile-cmp
|
||||
.Nd compare two audio files
|
||||
.Sh SYNOPSIS
|
||||
.Nm sndfile-cmp
|
||||
.Ar file1
|
||||
.Ar file2
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
compares the audio data of two sound files.
|
||||
For two files to compare as being the same, their channel counts, sample rate,
|
||||
audio data lengths and actual audio data must match.
|
||||
Other differences such as string metadata like song title, artist etc and their
|
||||
presence or absence are ignored.
|
||||
.Sh EXIT STATUS
|
||||
.Bl -tag -width 1n -compact
|
||||
.It 0
|
||||
The audio data is the same.
|
||||
.It 1
|
||||
The audio data differs.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile
|
||||
.Sh AUTHORS
|
||||
.An Conrad Parker Aq Mt conrad@metadecks.org
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|
||||
|
||||
@@ -1,16 +1,28 @@
|
||||
.TH SNDFILE-CONCAT 1 "December 9, 2009"
|
||||
.SH NAME
|
||||
sndfile-concat \- concatenates two or more audio files
|
||||
.SH SYNOPSIS
|
||||
.B sndfile-concat
|
||||
.RI "infile1 infile2 .... outfile"
|
||||
.SH DESCRIPTION
|
||||
sndfile-concat generates a new output file by concatenating two or more input
|
||||
files. The format of the output file is the same as the format of the input
|
||||
file.
|
||||
|
||||
sndfile-concat does its work using libsndfile
|
||||
(http://www.mega-nerd.com/libsndfile/).
|
||||
.SH AUTHOR
|
||||
This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>.
|
||||
|
||||
.Dd November 2, 2014
|
||||
.Dt SNDFILE-CONCAT 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm sndfile-concat
|
||||
.Nd concatenate audio data from two or more audio files
|
||||
.Sh SYNOPSIS
|
||||
.Nm sndfile-concat
|
||||
.Ar infile1
|
||||
.Ar infile2
|
||||
.Ar ...
|
||||
.Ar outfile
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
generates a new output file by concatenating the audio data
|
||||
of two or more input files. The encoding of the output file
|
||||
is the encoding used in
|
||||
.Ar infile1 .
|
||||
Audio data from the subsequent files are converted to this encoding.
|
||||
The only restriction is that the files must have
|
||||
the same number of channels.
|
||||
The output file is overwritten if it already exists.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|
||||
|
||||
@@ -1,22 +1,160 @@
|
||||
.TH SNDFILE-CONVERT 1 "October 09, 2002"
|
||||
.SH NAME
|
||||
sndfile-convert \- convert a sound files from one format to another
|
||||
.SH SYNOPSIS
|
||||
.B sndfile-convert
|
||||
.RI "[encoding] input_file output_file"
|
||||
.LP
|
||||
.B sndfile-convert
|
||||
.RI --help
|
||||
.SH DESCRIPTION
|
||||
sndfile-convert converts sound files from one format to another using
|
||||
libsndfile (http://www.mega-nerd.com/libsndfile/) to read and write
|
||||
the data.
|
||||
.LP
|
||||
The format of the output file is determined by the filename extension
|
||||
of the output file.
|
||||
.LP
|
||||
The optional encoding parameter allows setting of the data encoding for
|
||||
the output file. Run "sndfile\-convert \-\-help" for more information.
|
||||
.SH AUTHOR
|
||||
This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>.
|
||||
|
||||
.Dd November 2, 2014
|
||||
.Dt SNDFILE-CONVERT 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm sndfile-convert
|
||||
.Nd convert sound files from one format to another
|
||||
.Sh SYNOPSIS
|
||||
.Nm sndfile-convert
|
||||
.Op Fl override-sample-rate Ns = Ns Ar rate
|
||||
.Op Fl endian Ns = Ns Cm little | big | cpu
|
||||
.Op Fl normalize
|
||||
.Op Ar encoding
|
||||
.Ar input
|
||||
.Ar output
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
converts sound files from one audio format to another.
|
||||
The output file is overwritten it it already exists.
|
||||
.Ss Formats
|
||||
The format of the output file is determined by the filename extension.
|
||||
The following file formats are currently recognized:
|
||||
.Pp
|
||||
.Bl -tag -compact -width ircam
|
||||
.It wav
|
||||
WAV (Microsoft)
|
||||
.It aif
|
||||
AIFF (Apple/SGI)
|
||||
.It au
|
||||
AU (Sun/NeXT)
|
||||
.It snd
|
||||
AU (Sun/NeXT)
|
||||
.It raw
|
||||
RAW (header-less)
|
||||
.It gsm
|
||||
RAW (header-less)
|
||||
.It vox
|
||||
RAW (header-less)
|
||||
.It paf
|
||||
PAF (Ensoniq PARIS, big-endian)
|
||||
.It fap
|
||||
PAF (Ensoniq PARIS, little-endian)
|
||||
.It svx
|
||||
IFF (Amiga IFF/SVX8/SV16)
|
||||
.It nist
|
||||
SPHERE (NIST SPeech HEader Resources)
|
||||
.It sph
|
||||
SPHERE (NIST SPeech HEader Resources)
|
||||
.It voc
|
||||
VOC (Creative Labs)
|
||||
.It ircam
|
||||
SF (Berkeley/IRCAM/CARL)
|
||||
.It sf
|
||||
SF (Berkeley/IRCAM/CARL)
|
||||
.It w64
|
||||
W64 (SoundFoundry WAVE 64)
|
||||
.It mat
|
||||
MAT4 (GNU Octave 2.0 / Matlab 4.2)
|
||||
.It mat4
|
||||
MAT4 (GNU Octave 2.0 / Matlab 4.2)
|
||||
.It mat5
|
||||
MAT5 (GNU Octave 2.1 / Matlab 5.0)
|
||||
.It pvf
|
||||
PVF (Portable Voice Format)
|
||||
.It xi
|
||||
XI (FastTracker 2)
|
||||
.It htk
|
||||
HTK (HMM Tool Kit)
|
||||
.It sds
|
||||
SDS (Midi Sample Dump Standard)
|
||||
.It avr
|
||||
AVR (Audio Visual Research)
|
||||
.It wavex
|
||||
WAVEX (MS WAVE with WAVEFORMATEX)
|
||||
.It sd2
|
||||
SD2 (Sound Designer II)
|
||||
.It flac
|
||||
FLAC (FLAC Lossless Audio Codec)
|
||||
.It caf
|
||||
CAF (Apple Core Audio File)
|
||||
.It wve
|
||||
WVE (Psion Series 3)
|
||||
.It prc
|
||||
WVE (Psion Series 3)
|
||||
.It ogg
|
||||
OGG (OGG Container format)
|
||||
.It oga
|
||||
OGG (OGG Container format)
|
||||
.It mpc
|
||||
MPC (Akai MPC 2k)
|
||||
.It rf64
|
||||
RF64 (RIFF 64)
|
||||
.El
|
||||
.Ss Options
|
||||
The following options are recoginzed:
|
||||
.Pp
|
||||
.Bl -tag -compact -width "override-sample-rate=XXXXX"
|
||||
.It Fl override-sample-rate Ns = Ns Ar rate
|
||||
Make the input use sample rate of
|
||||
.Ar rate
|
||||
Hz.
|
||||
.It Fl endian Ns = Ns Cm little
|
||||
Make the output file use little endian data.
|
||||
.It Fl endian Ns = Ns Cm big
|
||||
Make the output file use big endian data.
|
||||
.It Fl endian Ns = Ns Cm cpu
|
||||
Make the output file use CPU endianness.
|
||||
.It Fl normalize
|
||||
Normalize the audio data in the output file.
|
||||
.El
|
||||
.Ss Encodings
|
||||
The optional
|
||||
.Ar encoding
|
||||
parameter allows setting of the data encoding for the output file.
|
||||
The following encodings are currently supported:
|
||||
.Pp
|
||||
.Bl -tag -compact -width ima-adpcmXX
|
||||
.It Fl pcms8
|
||||
signed 8 bit pcm
|
||||
.It Fl pcmu8
|
||||
unsigned 8 bit pcm
|
||||
.It Fl pcm16
|
||||
16 bit pcm
|
||||
.It Fl pcm24
|
||||
24 bit pcm
|
||||
.It Fl pcm32
|
||||
32 bit pcm
|
||||
.It Fl float32
|
||||
32 bit floating point
|
||||
.It Fl ulaw
|
||||
ULAW
|
||||
.It Fl alaw
|
||||
ALAW
|
||||
.It Fl ima-adpcm
|
||||
IMA ADPCM (WAV only)
|
||||
.It Fl ms-adpcm
|
||||
MS ADPCM (WAV only)
|
||||
.It Fl gsm610
|
||||
GSM6.10 (WAV only)
|
||||
.It Fl dwvw12
|
||||
12 bit DWVW (AIFF only)
|
||||
.It Fl dwvw16
|
||||
16 bit DWVW (AIFF only)
|
||||
.It Fl dwvw24
|
||||
24 bit DWVW (AIFF only)
|
||||
.It Fl vorbis
|
||||
Vorbis (OGG only)
|
||||
.El
|
||||
.Pp
|
||||
If no encoding is specified for the output file,
|
||||
.Nm
|
||||
will try to use the encoding of the input file.
|
||||
This will not always work as most container formats
|
||||
(e.g. WAV, AIFF etc) only support a small subset of encodings
|
||||
(e.g. 16 bit PCM, a-law, Vorbis etc).
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .
|
||||
|
||||
@@ -1,16 +1,34 @@
|
||||
.TH SNDFILE-INFO 1 "July 28, 2002"
|
||||
.SH NAME
|
||||
sndfile-info \- display information about a sound file
|
||||
.SH SYNOPSIS
|
||||
.B sndfile-info
|
||||
.RI file
|
||||
.SH DESCRIPTION
|
||||
sndfile-info will display basic information about a sound file such as
|
||||
its format, its sample rate, and the number of channels. This information
|
||||
is obtained using libsndfile (http://www.mega-nerd.com/libsndfile/).
|
||||
.SH AUTHOR
|
||||
This manual page was originally written by Joshua Haberman
|
||||
<joshua@debian.org>, for the Debian GNU/Linux system (but may be used by
|
||||
others). Further additions have been made by Erik de Castro Lopo
|
||||
<erikd@mega-nerd.com>.
|
||||
|
||||
.Dd November 2, 2014
|
||||
.Dt SNDFILE-INFO 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm sndfile-info
|
||||
.Nd display information about sound files
|
||||
.Sh SYNOPSIS
|
||||
.Nm sndfile-info
|
||||
.Op Fl -broadcast
|
||||
.Op Fl -cart
|
||||
.Op Fl -channel-map
|
||||
.Op Fl -instrument
|
||||
.Ar
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
displays basic information about sound files
|
||||
such as format, number of channels, samplerate, and length.
|
||||
The following options are recognized:
|
||||
.Pp
|
||||
.Bl -tag -compact -width channelmapXXXX
|
||||
.It Fl -broadcast
|
||||
Display broadcast (BWF) info.
|
||||
.It Fl -cart
|
||||
Display the cart chunk of a WAV (or related) file.
|
||||
.It Fl -channel-map
|
||||
Display channel map.
|
||||
.It Fl -instrument
|
||||
Display instrument info:
|
||||
a base note, gain, velocity, key, and loop points.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .
|
||||
|
||||
@@ -1,23 +1,62 @@
|
||||
.TH SNDFILE-INTERLEAVE 1 "December 14, 2009"
|
||||
.SH NAME
|
||||
sndfile-interleave \- convert multiple single channel files into a multi-channel file
|
||||
.br
|
||||
sndfile-deinterleave \- split a multi-channel into multiple single channel files
|
||||
.SH SYNOPSIS
|
||||
.B sndfile-interleave
|
||||
.RI "<input 1> <input 2> ... -o <output file>"
|
||||
.br
|
||||
.B sndfile-deinterleave
|
||||
.RI "filename"
|
||||
|
||||
.SH DESCRIPTION
|
||||
sndfile-interleave and sndfile-deinterleave use libsndfile
|
||||
(http://www.mega-nerd.com/libsndfile/) to convert back and forth between multiple
|
||||
single channel files and a single multi-channel sound file.
|
||||
|
||||
Run "sndfile\-interleave \-\-help" or "sndfile\-deinterleave \-\-help" for
|
||||
more information
|
||||
|
||||
.SH AUTHOR
|
||||
This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>.
|
||||
|
||||
.Dd November 2, 2014
|
||||
.Dt SNDFILE-INTERLEAVE 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm sndfile-interleave ,
|
||||
.Nm sndfile-deinterleave
|
||||
.Nd convert mono files into a multi-channel file and vice versa
|
||||
.Sh SYNOPSIS
|
||||
.Nm sndfile-interleave
|
||||
.Ar input1
|
||||
.Ar input2
|
||||
.Ar ...
|
||||
.Fl o Ar output
|
||||
.Nm sndfile-deinterleave
|
||||
.Ar file
|
||||
.Sh DESCRIPTION
|
||||
.Nm sndfile-interleave
|
||||
creates a multi-channel file taking audio data
|
||||
from two or more mono files as individual channels.
|
||||
The format of the output file is determined by its filename suffix.
|
||||
The audio parameters of the output file will be made so that
|
||||
the format can accommodate each of the mono inputs;
|
||||
for example, the samplerate will be the maximal samplerate
|
||||
occurring in the inputs.
|
||||
The output file will be overwritten if it already exists.
|
||||
.Pp
|
||||
.Nm sndfile-deinterleave
|
||||
creates two or more mono files from a multi-channel audio file,
|
||||
containing data from the individual channels. The names of the
|
||||
resulting mono files are of the form
|
||||
.Dq name_XY.suf
|
||||
where
|
||||
.Em name
|
||||
and
|
||||
.Em suf
|
||||
are the basename and suffix of the original file.
|
||||
If any file of such name already exists, it will be overwritten.
|
||||
Apart from the number of channels,
|
||||
the audio format of the resulting mono files
|
||||
is the same as that of the original file.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh EXAMPLES
|
||||
Merge a mono OGG file and a mono FLAC file into a stereo WAV file:
|
||||
.Bd -literal -offset indent
|
||||
$ sndfile-interleave left.ogg right.flac -o stereo.wav
|
||||
.Ed
|
||||
.Pp
|
||||
Split a multi-channel into individual mono files:
|
||||
.Bd -literal -offset indent
|
||||
$ sndfile-deinterleave multi.wav
|
||||
Input file : multi
|
||||
Output files :
|
||||
multi_00.wav
|
||||
multi_01.wav
|
||||
multi_02.wav
|
||||
multi_03.wav
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|
||||
|
||||
@@ -1,26 +1,116 @@
|
||||
.TH SNDFILE-METADATA-GET 1 "October 6, 2009"
|
||||
.SH NAME
|
||||
sndfile-metadata-get \- retrieve metadata from a sound file
|
||||
.br
|
||||
sndfile-metadata-set \- set metadata in a sound file
|
||||
.SH SYNOPSIS
|
||||
.B sndfile-metadata-get
|
||||
.RI "[options] file"
|
||||
.br
|
||||
.B sndfile-metadata-set
|
||||
.RI "[options] file"
|
||||
.br
|
||||
.B sndfile-metadata-set
|
||||
.RI "[options] input-file output-file"
|
||||
|
||||
.SH DESCRIPTION
|
||||
sndfile-metadata-get and sndfile-metadata-set use libsndfile
|
||||
(http://www.mega-nerd.com/libsndfile/) to retrieve metadata from or set metadata
|
||||
in a sound file.
|
||||
|
||||
Run "sndfile\-metadata\-get \-\-help" or "sndfile\-metadata\-set \-\-help" for
|
||||
more information
|
||||
|
||||
.SH AUTHOR
|
||||
This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>.
|
||||
|
||||
.Dd November 2, 2014
|
||||
.Dt SNDFILE-METADATA-GET 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm sndfile-metadata-get ,
|
||||
.Nm sndfile-metadata-set
|
||||
.Nd get or set metadata in a sound file
|
||||
.Sh SYNOPSIS
|
||||
.Nm sndfile-metadata-get
|
||||
.Op Ar options
|
||||
.Ar file
|
||||
.Nm sndfile-metadata-set
|
||||
.Op Ar options
|
||||
.Ar file
|
||||
.Nm sndfile-metadata-set
|
||||
.Op Ar options
|
||||
.Ar input
|
||||
.Ar output
|
||||
.Sh DESCRIPTION
|
||||
.Nm sndfile-metadata-get
|
||||
displays bext and string metadata stored in an audio file.
|
||||
The following options specify what to print.
|
||||
.Pp
|
||||
.Bl -tag -width bext-descriptionXXXX -compact
|
||||
.It Fl -all
|
||||
all metadata
|
||||
.It Fl -bext-description
|
||||
description
|
||||
.It Fl -bext-originator
|
||||
originator info
|
||||
.It Fl -bext-orig-ref
|
||||
originator reference
|
||||
.It Fl -bext-umid
|
||||
Unique Material Identifier
|
||||
.It Fl -bext-orig-date
|
||||
origination date
|
||||
.It Fl -bext-orig-time
|
||||
origination time
|
||||
.It Fl -bext-coding-hist
|
||||
coding history
|
||||
.It Fl -str-title
|
||||
title
|
||||
.It Fl -str-copyright
|
||||
copyright
|
||||
.It Fl -str-artist
|
||||
artist
|
||||
.It Fl -str-comment
|
||||
comment
|
||||
.It Fl -str-date
|
||||
creation date
|
||||
.It Fl -str-album
|
||||
album
|
||||
.It Fl -str-license
|
||||
license
|
||||
.El
|
||||
.Pp
|
||||
.Nm sndfile-metadata-set
|
||||
sets bext and string metadata in an audio file if the format supports it.
|
||||
If the file does not contain a BEXT chunk to be modified,
|
||||
the second synopsis must be used, where another output file
|
||||
capable of storing the metadata is created.
|
||||
This file is overwritten if it already exists.
|
||||
The following options take an argument specifying the metadata:
|
||||
.Pp
|
||||
.Bl -tag -width bext-coding-histXXXXXXX -compact
|
||||
.It Fl -bext-description
|
||||
description
|
||||
.It Fl -bext-originator
|
||||
originator
|
||||
.It Fl -bext-orig-ref
|
||||
originator reference
|
||||
.It Fl -bext-umid
|
||||
Unique Material Identifier
|
||||
.It Fl -bext-orig-date
|
||||
origination date
|
||||
.It Fl -bext-orig-time
|
||||
origination time
|
||||
.It Fl -bext-coding-hist
|
||||
coding history
|
||||
.It Fl -bext-time-raf
|
||||
time reference
|
||||
.It Fl -str-comment
|
||||
comment
|
||||
.It Fl -str-title
|
||||
title
|
||||
.It Fl -str-copyright
|
||||
copyright
|
||||
.It Fl -str-artist
|
||||
artist
|
||||
.It Fl -str-date
|
||||
date
|
||||
.It Fl -str-album
|
||||
album
|
||||
.It Fl -str-license
|
||||
license
|
||||
.El
|
||||
.Pp
|
||||
The following options take no argument:
|
||||
.Pp
|
||||
.Bl -tag -width bext-coding-histXXXXXXX -compact
|
||||
.It Fl -bext-auto-time-date
|
||||
Set the BEXT time and date to current.
|
||||
.It Fl -bext-auto-time
|
||||
Set the BEXT time to current.
|
||||
.It Fl -bext-auto-date
|
||||
Set the BEXT date to current.
|
||||
.It Fl -str-auto-date
|
||||
Set the string date to current.
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.Lk http://tech.ebu.ch/docs/tech/tech3285.pdf
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|
||||
|
||||
@@ -1,36 +1,34 @@
|
||||
.de EX
|
||||
.ne 5
|
||||
.if n .sp 1
|
||||
.if t .sp .5
|
||||
.nf
|
||||
.in +.5i
|
||||
..
|
||||
.de EE
|
||||
.fi
|
||||
.in -.5i
|
||||
.if n .sp 1
|
||||
.if t .sp .5
|
||||
..
|
||||
.TH SNDFILE-PLAY 1 "July 28, 2002"
|
||||
.SH NAME
|
||||
sndfile-play \- play a sound file
|
||||
.SH SYNOPSIS
|
||||
.B sndfile-play
|
||||
.RI file
|
||||
.SH DESCRIPTION
|
||||
sndfile-play plays the specified sound file using :
|
||||
.EX
|
||||
ALSA on Linux
|
||||
/dev/dsp on systems supporting OSS (including Linux)
|
||||
/dev/audio on Sun Solaris
|
||||
CoreAudio on Apple MacOSX
|
||||
waveOut on Microsoft Win32
|
||||
.EE
|
||||
sndfile-play uses libsndfile (http://www.mega-nerd.com/libsndfile/)
|
||||
to read the file.
|
||||
.SH AUTHOR
|
||||
This manual page was originally written by Joshua Haberman
|
||||
<joshua@debian.org>, for the Debian GNU/Linux system (but may be used by
|
||||
others). Further additions have been made by Erik de Castro Lopo
|
||||
<erikd@mega-nerd.com>.
|
||||
|
||||
.Dd November 2, 2014
|
||||
.Dt SNDFILE-PLAY 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm sndfile-play
|
||||
.Nd play a sound file
|
||||
.Sh SYNOPSIS
|
||||
.Nm sndfile-play
|
||||
.Ar
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
plays one or more sound files on various operating systems using standard audio
|
||||
output APIs. The following table summarizes which audio API is used where:
|
||||
.Pp
|
||||
.Bl -tag -width MacOSX10XXX -compact
|
||||
.It Linux
|
||||
ALSA or OSS
|
||||
.It OpenBSD
|
||||
sndio
|
||||
.It FreeBSD
|
||||
/dev/dsp (OSS)
|
||||
.It Solaris
|
||||
/dev/audio
|
||||
.It MacOSX 10.6
|
||||
CoreAudio
|
||||
.It MacOSX 10.7
|
||||
AudioToolbox
|
||||
.It Win32
|
||||
waveOut
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|
||||
|
||||
25
lib-src/libsndfile/man/sndfile-salvage.1
Normal file
25
lib-src/libsndfile/man/sndfile-salvage.1
Normal file
@@ -0,0 +1,25 @@
|
||||
.Dd November 2, 2014
|
||||
.Dt SNDFILE-SALVAGE 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm sndfile-salvage
|
||||
.Nd salvage audio data from WAV files longer than 4G
|
||||
.Sh SYNOPSIS
|
||||
.Nm sndfile-salvage
|
||||
.Ar toolong.wav
|
||||
.Ar fixed64.wav
|
||||
.Sh DESCRIPTION
|
||||
Audio files using the WAV file container are inherently limited to 4G of data
|
||||
size fields in the WAV header being stored as unsigned 32bit integers.
|
||||
Many applications have trouble with these WAV files
|
||||
that are more the 4G in size.
|
||||
.Nm
|
||||
rewrites the WAV file into a W64 file with the same audio content.
|
||||
This file is overwritten if it already exists.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.\".Lk http://en.wikipedia.org/wiki/RF64
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|
||||
Reference in New Issue
Block a user