view src/libsndfile-1.0.25/tests/benchmark.def @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +0100
parents c7265573341e
children
line wrap: on
line source
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" ;
	};