Releases: descriptinc/audiotools
Releases · descriptinc/audiotools
0.5.7
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
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
Merge pull request #68 from descriptinc/al/visqol Simplify ViSQOL import and model path now that it is pip-installable
0.5.4
Merge pull request #66 from descriptinc/hf/fix-multitrack-csv-duration fix issue with multitrack csv “duration” column
0.5.3
Merge pull request #61 from descriptinc/al/visqol Add ViSQOL quality metric
0.5.2
Fixing adelay (#65) Co-authored-by: pseeth <[email protected]>
0.5.1
Merge pull request #62 from descriptinc/multi-audio add ability to pass a mix transform for instantiating in CSVMultiTrackDataset
0.5.0
Merge pull request #56 from descriptinc/multi-audio support coherent mixtures with a MultiTrackDataset
0.4.7
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
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]>