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

Based on work completed in #2

enhancement

This is a draft to add a CMake config file to allow the library to be found using `find_package` in config mode. A necessary part of this is adding a...

Hi, I am running some experiments for AFLAPI and it has found a segmentation fault in `FlacDecoderInternal::s_writeCallback` when `nqr::NyquistIO::Load` a bad .flac file. This bug may allows attackers to cause...

Hi, I am running some experiments for AFLAPI and it has found a **segmentation fault** in nqr::linear_resample. This bug may allows attackers to cause DoS, so I report it here....

Hi Ddiakopoulos, Can i know the right version number for the libvorbis because i don't have the information in your files ? Regards, Domingues Fabien

I updated libnyquist. On 59e4be41dc733b000c62da2224c2fb7006bf1338, I got this error with ASAN: ``` ==166518==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x62c000007836 at pc 0x55dc58b8b808 bp 0x7fff7ece96c0 sp 0x7fff7ece96b0 READ of size 2 at...

Hi, I was curious about it, isn't this library only meant to help load and read audio files ? in this case why are they needed since from what I...