evpobr

Results 171 comments of evpobr

Hi. We don't even have a release date for 1.1.0 yet.

Hi @AAArdu, thanks for report!

https://xiph.org/flac/ogg_mapping.html

Hello @krisfed . Thank you for the very useful information. I think @arthurt will be interested to take a look at this.

Hi @robinoffzewood . This code is very old, so it is hard to tell why it is non-seekable. I will leave your PR open, but it is in low priority...

Hi @CarlGao4 . As a CMake developer, I would try using [CMake and Vcpkg](https://github.com/libsndfile/libsndfile/blob/master/README.md#using-vcpkg-package-manager). We are building Windows Dlls with statically linked external dependencies, but in theory this should work...

I've got the same result with CMake toolchain. No large files support. We need it. ``` -- Checking large files support... -- -- Looking for sys/types.h -- Looking for sys/types.h...

@erikd But i found [report](https://m.habrahabr.ru/post/214147/?mobile=yes) that `libsndfile` works with 32-bit file offsets. Maybe just set `sf_count_t` to `off_t` in this case?