Files
build
cmake_modules
conf
debian
docs
dtd
freeswitch.xcodeproj
htdocs
libs
apr
apr-util
curl
esl
iksemel
ilbc
js
libdingaling
libedit
libg722_1
libnatpmp
libsndfile
M4
Octave
Win32
doc
examples
man
programs
regtest
src
tests
Makefile.am
aiff_rw_test.c
alaw_test.c
benchmark.c
benchmark.def
benchmark.tpl
checksum_test.c
command_test.c
cpp_test.cc
dft_cmp.c
dft_cmp.h
dither_test.c
dwvw_test.c
error_test.c
external_libs_test.c
fix_this.c
floating_point_test.c
floating_point_test.def
floating_point_test.tpl
generate.c
generate.h
header_test.c
header_test.def
header_test.tpl
headerless_test.c
largefile_test.c
locale_test.c
lossy_comp_test.c
misc_test.c
multi_file_test.c
ogg_test.c
open_fail_test.c
pcm_test.c
pcm_test.def
pcm_test.tpl
peak_chunk_test.c
pipe_test.c
pipe_test.def
pipe_test.tpl
raw_test.c
scale_clip_test.c
scale_clip_test.def
scale_clip_test.tpl
sfversion.c
stdin_test.c
stdio_test.c
stdout_test.c
string_test.c
test_wrapper.sh.in
ulaw_test.c
utils.c
utils.def
utils.h
utils.tpl
virtual_io_test.c
vorbis_test.c
win32_ordinal_test.c
win32_test.c
write_read_test.c
write_read_test.def
write_read_test.tpl
.update
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am
Mingw-make-dist.sh
NEWS
README
TODO
acinclude.m4
configure.ac
configure.gnu
libsndfile.spec.in
reconfigure.mk
sndfile.pc.in
libteletone
miniupnpc
pcre
portaudio
sofia-sip
spandsp
speex
sqlite
srtp
stfu
tiff-3.8.2
udns
unimrcp
voipcodecs
win32
xmlrpc-c
yaml
patches
scripts
src
support-d
w32
CMakeLists.txt
Freeswitch.2005.unsupported.sln
Freeswitch.2008.express.sln
Freeswitch.2008.sln
INSTALL
Makefile.am
acinclude.m4
bootstrap.sh
configure.in
freeswitch.spec
freeswitch/libs/libsndfile/tests/benchmark.def

18 lines
247 B
Modula-2
Raw Normal View History

autogen definitions benchmark.tpl;
data_type = {
type_name = short ;
multiplier = "32700.0" ;
};
data_type = {
type_name = int ;
multiplier = "32700.0 * (1<<16)" ;
};
data_type = {
type_name = float ;
multiplier = "1.0" ;
};