What's Changed
- Added Hardtanh activation function by @mikeoliphant in #14
- Separate core NAM code from other plugin dsp code by @sdatkinson in #21
- Remove iplug2 dependency by @sdatkinson in #22
- Handle PAD chunk by @sdatkinson in #20
- Output loudness normalization by @sdatkinson in #18
- Removed unused numpy code by @mikeoliphant in #23
- fabs->fabsf in fast tanh by @mikeoliphant in #24
- Formatting by @sdatkinson in #25
- Separate out convnet by @mikeoliphant in #26
- Activation function refactor by @mikeoliphant in #28
- Method to determine whether model has loudness data by @pawelKapl in #33
- Support loading WAV files with "fact" chunk by @sdatkinson in #37
- Activation constructor/destructor cleanup by @mikeoliphant in #32
- Read WAV files via allow-list of chunks by @sdatkinson in #39
- Support all v0.5 models regardless of patch version by @sdatkinson in #41
- Add wav error message string function to dsp::wav by @olilarkin in #42
- Define WaveNet and LSTM destructors by @sdatkinson in #44
- dspStruct pull request by @masqutti in #46
- Add fast tanh and fast sigmoid to LSTM by @mikeoliphant in #43
- Add CMake build tools by @mikeoliphant in #34
- Fix minor incompatibilities with clang/g++ build on Linux by @daleonov in #50
- Fix memory issues by @sdatkinson in #55
- Fix compiler warnings by @falkTX in #53
- Implement expected sample rate for DSP class by @sdatkinson in #60
- Allow NAM_SAMPLE_FLOAT to switch model input to float instead of double by @mikeoliphant in #48
- DSPs prepared for loading persisted models by @pawelKapl in #35
- Fix some wav impulse files would sometimes fail to load ... by @fab672000 in #63
- High-pass and low-pass filters by @sdatkinson in #66
- ImpulseResponse::GetSampleRate by @sdatkinson in #70
- Allow defining DSP_SAMPLE_FLOAT to have dsp classes use float I/O by @mikeoliphant in #68
- Virtual destructor to dsp::DSP by @sdatkinson in #72
- Fix some buffers having uninitialized contents after resizing by @daleonov in #51
New Contributors
- @mikeoliphant made their first contribution in #14
- @pawelKapl made their first contribution in #33
- @olilarkin made their first contribution in #42
- @masqutti made their first contribution in #46
- @daleonov made their first contribution in #50
- @falkTX made their first contribution in #53
- @fab672000 made their first contribution in #63
Full Changelog: v0.0.0...v0.0.1