view src/libsndfile-1.0.25/tests/utils.def @ 56:af97cad61ff0

Add updated build of PortAudio for OSX
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 03 Jan 2017 15:10:52 +0000
parents c7265573341e
children
line wrap: on
line source
autogen definitions utils.tpl;

float_type = {
	name = float ;
	};

float_type = {
	name = double ;
	};

/*----------------------------------*/

io_type = {
	io_element	= short ;
	format_str		= "\"% d\"" ;
	};

io_type = {
	io_element	= int ;
	format_str		= "\"% d\"" ;
	};

io_type = {
	io_element	= float ;
	format_str		= "\"% g\"" ;
	};

io_type = {
	io_element 	= double ;
	format_str		= "\"% g\"" ;
	};

read_op = {
	op_element	= read ;
	count_name	= items ;
	};

read_op = {
	op_element	= readf ;
	count_name	= frames ;
	};

write_op = {
	op_element	= write ;
	count_name	= items ;
	};

write_op = {
	op_element	= writef ;
	count_name	= frames ;
	};