Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Oct 11, 2021
1 parent 06422c6 commit ace3237
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Convolve the given audio with impulse responses.

## BandPassFilter

_To be added in v0.9.0_
_Added in v0.9.0_

Apply band-pass filtering to the input audio.

Expand Down Expand Up @@ -143,7 +143,7 @@ untouched.

## PitchShift

_To be added in v0.9.0_
_Added in v0.9.0_

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

Expand Down Expand Up @@ -178,6 +178,8 @@ If the input audio is mono, this transform does nothing except emit a warning.

## Unreleased

## [v0.9.0] - 2021-10-11

### Added

* Add parameter `compensate_for_propagation_delay` in `ApplyImpulseResponse`
Expand Down
2 changes: 1 addition & 1 deletion torch_audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from .utils.config import from_dict, from_yaml
from .utils.convolution import convolve

__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit ace3237

Please sign in to comment.