Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-librosa-0.10.2.post1-1.5 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-librosa Distribution: openSUSE Tumbleweed
Version: 0.10.2.post1 Vendor: openSUSE
Release: 1.5 Build date: Wed Oct 2 22:59:35 2024
Group: Unspecified Build host: reproducible
Size: 12915039 Source RPM: python-librosa-0.10.2.post1-1.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/librosa/librosa
Summary: Python module for audio and music processing
LibROSA is a python package for music and audio analysis. It provides
the building blocks necessary to create music information retrieval
systems.

Provides

Requires

License

CC-BY-3.0 AND ISC

Changelog

* Wed Oct 02 2024 Matej Cepl <mcepl@cepl.eu>
  - Add csr_matrix-attr-H.patch making the package compatible with
    the most recent version of SciPy (gh#librosa/librosa#1849).
  - Add sysinfo.py to provide upstream with the required debugging
    information.
  - Add mark-network-tests.patch marking tests which require
    network connection to run.
* Fri Sep 20 2024 Matej Cepl <mcepl@cepl.eu>
  - Update to 0.10.2.post1:
    - Bump minimum matplotlib to 3.5.0
  - Update to 0.10.2.post1:
    - Multiple accidentals by @erabinov in #1739
    - Avoid deprecated matplotlib functions by @bmcfee in #1755
    - Mode support by @erabinov in #1756
    - Mode support by @erabinov in #1762
    - Switch from pkg_resources to importlib.resources by @mattpitkin in #1765
    - Add python 3.11 to build matrix by @bmcfee in #1769
    - Natural accidentals for out-of-key notes by @erabinov in #1770
    - Fix docstring for the writeable argument of util.frame function by @alvingao in #1780
    - Update test_util.py to remove problematic "dummy". by @dpwe in #1783
    - Updates matplotlib colormap usage to remove deprecation warnings. by @psmskelton in #1782
    - Better handling of warnings in test suite by @bmcfee in #1784
    - Fix sample rate type annotations by @bmcfee in #1789
    - Explicitly allow scalars in decibel conversion by @bmcfee in #1790
    - Adding python 3.12 to build matrix, update tests for recent scipy / numpy by @bmcfee in #1808
    - Resolve the performance issue of autocorrelate by @alumkal in #1813
    - Correct phase advance for odd frame lengths in phase_vocoder by @bmcfee in #1814
    - Multichannel peak, onset, and beat detection by @bmcfee in #1766
    - Update actions for 2024 by @bmcfee in #1820
    - doc copybutton, CI updates by @bmcfee in #1821
    - exposed tempo min and max parameters in specshow by @bmcfee in #1822
    - remove kwargs from effects.hpss and friends, passthru stft by @bmcfee in #1826
    - Docstring and comment improvements by @bmcfee in #1827
    - librosa.cite() by @bmcfee in #1829
    - 0.10.2 release prep by @bmcfee in #1832
* Wed Apr 17 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Skip a misbehaving test that can cause segfaults.
  - Drop back to ffmpeg 5.
* Sun Sep 24 2023 Ben Greiner <code@bnavigator.de>
  - Remove pooch upper pin, upstream removed it already for last
    version (gh#librosa/librosa#1727)
* Sun Aug 20 2023 Ben Greiner <code@bnavigator.de>
  - Update to 0.10.1
    * VQT octave boundaries by @bmcfee in #1677
    * redoing 0.10.0.post1 release by @bmcfee in #1684
    * Pin pooch < 1.7 by @bmcfee in #1686
    * Post-release 2 for 0.10.0, pin pooch by @bmcfee in #1687
    * Stricter checks on yin/pyin parameters by @bmcfee in #1693
    * bumping sphinx config, fixes #1671 by @bmcfee in #1699
    * fixed bins_per_octave's docs type float to int by @kyaryunha in
      [#1703]
    * add volume adjustment(rms-mean) at pitch_shift by @kyaryunha in
      [#1704]
    * Several small documentation updates by @bmcfee in #1713
    * pin numpy version to < 1.24 in doc environment by @bmcfee in
      [#1714]
    * fixed broken 'latest' link generator by @bmcfee in #1716
    * README.md typo fix by @Zenitismus in #1706
    * CI for documentation builds by @bmcfee in #1718
    * reworked lazy loading of matplotlib by @bmcfee in #1722
    * Advanced example for patch generation by @bmcfee in #1719
    * support pooch >= 1.7 by @bmcfee in #1727
    * Consistent conversion of time duration/offset to sample counts
      by @bmcfee in #1726
    * Update tests for scipy 1.11 by @bmcfee in #1731
* Mon May 29 2023 Ben Greiner <code@bnavigator.de>
  - Update to 0.10.0.post2
    * This maintenance release updates the dependency specifications
      to avoid an incompatibility with pooch >= 1.7.0. This
      restriction only affects loading of specific example files, and
      does not otherwise affect functionality of the library.
  - Releae 0.10.0
    * This release provides many speedups and enhancements to core
      operations, faster importing and loading, and full type
      annotations.
    [#]# New features
    * #1485 Added support for “h” (hours) and “m” (minutes) in
      librosa.display.TimeFormatter. Vincent Lostanlen
    * #1495 Expanded options for bandwidth calculation in
      librosa.segment.recurrence_matrix and
      librosa.segment.cross_similarity. Tom Xi
    * #1529 Accelerated utility functions for squared magnitude
      librosa.util.abs2 and librosa.util.phasor. Brian McFee
    * #1514 librosa.stft support for pre-allocated output arrays.
      Brian McFee
    * #1533 Accelerated librosa.util.localmax and
      librosa.util.localmin. Brian McFee
    * #1552 EXPERIMENTAL Support for just-intonation based variable-Q
      transforms librosa.vqt and functional just system (FJS)
      notation. Brian McFee, Vincent Lostanlen
    * #1579 Imports are now done lazily, significantly reducing
      startup time. It is not longer necessary to explicitly import
      librosa.display. Brian McFee
    * #1587, #1632, #1637 Type annotations. Matan Gover, Brian McFee,
      Fabian Keller
    * #1647 Harmonic spectrum interpolation librosa.f0_harmonics and
      tempogram ratio features librosa.feature.tempogram_ratio. Brian
      McFee
    [#]# Bug fixes
    * #1560 Corrected an error in bandwidth estimation for window
      functions that take on negative sample values. Brian McFee
    * #1571 Fixed rounding error in multirate filterbank calculation
      of sampling rates. Brian McFee
    * #1594 Fixed incorrect use of deprecated numpy numerical types.
      Mattia Di Gangi
    * #1596 Fixed harmonic interpolation for recent scipy releases.
      Brian McFee
    [#]# API changes
    * #1561 librosa.resample now supports axis= for all sample rate
      conversion backends. Brian McFee
    * #1572 Notation conversion (e.g., librosa.midi_to_note) now
      vectorizes operations, and produces numpy.ndarray outputs
      rather than list when given iterable inputs. Brian McFee
    * #1625 Deprecations now raise FutureWarning instead of
      DeprecationWarning.
    * #1625 librosa.get_duration parameter filename has been renamed
      to path. Brian McFee
    * #1643 Removed support for threshold=None in
      librosa.zero_crossings. Brian McFee
    * #1665 Fixed overflow bug in librosa.feature.rms on integer
      inputs. Brian McFee
    [#]# Deprecations
    * #1521 Removed backward compatibility support for positional
      arguments that are now keyword-only. Brian McFee
    * #1577 Removed official support for python 3.6. Brian McFee
    * #1625 The audioread backend is now deprecated and will be
      removed in a future release. Brian McFee
    [#]# Other changes
    * #1501 Infer square / equal plot dimensions for compatible x/y
      axes in librosa.display.specshow. Kian Eliasi
    * #1535 Standardized integer type checks throughout the library.
      Alexandre Chabot-Leclerc
    * #1539 Refactored librosa.display.AdaptiveWaveplot to allow
      callback disconnection. Brian McFee
    * #1548 Removed deprecated ‘hanning’ window specification from
      tests. Brian McFee
    * #1551 Removed dependency on contextlib2. Steve Kowalik
    * #1565 Efficiency improvements to librosa.autocorrelate. Brian
      McFee
    * #1566 Changed the default sample rate conversion method from
      kaiser_best (resampy) to soxr_hq (soxr). Brian McFee
    * #1581 Updated tests for numpy 1.23 compatibility. Brian McFee
    * #1617 Accelerated librosa.yin implementation. Brian McFee
    * #1640 Updated display module dependencies to require matplotlib
      >= 3.3. Brian McFee
    * #1643 Accelerated librosa.zero_crossings implementation. Brian
      McFee
    * #1646 Added support for transposed (vertical) display of
      waveforms. Brian McFee
  - Drop patches
    * remove-contextlib2.patch
    * skip-test-data-missing-tests.patch
    * update-tests-for-numpy-123.patch
    * remove-hanning-from-tests.patch
    * update-for-numpy-124.patch
* Mon May 29 2023 Dirk Müller <dmueller@suse.com>
  - reenable python311 build (numba now available)
* Tue Apr 04 2023 Daniel Garcia <daniel.garcia@suse.com>
  - skip python311, python-numba is not available for python 3.11 yet.
* Sat Jan 28 2023 Ben Greiner <code@bnavigator.de>
  - Add update-for-numpy-124.patch
    * Replace types from expired deprecation by NumPy 1.24
    * Upstream fixed it within a bigger set of changes in
      gh#librosa/librosa#1587 and gh#librosa/librosa#1632
  - Move to PEP518 build
  - Improve test time by testing parallel with pytest-xdist
* Fri Oct 21 2022 Daniel Garcia <daniel.garcia@suse.com>
  - Add update-tests-for-numpy-123.patch gh#librosa/librosa#1581
  - Add remove-hanning-from-tests.patch gh#librosa/librosa#1548
* Mon Sep 26 2022 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 0.9.2:
    * Fixed librosa.show_versions to match package dependencies.
    * Fixed a bug in librosa.effects.split when applied to multichannel data.
    * Removed test data from main repository and reduced the git attic.
    * Accept pre-constructed audioread objects in librosa.load.
    * Accelerate librosa.magphase.
    * Nearly full support for multi-channel processing.
    * Option to disable unicode characters in display functions.
    * Significantly expanded the library of example audio clips.
    * The default padding mode for most functions (including STFT) is now
      zero-padding.
    * librosa.load and librosa.stream can now operate directly on open
      soundfile objects.
    * librosa.display.specshow now uses centered coordinate grids.
    * librosa.iirt now exposes API control over resampling modes.
    * Maximum frequency is now correctly inferred as Nyquist in onset strength
      calculation.
    * librosa.effects.deemphasis no longer modifies the input signal in-place.
    * librosa.util.frame now correctly works for arbitrary memory layouts and
      numbers of axes.
    * Corrected a normalization error in inverse CQT.
    * ibrosa.cqt now supports arbitrary hop lengths.
    * Added a run-time check for minimally supported matplotlib versions.
    * Enhanced continuous integration testing for oldest and newest environments.
    * librosa.effects.deemphasis, inverse operation of
      librosa.effects.preemphasis.
    * librosa.display.waveshow, adaptively visualize waveforms by amplitude
      envelope when zoomed out, or raw sample values when zoomed in.
  - Add patch remove-contextlib2.patch:
    * No longer require contextlib2.
  - Add patch skip-test-data-missing-tests.patch:
    * Due to removing the test data from the main repo, skip tests that require
      it, since it's quite large.

Files

/usr/lib/python3.11/site-packages/librosa
/usr/lib/python3.11/site-packages/librosa-0.10.2.post1.dist-info
/usr/lib/python3.11/site-packages/librosa-0.10.2.post1.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/librosa-0.10.2.post1.dist-info/LICENSE.md
/usr/lib/python3.11/site-packages/librosa-0.10.2.post1.dist-info/METADATA
/usr/lib/python3.11/site-packages/librosa-0.10.2.post1.dist-info/RECORD
/usr/lib/python3.11/site-packages/librosa-0.10.2.post1.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/librosa-0.10.2.post1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/librosa-0.10.2.post1.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/librosa/__init__.py
/usr/lib/python3.11/site-packages/librosa/__init__.pyi
/usr/lib/python3.11/site-packages/librosa/__pycache__
/usr/lib/python3.11/site-packages/librosa/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/_cache.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/_cache.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/_typing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/_typing.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.__beat_track_dp-551.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.__beat_track_dp-551.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.__beat_track_dp-551.py311.nbi
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.__dp_backtrack-679.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.__dp_backtrack-679.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.__dp_backtrack-679.py311.nbi
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.__last_beat_selector-655.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.__last_beat_selector-655.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.__last_beat_selector-655.py311.nbi
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.__trim_beats-602.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.__trim_beats-602.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.__trim_beats-602.py311.nbi
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/beat.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/decompose.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/decompose.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/display.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/display.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/effects.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/effects.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/filters.__window_ss_fill-1519.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/filters.__window_ss_fill-1519.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/filters.__window_ss_fill-1519.py311.nbi
/usr/lib/python3.11/site-packages/librosa/__pycache__/filters.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/filters.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/guf-beat.__beat_track_dp-551.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/guf-beat.__beat_track_dp-551.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/guf-beat.__beat_track_dp-551.py311.nbi
/usr/lib/python3.11/site-packages/librosa/__pycache__/guf-beat.__dp_backtrack-679.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/guf-beat.__dp_backtrack-679.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/guf-beat.__dp_backtrack-679.py311.nbi
/usr/lib/python3.11/site-packages/librosa/__pycache__/guf-beat.__last_beat_selector-655.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/guf-beat.__last_beat_selector-655.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/guf-beat.__last_beat_selector-655.py311.nbi
/usr/lib/python3.11/site-packages/librosa/__pycache__/guf-beat.__trim_beats-602.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/guf-beat.__trim_beats-602.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/guf-beat.__trim_beats-602.py311.nbi
/usr/lib/python3.11/site-packages/librosa/__pycache__/onset.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/onset.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/segment.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/segment.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__dtw_backtracking-584.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__dtw_backtracking-584.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__dtw_backtracking-584.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__dtw_backtracking-584.py311.nbi
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__dtw_calc_accu_cost-511.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__dtw_calc_accu_cost-511.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__dtw_calc_accu_cost-511.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__dtw_calc_accu_cost-511.py311.nbi
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__rqa_dp-893.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__rqa_dp-893.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__rqa_dp-893.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__rqa_dp-893.py311.4.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__rqa_dp-893.py311.5.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__rqa_dp-893.py311.6.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__rqa_dp-893.py311.7.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__rqa_dp-893.py311.8.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.__rqa_dp-893.py311.nbi
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence._viterbi-1098.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence._viterbi-1098.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence._viterbi-1098.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence._viterbi-1098.py311.4.nbc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence._viterbi-1098.py311.nbi
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/sequence.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/__pycache__/version.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/_cache.py
/usr/lib/python3.11/site-packages/librosa/_typing.py
/usr/lib/python3.11/site-packages/librosa/beat.py
/usr/lib/python3.11/site-packages/librosa/core
/usr/lib/python3.11/site-packages/librosa/core/__init__.py
/usr/lib/python3.11/site-packages/librosa/core/__init__.pyi
/usr/lib/python3.11/site-packages/librosa/core/__pycache__
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/audio.__lpc-1045.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/audio.__lpc-1045.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/audio.__lpc-1045.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/audio.__lpc-1045.py311.4.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/audio.__lpc-1045.py311.nbi
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/audio._zc_wrapper-1157.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/audio._zc_wrapper-1157.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/audio._zc_wrapper-1157.py311.nbi
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/audio.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/audio.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/constantq.__num_two_factors-1192.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/constantq.__num_two_factors-1192.py311.nbi
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/constantq.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/constantq.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/convert.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/convert.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/fft.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/fft.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/guf-audio._zc_wrapper-1157.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/guf-audio._zc_wrapper-1157.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/guf-audio._zc_wrapper-1157.py311.nbi
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/guf-pitch._pi_wrapper-438.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/guf-pitch._pi_wrapper-438.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/guf-pitch._pi_wrapper-438.py311.nbi
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/harmonic.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/harmonic.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/intervals.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/intervals.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/notation.__bo_fold-1020.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/notation.__bo_fold-1020.py311.nbi
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/notation.__fifth_search-1033.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/notation.__fifth_search-1033.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/notation.__fifth_search-1033.py311.nbi
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/notation.__o_fold-1007.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/notation.__o_fold-1007.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/notation.__o_fold-1007.py311.nbi
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/notation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/notation.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/pitch._pi_wrapper-438.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/pitch._pi_wrapper-438.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/pitch._pi_wrapper-438.py311.nbi
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/pitch.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/pitch.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.__overlap_add-628.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.__overlap_add-628.py311.10.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.__overlap_add-628.py311.11.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.__overlap_add-628.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.__overlap_add-628.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.__overlap_add-628.py311.4.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.__overlap_add-628.py311.5.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.__overlap_add-628.py311.6.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.__overlap_add-628.py311.7.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.__overlap_add-628.py311.8.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.__overlap_add-628.py311.9.nbc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.__overlap_add-628.py311.nbi
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/core/__pycache__/spectrum.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/core/audio.py
/usr/lib/python3.11/site-packages/librosa/core/constantq.py
/usr/lib/python3.11/site-packages/librosa/core/convert.py
/usr/lib/python3.11/site-packages/librosa/core/fft.py
/usr/lib/python3.11/site-packages/librosa/core/harmonic.py
/usr/lib/python3.11/site-packages/librosa/core/intervals.msgpack
/usr/lib/python3.11/site-packages/librosa/core/intervals.py
/usr/lib/python3.11/site-packages/librosa/core/notation.py
/usr/lib/python3.11/site-packages/librosa/core/pitch.py
/usr/lib/python3.11/site-packages/librosa/core/spectrum.py
/usr/lib/python3.11/site-packages/librosa/decompose.py
/usr/lib/python3.11/site-packages/librosa/display.py
/usr/lib/python3.11/site-packages/librosa/effects.py
/usr/lib/python3.11/site-packages/librosa/feature
/usr/lib/python3.11/site-packages/librosa/feature/__init__.py
/usr/lib/python3.11/site-packages/librosa/feature/__init__.pyi
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/inverse.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/inverse.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/rhythm.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/rhythm.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/spectral.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/spectral.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/utils.__stack-271.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/utils.__stack-271.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/utils.__stack-271.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/utils.__stack-271.py311.nbi
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/feature/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/feature/inverse.py
/usr/lib/python3.11/site-packages/librosa/feature/rhythm.py
/usr/lib/python3.11/site-packages/librosa/feature/spectral.py
/usr/lib/python3.11/site-packages/librosa/feature/utils.py
/usr/lib/python3.11/site-packages/librosa/filters.py
/usr/lib/python3.11/site-packages/librosa/onset.py
/usr/lib/python3.11/site-packages/librosa/py.typed
/usr/lib/python3.11/site-packages/librosa/segment.py
/usr/lib/python3.11/site-packages/librosa/sequence.py
/usr/lib/python3.11/site-packages/librosa/util
/usr/lib/python3.11/site-packages/librosa/util/__init__.py
/usr/lib/python3.11/site-packages/librosa/util/__init__.pyi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/_nnls.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/_nnls.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/decorators.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/decorators.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/deprecation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/deprecation.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/files.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/files.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils.__peak_pick-1208.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils.__peak_pick-1208.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils.__peak_pick-1208.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils.__peak_pick-1208.py311.4.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils.__peak_pick-1208.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils._localmax-1050.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils._localmax-1050.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils._localmax-1050.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils._localmax-1050.py311.4.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils._localmax-1050.py311.5.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils._localmax-1050.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils._localmin-1067.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils._localmin-1067.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils._localmin-1067.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils._localmin-1067.py311.4.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils._localmin-1067.py311.5.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/guf-utils._localmin-1067.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/matching.__jaccard-14.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/matching.__jaccard-14.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/matching.__match_events_helper-307.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/matching.__match_events_helper-307.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/matching.__match_events_helper-307.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/matching.__match_interval_overlaps-46.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/matching.__match_interval_overlaps-46.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/matching.__match_intervals-59.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/matching.__match_intervals-59.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/matching.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/matching.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__count_unique-2348.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__count_unique-2348.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__count_unique-2348.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__is_unique-2399.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__is_unique-2399.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__is_unique-2399.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__is_unique-2399.py311.4.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__is_unique-2399.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__peak_pick-1208.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__peak_pick-1208.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__peak_pick-1208.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__peak_pick-1208.py311.4.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__peak_pick-1208.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__shear_dense-2012.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__shear_dense-2012.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__shear_dense-2012.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.__shear_dense-2012.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._cabs2-2451.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._cabs2-2451.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._cabs2-2451.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._localmax-1050.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._localmax-1050.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._localmax-1050.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._localmax-1050.py311.4.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._localmax-1050.py311.5.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._localmax-1050.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._localmin-1067.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._localmin-1067.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._localmin-1067.py311.3.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._localmin-1067.py311.4.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._localmin-1067.py311.5.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._localmin-1067.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._phasor_angles-2503.py311.1.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._phasor_angles-2503.py311.2.nbc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils._phasor_angles-2503.py311.nbi
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/util/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/util/_nnls.py
/usr/lib/python3.11/site-packages/librosa/util/decorators.py
/usr/lib/python3.11/site-packages/librosa/util/deprecation.py
/usr/lib/python3.11/site-packages/librosa/util/example_data
/usr/lib/python3.11/site-packages/librosa/util/example_data/__init__.py
/usr/lib/python3.11/site-packages/librosa/util/example_data/__pycache__
/usr/lib/python3.11/site-packages/librosa/util/example_data/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/librosa/util/example_data/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/librosa/util/example_data/index.json
/usr/lib/python3.11/site-packages/librosa/util/example_data/registry.txt
/usr/lib/python3.11/site-packages/librosa/util/exceptions.py
/usr/lib/python3.11/site-packages/librosa/util/files.py
/usr/lib/python3.11/site-packages/librosa/util/matching.py
/usr/lib/python3.11/site-packages/librosa/util/utils.py
/usr/lib/python3.11/site-packages/librosa/version.py
/usr/share/doc/packages/python311-librosa
/usr/share/doc/packages/python311-librosa/AUTHORS.md
/usr/share/doc/packages/python311-librosa/README.md
/usr/share/licenses/python311-librosa
/usr/share/licenses/python311-librosa/LICENSE.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jan 31 23:50:31 2025