Skip to content

Commit

Permalink
Mention PitchShift in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Oct 11, 2021
1 parent 040028c commit 06422c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ applies to audio snippets that have extreme values outside the [-1, 1] range. Th
for avoiding digital clipping in audio that is too loud, while leaving other audio
untouched.

## PitchShift

_To be added in v0.9.0_

Pitch-shift sounds up or down without changing the tempo.

## PolarityInversion

_Added in v0.1.0_
Expand Down Expand Up @@ -176,6 +182,7 @@ If the input audio is mono, this transform does nothing except emit a warning.

* Add parameter `compensate_for_propagation_delay` in `ApplyImpulseResponse`
* Implement `BandPassFilter`
* Implement `PitchShift`

### Removed

Expand Down

0 comments on commit 06422c6

Please sign in to comment.