annotate src/libsndfile-1.0.27/tests/rdwr_test.def @ 84:08ae793730bd

Add null config files
author Chris Cannam
date Mon, 02 Mar 2020 14:03:47 +0000
parents 1df64224f5ac
children
rev   line source
Chris@40 1 autogen definitions rdwr_test.tpl;
Chris@40 2
Chris@40 3 data_type = {
Chris@40 4 name = "short" ;
Chris@40 5 type = "short" ;
Chris@40 6 format = "SF_FORMAT_PCM_16" ;
Chris@40 7 } ;
Chris@40 8
Chris@40 9 data_type = {
Chris@40 10 name = "int" ;
Chris@40 11 type = "int" ;
Chris@40 12 format = "SF_FORMAT_PCM_32" ;
Chris@40 13 } ;
Chris@40 14
Chris@40 15 data_type = {
Chris@40 16 name = "float" ;
Chris@40 17 type = "float" ;
Chris@40 18 format = "SF_FORMAT_FLOAT" ;
Chris@40 19 } ;
Chris@40 20
Chris@40 21 data_type = {
Chris@40 22 name = "double" ;
Chris@40 23 type = "double" ;
Chris@40 24 format = "SF_FORMAT_DOUBLE" ;
Chris@40 25 } ;
Chris@40 26
Chris@40 27 data_type = {
Chris@40 28 name = "raw" ;
Chris@40 29 type = "unsigned char" ;
Chris@40 30 format = "SF_FORMAT_PCM_U8" ;
Chris@40 31 } ;
Chris@40 32