File: header_test.def

package info (click to toggle)
libsndfile 1.0.16-2%2Betch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,912 kB
  • ctags: 3,014
  • sloc: ansic: 41,558; sh: 8,906; makefile: 496; python: 93; cpp: 92
file content (30 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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" ;
	} ;

/*
** Do not edit or modify anything in this comment block.
** The arch-tag line is a file identity tag for the GNU Arch
** revision control system.
**
** arch-tag: 436e1f37-a274-4377-b8fa-b2e2fc29f85b
*/