mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
build
clients
cmake_modules
conf
debian
docs
dtd
freeswitch.xcodeproj
fscomm
htdocs
libs
apr
apr-util
broadvoice
curl
esl
freetdm
iksemel
ilbc
js
ldns
libcodec2
libdingaling
libedit
libg722_1
libks
libnatpmp
libscgi
libsndfile
Cfg
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
libtpl-1.5
libwebsockets
libzrtp
miniupnpc
openzap
pcre
portaudio
silk
sofia-sip
spandsp
speex
sqlite
srtp
stfu
tiff-4.0.2
unimrcp
win32
xmlrpc-c
yaml
.gitignore
patches
scripts
src
support-d
w32
web
.gitattributes
.gitignore
CMakeLists.txt
Freeswitch.2005.unsupported.sln
Freeswitch.2008.express.unsupported.sln
Freeswitch.2008.sln.debug.bat
Freeswitch.2008.sln.release.bat
Freeswitch.2008.unsupported.sln
Freeswitch.2010.express.sln
Freeswitch.2010.sln
Freeswitch.2012.sln
INSTALL
Makefile.am
acinclude.m4
bootstrap.sh
cc.sh
cluecon.tmpl
cluecon2.tmpl
cluecon2_small.tmpl
cluecon_small.tmpl
configure.in
devel-bootstrap.sh
erlang.spec
freeswitch-config-rayo.spec
freeswitch-sounds-en-us-callie.spec
freeswitch-sounds-music.spec
freeswitch-sounds-ru-RU-elena.spec
freeswitch.spec
swig_common.i
18 lines
247 B
Modula-2
18 lines
247 B
Modula-2
![]() |
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" ;
|
||
|
};
|
||
|
|