projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'libsndfile'
[Faustine.git]
/
interpretor
/
lib
/
src
/
libsndfile-1.0.25
/
tests
/
rdwr_test.def
1
autogen definitions rdwr_test.tpl;
2
3
data_type = {
4
name = "short" ;
5
type = "short" ;
6
format = "SF_FORMAT_PCM_16" ;
7
} ;
8
9
data_type = {
10
name = "int" ;
11
type = "int" ;
12
format = "SF_FORMAT_PCM_32" ;
13
} ;
14
15
data_type = {
16
name = "float" ;
17
type = "float" ;
18
format = "SF_FORMAT_FLOAT" ;
19
} ;
20
21
data_type = {
22
name = "double" ;
23
type = "double" ;
24
format = "SF_FORMAT_DOUBLE" ;
25
} ;
26
27
data_type = {
28
name = "raw" ;
29
type = "unsigned char" ;
30
format = "SF_FORMAT_PCM_U8" ;
31
} ;
32