Skip to content

Tags: google/zimtohrli

Tags

v0.1.11

Toggle v0.1.11's commit message
Updated the audio IO package.

v0.1.10

Toggle v0.1.10's commit message
Updated the audio IO package.

v0.1.9

Toggle v0.1.9's commit message
Fixed crosshair bug in UX when the spectrogram types have very differ…

…ent DTWs.

v0.1.8

Toggle v0.1.8's commit message
Fixed a casting bug in ux.cc.

v0.1.7

Toggle v0.1.7's commit message
Added support for producing approximate mean opinion scores.

Also added the possibility to produce unified output for all channels of a sound.

v0.1.6

Toggle v0.1.6's commit message
Minor improvements.

- Changed default frequency resolution from 8 to 5, which seems to perform better in general.
- Made Study.Put add all a slice of references in the same transaction, which improves performance a lot when using remote drives.
- Made  print all references in the dataset in a single JSON array instead of individual JSON dictionaries to simplify ingestion via JSON.
- Made progress bar use regular average instead of EMA the first 10 seconds.
- Made progress bar use fractional speed instead of completed-units-speed when predicting ETA, since that automatically takes changing number of pending tasks into account.
- Made progress bar able to finish with an actual time of completion.

v0.1.5

Toggle v0.1.5's commit message
Made the progress bar not crash tty-less terminals.

v0.1.4

Toggle v0.1.4's commit message
Updated notebooks.

v0.1.3

Toggle v0.1.3's commit message
Made Zimtohrli work with either GNU or LLVM toolchains.

Also:
- Added a bit of README to the go code.
- Made the Go wrapper link against stdc++, since that is more common.

v0.1.2

Toggle v0.1.2's commit message
Enabled skipping building Zimtohrli tests.