libnyquist icon indicating copy to clipboard operation
libnyquist copied to clipboard

:microphone: Cross platform C++11 library for decoding audio (mp3, wav, ogg, opus, flac, etc)

Results 17 libnyquist issues
Sort by recently updated
recently updated
newest added

With this instruction set the MSVC emits unconditional usage of the instructions `vpxor` and `vmovdqu` when constructing a `std::shared_ptr`. On older CPU models that don't support the AVX instruction set...

The function `NyquistIO::Load(AudioData * data, const std::vector & buffer)` creates a temporary map of magic identifiers to extensions every time it's called. Since this is a read-only map it's probably...

Hi, first: Thanks for providing such a useful and easy to use lib. This has been some awesome help for my own projects. It would be great to have some...

Hi. I'm using libnyquist. And found that while decoding wavs of type IMA ADPCM of two channels the length of the decoded file is reduced to half. If I add...

libnyquist decodes "myfile.mp3" just fine. But if I rename it to "myfile.data", it gives some kind of format error. Shouldn't the library read the header from the beginning of the...

Hi all :) Is there any chance of a COM wrapper for this DLL? So that it can be used from ASP/VBscript....

Hi, I have discovered a security issue in the vorbis support code that is likely exploitable. How would prefer that I share the details with you? Sébastien

Wrap existing C++ API

enhancement
help wanted

Expose API to fill out AudioData struct without decoding the audio. Basically extract all the metadata and computed fields.

enhancement