1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Update libsndfile to 1.0.29pre2+git

This pulls in MANY (over 890) changes compared to our
from our current 1.0.24 version.
This commit is contained in:
Leland Lucius
2020-03-16 22:41:09 -05:00
parent 4ac45bb5f8
commit b749a16943
370 changed files with 39029 additions and 81333 deletions

View File

@@ -1,6 +1,6 @@
autogen definitions write_read_test.tpl;
data_type = {
data_type = {
type_name = char ;
data_type = short ;
data_field = s ;
@@ -10,7 +10,7 @@ data_type = {
max_error = "255" ;
} ;
data_type = {
data_type = {
type_name = short ;
data_type = short ;
data_field = s ;
@@ -20,7 +20,17 @@ data_type = {
max_error = "0" ;
} ;
data_type = {
data_type = {
type_name = "20bit" ;
data_type = int ;
data_field = i ;
error_func = BIT_20_ERROR ;
format_char = "0x%X" ;
max_val = "(1.0 * 0x7F00000)" ;
max_error = "4096" ;
} ;
data_type = {
type_name = "24bit" ;
data_type = int ;
data_field = i ;
@@ -30,7 +40,7 @@ data_type = {
max_error = "256" ;
} ;
data_type = {
data_type = {
type_name = int ;
data_type = int ;
data_field = i ;
@@ -42,7 +52,7 @@ data_type = {
/* Lite remove start */
data_type = {
data_type = {
type_name = float ;
data_type = float ;
data_field = f ;
@@ -52,7 +62,7 @@ data_type = {
max_error = "0" ;
} ;
data_type = {
data_type = {
type_name = double ;
data_type = double ;
data_field = d ;