diff src/libsndfile-1.0.27/tests/utils.def @ 40:1df64224f5ac

Current libsndfile source
author Chris Cannam
date Tue, 18 Oct 2016 13:22:47 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/libsndfile-1.0.27/tests/utils.def	Tue Oct 18 13:22:47 2016 +0100
@@ -0,0 +1,52 @@
+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 ;
+	};
+