1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-09 16:13:41 +02:00
Files
autotools
dox2-src
help
images
include
lib-src
FileDialog
expat
ffmpeg
lame
lib-widget-extra
libflac
libid3tag
libmad
libnyquist
libogg
libscorealign
libsndfile
Cfg
M4
Octave
Win32
doc
examples
man
programs
regtest
src
tests
Makefile.am
Makefile.in
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
pcm_test.c
pcm_test.def
pcm_test.tpl
peak_chunk_test.c
pedantic-header-test.sh.in
pipe_test.c
pipe_test.def
pipe_test.tpl
raw_test.c
rdwr_test.c
rdwr_test.def
rdwr_test.tpl
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
0001-Add-support-for-Album-and-Track-tags-in-RIFF-files-for-libsndfile-1.0.24.patch
0001-Add-support-for-Album-and-Track-tags-in-RIFF-files-for-libsndfile-1.0.25.patch
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am
Makefile.in
NEWS
README
autotools.patch
build-test-tarball.mk.in
configure
configure.ac
id3.patch
libsndfile-ppc-crash-on-some-id3-mp3s.patch
libsndfile-srcdir.patch
libsndfile.spec.in
maintainer-mode.patch
sndfile.pc.in
libsoxr
libvamp
libvorbis
lv2
mod-null
mod-nyq-bench
mod-script-pipe
mod-track-panel
portaudio-v19
portburn
portmidi
portmixer
portsmf
sbsms
soundtouch
twolame
Makefile.am
Makefile.in
audacity-patches.txt
dist-libsoxr.mk
dist-libvamp.mk
dist-portaudio.mk
locale
m4
mac
nyquist
plug-ins
presets
qa
scripts
src
tests
win
.gitattributes
.gitignore
.travis.yml
ABOUT-NLS
CHANGELOG.txt
INSTALL
LICENSE.txt
Makefile.am
Makefile.in
README.txt
appveyor.yml
audacity.dox
branches.txt
configure
configure.ac
todo.txt
audacity/lib-src/libsndfile/tests/header_test.def
2010-01-24 09:19:39 +00:00

23 lines
312 B
Modula-2

autogen definitions header_test.tpl;
data_type = {
name = "short" ;
format = "SF_FORMAT_PCM_16" ;
} ;
data_type = {
name = "int" ;
format = "SF_FORMAT_PCM_32" ;
} ;
data_type = {
name = "float" ;
format = "SF_FORMAT_FLOAT" ;
} ;
data_type = {
name = "double" ;
format = "SF_FORMAT_DOUBLE" ;
} ;