Commit Graph

199 Commits (7d2044f645231fcfdc18ae2dc68d51c05124ffa4)
 

Author SHA1 Message Date
ArthurSonzogni 7d2044f645 Populate the PUBLIC and PRIVATE interface of libnyquist
When linking against libnyquist:
 + include its public headers in the PUBLIC interface.
 + include its libraries dependencies in the PRIVATE interface.

Along the way, update the linkage of the examples, it was made PUBLIC
unnecessarily, it is an executable, it won't be linked against another
target.
7 years ago
Nick Porcino ae0f455615 Port examples to Mac 7 years ago
dimitri d372227a91 fix accidental last-minute keyboard macro that changed the file to lowercase 7 years ago
dimitri 49ab009115 tab->space file normalization 7 years ago
dimitri dafe5969ae public api addition: implement magic number detection so file extension strings do not need to be passed alongside in-memory audio files 7 years ago
Nick Porcino f760776a79 Allow libnyquist install location to be set from command line 7 years ago
Nick Porcino 73bf914788 port libnyquist samples to linux- cmake fix 7 years ago
Nick Porcino 9eef7cf964 Port libnyquist to ubuntu by tweaking the cmake files 7 years ago
Dimitri Diakopoulos 850cc66d9d
added travis build badge to readme 7 years ago
dimitri 782d5455d2 Minor changes across codebase for TravisCI integration to build on
OSX/Clang and Linux/GCC.
7 years ago
Nick Porcino 7aa6d409e0 Fix gcc build 7 years ago
dimitri ba979acdab minimal travis 7 years ago
dimitri e046ec27f1 further simplify 7 years ago
dimitri 56e6b387c1 reduce the number of public header files 7 years ago
dimitri 09c15110dc minor example updates 7 years ago
dimitri b00efee0eb merge 7 years ago
dimitri ae019f1943 readme updates 7 years ago
dimitri acaf19d97e implement basic mp3 decoding using public-domain minimp3 library 7 years ago
dimitri a909deff2f added stub file for mp3 decoding 7 years ago
dimitri 1fa96191ab remove modplug support (not a regularly tested decoder, hard to maintain) 7 years ago
dimitri 84a48bb861 update appveyor for cmake build; minor cmake adjustments 7 years ago
dimitri d3a523b262 minor 7 years ago
dimitri 15fce17ef6 update copyright notices 7 years ago
Dimitri Diakopoulos 5d761413b2
Merge pull request #35 from meshula/why-no-link
fix link via cmake
7 years ago
Nick Porcino 9f63cc9bfd fix link via cmake 7 years ago
dimitri 28695aa4eb cmake issues 7 years ago
Nick Porcino b6b71dd349 Fix debug iterator issue 8 years ago
dimitri 3857ab49e9 merge with modulesio/master 8 years ago
dimitri af0720ba97 update appveyor to point to VS2017 project 8 years ago
dimitri c8e8eda859 test in-memory decoding of ogg 8 years ago
dimitri 6640c054cf cleanup remnants of cafdecoder; additional final/default qualifiers on derived BaseDevocer classes; coding style 8 years ago
dimitri 99250daf6c core audio format will likely never be implemented/supported in libnyquist; remove stub files 8 years ago
dimitri c1881be5c7 virtual destructor on BaseDecoder 8 years ago
dimitri c1a0f1c44a vorbis decoder style/formatting 8 years ago
dimitri 4bd46b2458 update example project to VS2017 8 years ago
Dimitri Diakopoulos 207f451664
Merge pull request #33 from raub/oggmem
implemented OGG decoding from memory
8 years ago
Luis Blanco baf7ef85a3 implemented OGG decoding from memory 8 years ago
Avaer Kazmer b6ad5b49c0 Bugfix vorbis decoder seeking 8 years ago
Avaer Kazmer 2ce6909240 Add move semantics to memory buffer decoders 8 years ago
Avaer Kazmer 9ce7f0cf34 Wavpack library dead files cleanup 8 years ago
Avaer Kazmer e0d696e5df Add missing wavpack dependencies to windows VS solution 8 years ago
Avaer Kazmer 773b4a2ed7 Remove dead WavPackDependencies.c from windows VS solution 8 years ago
Avaer Kazmer c30da7146d Remove dead WavPackDependenies binding file 8 years ago
Avaer Kazmer b7affaf20e Bugfix vorbis decoder missing return value 8 years ago
Avaer Kazmer bcbcecf039 Add buffer wabpack decoder 8 years ago
Avaer Kazmer f9dfa28dab Add flac buffer decoder 8 years ago
Avaer Kazmer 978f702927 Small vorbis decoder cleanup 8 years ago
Avaer Kazmer 168fc5be6d Update wavpack library source 8 years ago
Avaer Kazmer e0f36dac15 Add vorbis decoder callbacks support 8 years ago
Adrian Biedrzycki a303147a07 Bugfix floating point sample load 8 years ago