Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Oct 25, 2024
1 parent 4febe52 commit cdde17c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

Changes in Rubber Band v4.0

This release adds a new API that is simpler than the existing one in
cases where only pitch-shifting is required.

* Add a new API, RubberBandLiveShifter, which is simpler to use
than the general RubberBandStretcher interface in cases where only
pitch-shifting is required. For more general purposes the original
interface is still the proper one.
* Fix incorrect URIs in LV2 plugins
* Fix stack overflow in seldom used R2 time-domain smoothing code
* Add support for key-frame maps (and the live shifter) to JNI interface
* Fix some compatibility issues and warnings with certain compilers

Apart from this entirely new class, the rest of the API is unchanged
and the library is binary compatible with existing code back to
version 1.7.


Changes in Rubber Band v3.3

This is a bug-fix release with no changes to audio quality.
Expand Down

0 comments on commit cdde17c

Please sign in to comment.