Version 0.1.0
Version 0.1.0
What's Changed
- Pre-warm WaveNet on creation over the size of the receptive field by @mikeoliphant in #71
- [BREAKING] Remove
dsp/
by @sdatkinson in #75 - [BREAKING ]Processing interface cleanup by @mikeoliphant in #78
- [BREAKING] Remove _process_core() and output normalization by @mikeoliphant in #80
- [BREAKING] Remove
TARGET_DSP_LOUDNESS
by @sdatkinson in #85 - [BREAKING] Remove constructors with loudness by @sdatkinson in #87
- [BUGFIX] Fix LSTM input-output reversal by @sdatkinson in #92
- Move pre-warm to DSP and call it in get_dsp() by @mikeoliphant in #90
- [BREAKING] Add
nam
namespace by @sdatkinson in #93 - [BREAKING] Remove parametric modeling code by @sdatkinson in #95
Full Changelog: v0.0.1...v0.1.0-rc.1