Audio-LibSampleRate
view release on metacpan or search on metacpan
libsamplerate/Cfg/ltmain.sh view on Meta::CPAN
esac
func_quote_for_expand_result=$_G_arg
}
# func_stripname PREFIX SUFFIX NAME
# ---------------------------------
# strip PREFIX and SUFFIX from NAME, and store in func_stripname_result.
# PREFIX and SUFFIX must not contain globbing or regex special
# characters, hashes, percent signs, but SUFFIX may contain a leading
# dot (in which case that matches only a dot).
if test yes = "$_G_HAVE_XSI_OPS"; then
eval 'func_stripname ()
{
$debug_cmd
# pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
# positional parameters, so assign one to ordinary variable first.
func_stripname_result=$3
func_stripname_result=${func_stripname_result#"$1"}
libsamplerate/M4/libtool.m4 view on Meta::CPAN
AC_LANG_POP
])# _LT_LANG_CXX_CONFIG
# _LT_FUNC_STRIPNAME_CNF
# ----------------------
# func_stripname_cnf prefix suffix name
# strip PREFIX and SUFFIX off of NAME.
# PREFIX and SUFFIX must not contain globbing or regex special
# characters, hashes, percent signs, but SUFFIX may contain a leading
# dot (in which case that matches only a dot).
#
# This function is identical to the (non-XSI) version of func_stripname,
# except this one can be used by m4 code that may be executed by configure,
# rather than the libtool script.
m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl
AC_REQUIRE([_LT_DECL_SED])
AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
func_stripname_cnf ()
{
libsamplerate/doc/quality.html view on Meta::CPAN
This is measured in decibels (dB) and the higher this value the
better.
For most sample rate converters, the SNR will vary depending on
the input signal and the ratio between input and output sample
rates.
The only valid comparison of SNR is between the worst case for
for each converter.
<LI><B>Bandwidth</B> - most sample rate converters attenuate high
frequencies as part of their operation.
Bandwidth can be measured by finding the frequency where the
attenuation is 3dB and expressing that as a percentage of the full
bandwidth at that sampling rate.
<LI><B>Speed</B> - the faster the better <B>:-)</B>.
</UL>
<P>
There are a number of sample rate converters available for downloading
but I will limit the comparison ot Secret Rabbit Code to the following:
</P>
<UL>
<LI><A HREF="http://www.mega-nerd.com/SRC/download.html">sndfile-resample</A>
( run in 0.497 second using v1.01-cache-2.11-cpan-709fd43a63f )