aubio/python-aubio.changes
Tomáš Chvátal 78a1ace26b Accepting request 561010 from home:coolo:branches:openSUSE:Factory
- update to 0.4.6
  This version includes:
    * yinfast, a new version of the YIN pitch detection algorithm, 
    that uses spectral convolution to compute the same results as 
    the original yin, but with a cost O(N log(N)), making it much 
    faster than the plain implementation (O(N^2))
    * Intel IPP optimisations (thanks to Eduard Mueller)
    * improved support for emscripten (thanks to Martin Hermant), 
      which compiles the aubio library as a javascript module and 
      lets you run aubio's algorithm directly from within a web-page.
  0.4.6 also comes with several bug fixes and improvements.

- update to 0.4.6
  This version includes:
    * yinfast, a new version of the YIN pitch detection algorithm,
    that uses spectral convolution to compute the same results as
    the original yin, but with a cost O(N log(N)), making it much
    faster than the plain implementation (O(N^2))
    * Intel IPP optimisations (thanks to Eduard Mueller)
    * improved support for emscripten (thanks to Martin Hermant),
      which compiles the aubio library as a javascript module and
      lets you run aubio's algorithm directly from within a web-page.
  0.4.6 also comes with several bug fixes and improvements.

OBS-URL: https://build.opensuse.org/request/show/561010
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=17
2018-01-01 19:31:04 +00:00

38 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Mon Jan 1 17:38:57 UTC 2018 - coolo@suse.com
- update to 0.4.6
This version includes:
* yinfast, a new version of the YIN pitch detection algorithm,
that uses spectral convolution to compute the same results as
the original yin, but with a cost O(N log(N)), making it much
faster than the plain implementation (O(N^2))
* Intel IPP optimisations (thanks to Eduard Mueller)
* improved support for emscripten (thanks to Martin Hermant),
which compiles the aubio library as a javascript module and
lets you run aubio's algorithm directly from within a web-page.
0.4.6 also comes with several bug fixes and improvements.
-------------------------------------------------------------------
Mon Apr 24 08:36:52 UTC 2017 - alarrosa@suse.com
- Use singlespec macros
- Update to 0.4.5:
* aubio: New python command line tool to extract information
* Improved default parameters for onset detection, using adaptive
spectral whitening and compression
* Add support for libswresample
* New options --miditap-note and --miditap-velo have been added to
aubioonset and aubiotrack to adjust the note and velocity of the
midi note emitted by onsets and beats.
* Add a bunch of fixes, including improved documentation, build
system fixes, and platform compatibility.
-------------------------------------------------------------------
Mon Feb 6 14:30:40 UTC 2017 - alarrosa@suse.com
- Initial release