mallgrab
86780f2998
Update minimp3 headers.
5 years ago
Dimitri Diakopoulos
c8db659724
Merge pull request #38 from ArthurSonzogni/master
...
Populate the PUBLIC and PRIVATE interface of libnyquist
7 years ago
Nick Porcino
6a88f291ea
Update for building on iOS
7 years ago
ArthurSonzogni
12f60ab575
Fix flac_min/flac_max not defined with Emscripten.
...
When the compiler doesn't match the ones expected, flac_min/flac_max
aren't defined. There is a fallback to always define them, but MIN/MAX
were defined instead of flac_min/flac_max
This commit is the same as the one is the original FLAC project:
https://github.com/xiph/flac/blob/master/src/libFLAC/include/private/macros.h
7 years ago
dimitri
acaf19d97e
implement basic mp3 decoding using public-domain minimp3 library
7 years ago
dimitri
1fa96191ab
remove modplug support (not a regularly tested decoder, hard to maintain)
7 years ago
dimitri
28695aa4eb
cmake issues
7 years ago
Avaer Kazmer
9ce7f0cf34
Wavpack library dead files cleanup
8 years ago
Avaer Kazmer
168fc5be6d
Update wavpack library source
8 years ago
Adrian Biedrzycki
8a141449ab
Bugfix extern MixSoundBuffer size subscript
8 years ago
Adrian Biedrzycki
d8853d2ebb
Bugfix missing extern declarations in libmodplug
8 years ago
Adrian Biedrzycki
40db0e641c
Bugfix missing libogg ogg/config_types.h include
8 years ago
Adrian Biedrzycki
e27f888021
Move flac to FLAC
8 years ago
Dimitri Diakopoulos
26cbf1c671
remove libmodplug extra detritus
10 years ago
r-lyeh
868ec9f2d6
add support for non-timidity soundfonts (like Fluid R3)
10 years ago
r-lyeh
fbd87c0752
modplug decoder: multichannel + midi support
10 years ago
Dimitri Diakopoulos
51ab7c598b
untangle opus for inline compile
10 years ago
r-lyeh
e215d95f52
Amalgamate missing dependencies: musepack, opus, wavpack
10 years ago
Dimitri Diakopoulos
caddc84b19
compiling musepack dependencies into libnyquist - xcode specific at the moment
11 years ago
Dimitri Diakopoulos
61ad5229b6
musepack dependencies
11 years ago
Dimitri Diakopoulos
ca58cd0531
audio decoder dependencies
11 years ago