Skip to content

Releases: descriptinc/audiotools

0.5.7

25 Jan 20:44
59cf819
Compare
Choose a tag to compare
Added functionality for computing MFCCs to AudioSignal. (#70)

* Added MFCCs to AudioSignal.

* Added tests for mfcc.

* Fixed repeated comment.

* Bumped version number.

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

0.5.6

18 Jan 21:10
5e98afe
Compare
Choose a tag to compare
Merge pull request #69 from descriptinc/al/nptypes

Replace np.float with float, since these aliases are deprecated from numpy v1.24

0.5.5

03 Jan 20:12
1378daf
Compare
Choose a tag to compare
Merge pull request #68 from descriptinc/al/visqol

Simplify ViSQOL import and model path now that it is pip-installable

0.5.4

30 Nov 01:37
df45d5d
Compare
Choose a tag to compare
Merge pull request #66 from descriptinc/hf/fix-multitrack-csv-duration

fix issue with multitrack csv  “duration” column

0.5.3

18 Nov 19:34
cfcee23
Compare
Choose a tag to compare
Merge pull request #61 from descriptinc/al/visqol

Add ViSQOL quality metric

0.5.2

16 Nov 06:02
e303174
Compare
Choose a tag to compare
Fixing adelay (#65)

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

0.5.1

16 Nov 01:18
aba50e2
Compare
Choose a tag to compare
Merge pull request #62 from descriptinc/multi-audio

add ability to pass a mix transform for instantiating in CSVMultiTrackDataset

0.5.0

15 Nov 01:28
40eb300
Compare
Choose a tag to compare
Merge pull request #56 from descriptinc/multi-audio

support coherent mixtures with a MultiTrackDataset

0.4.7

04 Nov 21:18
cce426c
Compare
Choose a tag to compare
Fixing offset issue based on start time. (#60)

* Fixing offset issue.

* bumping version

* Padding works!

* no prints

* Don't need the codec if statement.

* Do need it.

* Use samples instead of seconds.

* Removing stary comment.

* Removing the print again

* Updating comment.

* adds a progress bar for create csv (#59)

* adds a progress bar for create csv,

* adds tqdm as a main requirement

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

Co-authored-by: pseeth <[email protected]>
Co-authored-by: Hugo Flores García <[email protected]>
Co-authored-by: Hugo Flores <[email protected]>

0.4.6

28 Oct 17:53
b1b0f40
Compare
Choose a tag to compare
Fixing issue with weird audio offset in video. (#57)

* Fixing issue with weird audio offset in video.

* str conversion.

* passing test

* Removing needless import

* Speeding up import.

* Accessing property to pass test.

* Test in the wrong spot.

* fix improper shapes in profiler tests

* set a finite value of tries when looking for a salient excerpt in an AudioSignal

* add duration and samples aliases for convenience

* update docstring, remove unnecessary imports, remove warning

* fix docstring

* Fixing docstring

* Using soundfile for writes, fixing FFMPEG padding stuff.

* Do the fix with ffmpeg.

* Taking into account codec latencies.

* Updating ffmpeg

* Use latest version.

* typo

* Throwing the sudo install for safety.

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