Skip to content

Releases: descriptinc/audiotools

Release 0.7.4

24 Oct 21:23
ffe03e9
Compare
Choose a tag to compare
Merge pull request #117 from descriptinc/swb/fix-release

Fix release workflow

0.7.3

14 Sep 15:20
784f87b
Compare
Choose a tag to compare
v0.7.3 (#90)

* Pin wavesurfer to 6.6.4.

* Fixing n_samples

* Adding traceback

* Fixing the mushra script.

* fixing linting

* test mushra only

* Bumping version

* adding a license, fixing tests

* Fixing linting.

---------

Co-authored-by: prem <[email protected]>

0.7.2

12 Jul 00:12
49b8b6b
Compare
Choose a tag to compare
Merge pull request #88 from descriptinc/al/readtext

[R-4298] Update from deprecated importlib_resources.read_text to new files api

0.7.1

14 Jun 15:31
48c7a29
Compare
Choose a tag to compare
bump version (#83)

0.7.0

01 Jun 18:43
09f1fdb
Compare
Choose a tag to compare
Prepping for open source. (#80)

* Check if is cuda.

* Adding stuff.

* no more print statements

* Deleting outdated tools for release.

* Bringing back post.

* bringing back tests

* Adding preference test tools + tests

* Adding to tests.

* Adding again.

* Adding stuff from Hugo's PR.

* Fixing for tests, adding docs.

* Adding timeline notches + dividing line.

* Adjusting color.

* Make cookie name customizable.

* Version bump.

---------

Co-authored-by: pseeth <[email protected]>

0.6.4

15 May 23:24
28468ce
Compare
Choose a tag to compare
Adding decorators for training progress bars, etc. (#79)

* Adding decorators

* Rewrote decorators.

* Adding demo

* Added test.

* Added the decorators.

* Added docstring

* Bumping version.

* Default step_fn

* Explicitly set tracker step.

* Moving step

* Adding step to init

* dict, not defaultdict when saving history

* Moving lambda outside.

* Changing torchmetrics.

* making dummy

* Device

* return self

* missing item

* No more torchmetrics

* Load step

* Allow writer to be None

* Moving write call

* Moving ddp active to arguments of track.

* Longer width

* skip nans in taking mean.

* Fixing mean.

* Cleaning up decorators a bit.

* Adding docstrings

* Should update even if not dict, for pbars.

* Fixing issue with dropping float/int.

---------

Co-authored-by: pseeth <[email protected]>

0.6.3

28 Feb 00:14
f35914b
Compare
Choose a tag to compare
Adding functionality for cycling through datasets evenly. (#74)

Co-authored-by: pseeth <[email protected]>

0.6.2

23 Feb 02:31
b6a22b3
Compare
Choose a tag to compare
loader should sample from files without replacement (#73)

* loader should sample from files without replacement

* lint

* codecov

* lint

* lint

* fixing lint

* Adding docstrings

---------

Co-authored-by: Hugo Flores Garcia <[email protected]>
Co-authored-by: pseeth <[email protected]>

0.6.1

14 Feb 01:09
3ec92c5
Compare
Choose a tag to compare
Padding amount was too high for loading files with FFMPEG. (#72)

* Getting the pad amount as low as possible for mp3 to pass.

* Fleshing out comment.

* Bumping version

* Raising threshold.

* Adding source

* updating comment

* Adding offset option to dataset

* Changing to hann window

* Update regression data.

* Raising atol but why

---------

Co-authored-by: pseeth <[email protected]>

0.6.0

31 Jan 21:01
5f31615
Compare
Choose a tag to compare
Refactoring the data pipeline. (#71)

* Got the main stuff done, still a bunch of tests to write.

* propagate find_audio args

* Coverage on datasets.

* Fixing test, adding docs.

* Adding to find_audio test.

* Fixing train_separator script

* Fixing

* Fixing sisdr loss and train_separator.

* Examples working

* Rewriting how things get aligned.

* Bigger version bump

* Adding test

* Adding max history to autoclip

* Adding something for gradient accumulation in the collater.

* Fixing comment

* Removing comment

---------

Co-authored-by: pseeth <[email protected]>