Kris Fedorenko
Kris Fedorenko
Hello opus community, I could use a sanity check from somebody with opus expertise... We are using opus through libsndfile to read/write OggOpus files, and we observed significant differences between...
Hello, I just wanted to confirm - is there no support for tests on Windows with CMake? Is it by design? I would appreciate any information about this or any...
Hi all, We are using libsndfile 1.0.30, and noticed an issue when trying to do partial reads of opus files. For **some specific indices** the sf_seek returns the number of...
This is quite an edge-case issue that we noticed, but I thought I'd report it anyway, just in case. We have a purposefully corrupted/truncated OGG file (we fread and then...
I am able to create this NC_STRING variable with one limited and one unlimited dimension, and write to it some data with an offset without issue. But when trying to...
We are using netcdf-c 4.8.1 and seeing an HDF error when using nc_get_var on an NC_VLEN variable that has (1) a fill value set, (2) not all elements filled, and...
(This seems to be again running into issues with reclaiming NC_VLENs and might be possibly addressed by the proposed fix for https://github.com/Unidata/netcdf-c/issues/2143 ) We are using netcdf-c 4.8.1, and ran...
Hi OPUS developers, We are seeing weird behavior at the end of opus files. We are trying to write artificially-constructed sine-wave-based data (for testing) that looks something like this: [expectedData.txt](https://github.com/xiph/opus/files/10134971/expectedData.txt)...
Hello libsndfile developers! We write non-ASCII (UTF8-encoded) metadata in MP3 files using libsndfile, but we are observing issues with reading it back in other software. For example it shows up...
We noticed that we cannot read back a comment from a WAV file if it is >= 2046 chars long. It seems to be written ok (I can see it...