Skip to content

Commit

Permalink
Release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Nov 10, 2020
1 parent 83acaaf commit 6f0b8b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@ Time stretch the signal without changing the pitch

## `SpecChannelShuffle`

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

Shuffle the channels of a multichannel spectrogram. This can help combat positional bias.

## `SpecFrequencyMask`

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

Mask a set of frequencies in a spectrogram, à la Google AI SpecAugment. This type of data
augmentation has proved to make speech recognition models more robust.
Expand All @@ -220,7 +220,7 @@ Contributions are welcome!

# Version history

## v0.13.0 (not released yet)
## v0.13.0 (2020-11-10)

* Show a warning if a waveform had to be resampled after loading it. This is because resampling
is slow. Ideally, files on disk should already have the desired sample rate.
Expand Down
2 changes: 1 addition & 1 deletion audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
)
from .core.composition import Compose

__version__ = "0.12.1"
__version__ = "0.13.0"

0 comments on commit 6f0b8b6

Please sign in to comment.