summaryrefslogtreecommitdiff
path: root/audio/rubberband
AgeCommit message (Collapse)AuthorFilesLines
2022-09-11*: bump PKGREVISION for flac shlib bumpwiz2-4/+4
2022-04-14rubberband: Fix building on illumos.nia1-1/+4
2022-03-28a*/*: revbump(1) for libsndfiletnn2-3/+4
2021-10-26audio: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes. The following distfiles couldn't be fetched (possibly they are fetched conditionally): ./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz ./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz ./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz ./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz ./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz ./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz ./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz ./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
2021-10-07audio: Remove SHA1 hashes for distfilesnia1-2/+1
2021-06-08rubberbrand: update to 1.9.2nia4-42/+17
Changes in Rubber Band v1.9.2 * Introduce a built-in FFT option to be a good default when no requirements point to a particular external library preference * Fix potential crash following some reconfigure options. Thanks to Michael Tyson for reporting this * Ensure Accelerate is listed in generated pkg-config if required * Check for existence of sincos in configuration * Fix host identification when cross-compiling The API is unchanged and the library is binary compatible with version 1.7.
2021-04-09rubberband: update to 1.9.1nia4-12/+59
Changes in Rubber Band v1.9.1 * Switch build system from Makefiles and Visual Studio project to Meson/Ninja for all platforms. There are still Makefiles and VS projects included in otherbuilds/ for those who wish to use them to build the static library directly * Make various fixes to improve sound quality when pitch-shifting dynamically in real-time (requires libsamplerate) * Fix floating-point exception when a very very long stretch factor is presented * Move the two directories that together provide the .NET interface (rubberband-sharp and rubberband-dll) into their own subdir (dotnet) * Ensure the library builds and runs correctly on ARM Mac (Apple Silicon, M1), and also on Windows using the Visual C++ Clang front-end The API is unchanged and the library is binary compatible with version 1.7.
2020-11-24rubberband: Update to 1.9.0nia7-93/+9
Changes in Rubber Band v1.9 * Fix incorrect numbering of pitch speed/quality flags in the auxiliary C wrapper header. The effect of this was that code using the C wrapper that intended to select the higher-quality pitch-shift mode was actually choosing the higher-speed mode, and vice versa. (The third mode - high-consistency, commonly used in real-time applications - was correct.) Thanks to Michael Bradshaw for reporting this. * Add a .NET interface, generously contributed by Jonathan Gilbert under a BSD-like licence * Improve error handling in command-line utility * Fix failure to build with FFTW_SINGLE_ONLY defined * Fix some compiler warnings * Install the JNI target (with make install) only if it has actually been built, avoiding an error otherwise The API is unchanged except for the fix noted above, as a result of which the minor version number has been increased. The library is binary compatible with version 1.7.
2020-08-18*: revbump for libsndfileleot2-2/+4
2019-07-30rubberband: Update to 1.8.2nia4-12/+33
Changes in Rubber Band v1.8.2 * Fix a number of small memory leaks * Make stretcher more robust to being fed invalid input (with NaNs) * Include iOS build file * Various platform build fixes and improvements The API is unchanged and the library is binary compatible with version 1.7.
2016-06-19Fix MAINTAINER typoprlw11-2/+2
2015-12-28Import rubberband-1.8.1 as audio/rubberbandkamil8-0/+126
Rubber Band is a library and utility program that permits you to change the tempo and pitch of an audio recording independently of one another.