Releases: descriptinc/audiotools
Releases · descriptinc/audiotools
0.4.5
Fixing version.
0.4.4
Adding spectral gate + transform (#54) * Adding spectral gate v1. * Bump version. * Adding cache and other stuff. * Typo * Adding spectral gate + transform. * Running linter. * Removing warning. Co-authored-by: pseeth <[email protected]>
0.4.3
Adding kwargs into DDP/DataParallel. (#53) * Adding kwargs into DDP/DataParallel. * Fixing linting. * Maybe fixing? Co-authored-by: pseeth <[email protected]>
0.4.2
Adding kwargs.
0.4.1
Removing registry, refactored useful functionality into BaseModel. (#52) * Adding a function to save package/weights for BaseModel plus extra data. Removed registry. Updated experiment name generation. * Experiments get date, added load_from_folder. * lower case Co-authored-by: pseeth <[email protected]>
0.4.0
Adding a model registry (#51) * Fixing FFT issue with odd signals. Making state default to None in instantiate. * If loudness_cutoff is None, use faster excerpt routine. * adding rescale in alter_drr * Adding model registry. * making tree pretty * fixing tree * writing tests * Version bump. * cp -> rsync, = -> += * rsync -> cp - r. * Default local registry to cache. * Adding NoiseFloor.wav * no prints Co-authored-by: pseeth <[email protected]>
0.3.11
Fixing FFT issue with odd signals. Making state default to None in in…
0.3.10
Adding transforms for noise bursts in time/freq (#49) * Adding transforms for noise in time/frequency. * Version bump. * Updating INTERN and EXTERN. * removing unused arg Co-authored-by: pseeth <[email protected]>
0.3.9
adding init.
0.3.8
Merge pull request #47 from descriptinc/ps/crosstalk_tfm Adding CrossTalk, making Choose better.