Add support for FLAC decoding.

This commit is contained in:
David Reid
2018-02-21 19:06:53 +10:00
parent eb95f6fa8d
commit 48dd8a318a
2 changed files with 118 additions and 13 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ s32->s24 {
# r = ((x + 2147483648) * 0.0000000004656612873077392578125) - 1
s32->f32 {
dbl t;
add (dbl)t x 2147483647;
add (dbl)t x 2147483647UL;
add t t 1;
mul t t 0.0000000004656612873077392578125;
sub (flt)r t 1;