Skip to content

Commit

Permalink
Release v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Mar 7, 2022
1 parent b319479 commit 3298bc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ as peak normalization.

## `Padding`

_To be released in v0.23.0_
_Added in v0.23.0_

Apply padding to the audio signal - take a fraction of the end or the start of the
audio and replace that part with padding. This can be useful for preparing ML models
Expand Down Expand Up @@ -331,7 +331,7 @@ classification. It was successfully applied in the paper

## `RoomSimulator`

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

A ShoeBox Room Simulator. Simulates a cuboid of parametrized size and average surface absorption coefficient. It also includes a source
and microphones in parametrized locations.
Expand Down Expand Up @@ -413,10 +413,12 @@ As of v0.22.0, all transforms except `AddBackgroundNoise` and `AddShortNoises` s

## Unreleased

## v0.23.0 (2022-03-07)

### Added

* Add `Padding` transform
* Implemented `RoomSimulator` for simulating shoebox rooms using `pyroomacoustics`.
* Add `RoomSimulator` transform for simulating shoebox rooms using `pyroomacoustics`
* Add parameter `signal_gain_in_db_during_noise` in `AddShortNoises`

### Changed
Expand Down
2 changes: 1 addition & 1 deletion audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
from .spec_augmentations.spec_frequency_mask import SpecFrequencyMask
from .augmentations.room_simulator import RoomSimulator

__version__ = "0.22.0"
__version__ = "0.23.0"

0 comments on commit 3298bc1

Please sign in to comment.