Accepting request 768828 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to version 0.7.2 + New Features * added liftering support to MFCC inversion. *Ayoub Malek* * added `pathlib` support to `core.load`. *Stef van der Struijk* * added "mu-law" compression and expansion (companding). *Brian McFee* + Bug fixes * fixed errors in dynamic time warping with `NaN` inputs and detection of invalid warping paths. *Frank Zalkow, Brian McFee* * fixed frame-length normalization in spectrogram-based RMS energy calculation. *Shunsuke Hidaka* * fixed the length of signals produced by `core.tone`. *Brian McFee* + Documentation * removed math formatting from documentation. *Vincent Lostanlen* * corrected documentation for DTW. *Eric Semeniuc* * corrected typos in time-frequency reassignment spectrogram documentation. *Scott Seyfarth* * removed `dct_type=None` as an option in MFCC documentation. *Brian McFee* + Other changes * expanded normalization modes in Mel basis construction. *Brian McFee* OBS-URL: https://build.opensuse.org/request/show/768828 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-librosa?expand=0&rev=14
This commit is contained in:
parent
4506b7c044
commit
5a176f942b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39c7895db36734f3f2bdc52b45b4a9978fa2b7d47ff683666ee3c7af560b5b85
|
||||
size 31262618
|
3
librosa-0.7.2.tar.gz
Normal file
3
librosa-0.7.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:882c4c772b0166f934eaaeef9dd4e5b8d11fba0badd3cacc63da6bf35f03ddfc
|
||||
size 31267210
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 15:57:15 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to version 0.7.2
|
||||
+ New Features
|
||||
* added liftering support to MFCC inversion. *Ayoub Malek*
|
||||
* added `pathlib` support to `core.load`. *Stef van der Struijk*
|
||||
* added "mu-law" compression and expansion (companding). *Brian McFee*
|
||||
+ Bug fixes
|
||||
* fixed errors in dynamic time warping with `NaN` inputs and detection
|
||||
of invalid warping paths. *Frank Zalkow, Brian McFee*
|
||||
* fixed frame-length normalization in spectrogram-based RMS energy
|
||||
calculation. *Shunsuke Hidaka*
|
||||
* fixed the length of signals produced by `core.tone`. *Brian McFee*
|
||||
+ Documentation
|
||||
* removed math formatting from documentation. *Vincent Lostanlen*
|
||||
* corrected documentation for DTW. *Eric Semeniuc*
|
||||
* corrected typos in time-frequency reassignment spectrogram
|
||||
documentation. *Scott Seyfarth*
|
||||
* removed `dct_type=None` as an option in MFCC documentation. *Brian McFee*
|
||||
+ Other changes
|
||||
* expanded normalization modes in Mel basis construction. *Brian McFee*
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 18:44:56 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-librosa
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-librosa
|
||||
Version: 0.7.1
|
||||
Version: 0.7.2
|
||||
Release: 0
|
||||
Summary: Python module for audio and music processing
|
||||
License: ISC
|
||||
|
Loading…
Reference in New Issue
Block a user