libsamplerate
libsamplerate copied to clipboard
An audio Sample Rate Conversion library
In case of variable `src_ratio` the caller must provide more (at least 2?) input samples otherwise `ratio` stays the same. I think the reason is linear interpolation on this line:...
Doing pointer arithmetic on a NULL pointer is undefined behavior. This got flagged in a run using UBSAN. Disable the checks if any of the data pointers is NULL.
The assertions added in e.g. 54186d5 are removed in Release builds. Build in Debug mode too to test those in CI.
On Windows DLLs are created which must be in the same folder as the executables. Do that in the main CML and add a matching CI job
Useful for (and used in) CI Since #82 the warnings have already been fixed. This change ensures that it stays like that.
Hi and thank you for your nice work. Your CMakeFile starts with: ``` cmake_minimum_required(VERSION 3.1..3.18) ``` My CMake (3.29.1) is complaining that the minimum requirement, 3.1, is getting old: ```...
First: thanks to Erik and everyone else here for making and maintaining libsamplerate! This is just a minor issue (I think): I'm seeing several warnings in Xcode when compiling for...
Added an `android` subdirectory for building a [prefab](https://google.github.io/prefab/) package and `.aar` with the Android NDK and `gradle` build system. The build script supports building ready-to-use android library (`.aar`) via: `cd...