mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-22 00:47:13 +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:
@@ -1,16 +1,16 @@
|
||||
autogen definitions benchmark.tpl;
|
||||
|
||||
data_type = {
|
||||
data_type = {
|
||||
type_name = short ;
|
||||
multiplier = "32700.0" ;
|
||||
};
|
||||
|
||||
data_type = {
|
||||
data_type = {
|
||||
type_name = int ;
|
||||
multiplier = "32700.0 * (1<<16)" ;
|
||||
multiplier = "32700.0 * (1 << 16)" ;
|
||||
};
|
||||
|
||||
data_type = {
|
||||
data_type = {
|
||||
type_name = float ;
|
||||
multiplier = "1.0" ;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user