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

python2-audioread-2.1.8-bp153.1.21 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-audioread Distribution: SUSE Linux Enterprise 15 SP3
Version: 2.1.8 Vendor: openSUSE
Release: bp153.1.21 Build date: Sat Mar 6 02:15:58 2021
Group: Development/Languages/Python Build host: lamb62
Size: 158039 Source RPM: python-audioread-2.1.8-bp153.1.21.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/sampsyo/audioread
Summary: Wrapper for audio decoding via selectable backends
Decode audio files using whichever backend is available. The library
currently supports:

- Gstreamer via PyGObject.
- MAD via the pymad bindings.
- FFmpeg or Libav via its command-line interface.
- The standard library wave, aifc, and sunau modules (for
  uncompressed audio formats).

Provides

Requires

License

MIT

Changelog

* Wed Jul 31 2019 pgajdos@suse.com
  - version update to 2.1.8
    * Fix an unhandled ``OSError`` when FFmpeg is not installed.
    * Properly close some filehandles in the FFmpeg backend (thanks to
      @RyanMarcus and @ssssam).
    * The maddec backend now always produces bytes objects, like the other
      backends (thanks to @ssssam).
    * Resolve an audio data memory leak in the GStreamer backend (thanks again to
      @ssssam).
    * You can now optionally specify which specific backends ``audio_open`` should
      try (thanks once again to @ssssam).
  - deleted patches
    - 0001-maddec-Ensure-that-the-audio-blocks-are-of-type-bytes.patch (upstreamed)
  - deleted sources
    - LICENSE (not needed)
* Mon Feb 25 2019 Antonio Larrosa <alarrosa@suse.com>
  - Add 0001-maddec-Ensure-that-the-audio-blocks-are-of-type-bytes.patch
    to ensure audio blocks are always of type bytes (and not sometimes
    bytearray when using maddec).
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Sat Nov 03 2018 Todd R <toddrme2178@gmail.com>
  - Update to 2.1.6
    * Fix a "no such process" crash in the FFmpeg backend on Windows
      Subsystem for Linux (thanks to @llamasoft).
    * Avoid suppressing SIGINT in the GStreamer backend on older
      versions of PyGObject (thanks to @lazka).
  - Recommend dependencies needed for full functionality.
  - Include license file
* Thu Sep 28 2017 alarrosa@suse.com
  - Update to 2.1.5
    * Properly clean up the file handle when a backend fails to decode a file.
    * Fix parsing of "N.M" channel counts in the FFmpeg backend.
    * Avoid a crash in the raw backend when a file uses an unsupported
      number of bits per sample (namely, 24-bit samples in Python < 3.4).
    * Add a __version__ value to the package.
* Sat Aug 12 2017 jengelh@inai.de
  - Trim author list and redundant license info. Improve summary.
* Fri Apr 21 2017 alarrosa@suse.com
  - Use singlespec macros
* Wed Jan 18 2017 alarrosa@suse.com
  - Initial package release
    2.1.4
      Fix a bug in the FFmpeg backend where, after closing a file, the program's
      standard input stream would be "broken" and wouldn't receive any input.
    2.1.3
      Avoid some warnings in the GStreamer backend when using modern versions of
      GLib. We now require at least GLib 2.32.
    2.1.2
      Fix a file descriptor leak when opening and closing many files using
      GStreamer.
    2.1.1
      Just fix ReST formatting in the README.
    2.1.0
      The FFmpeg backend can now also use Libav's ``avconv`` command.
      Fix a warning by requiring GStreamer >= 1.0.
      Fix some Python 3 crashes with the new GStreamer backend (thanks to
      @xix-xeaon).
    2.0.0
      The GStreamer backend now uses GStreamer 1.x via the new
      gobject-introspection API (and is compatible with Python 3).
    1.2.2
      When running FFmpeg on Windows, disable its crash dialog. Thanks to
      jcsaaddupuy.
    1.2.1
      Fix an unhandled exception when opening non-raw audio files (thanks to
      aostanin).
      Fix Python 3 compatibility for the raw-file backend.
    1.2.0
      Add support for FFmpeg on Windows (thanks to Jean-Christophe Saad-Dupuy).
    1.1.0
      Add support for Sun/NeXT `Au files`_ via the standard-library ``sunau``
      module (thanks to Dan Ellis).
    1.0.3
      Use the rawread (standard-library) backend for .wav files.
    1.0.2
      Send SIGKILL, not SIGTERM, to ffmpeg processes to avoid occasional hangs.
    1.0.1
      When GStreamer fails to report a duration, raise an exception instead of
      silently setting the duration field to None.

Files

/usr/lib/python2.7/site-packages/audioread
/usr/lib/python2.7/site-packages/audioread-2.1.8-py2.7.egg-info
/usr/lib/python2.7/site-packages/audioread-2.1.8-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/audioread-2.1.8-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/audioread-2.1.8-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/audioread-2.1.8-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/audioread/__init__.py
/usr/lib/python2.7/site-packages/audioread/__init__.pyc
/usr/lib/python2.7/site-packages/audioread/__init__.pyo
/usr/lib/python2.7/site-packages/audioread/exceptions.py
/usr/lib/python2.7/site-packages/audioread/exceptions.pyc
/usr/lib/python2.7/site-packages/audioread/exceptions.pyo
/usr/lib/python2.7/site-packages/audioread/ffdec.py
/usr/lib/python2.7/site-packages/audioread/ffdec.pyc
/usr/lib/python2.7/site-packages/audioread/ffdec.pyo
/usr/lib/python2.7/site-packages/audioread/gstdec.py
/usr/lib/python2.7/site-packages/audioread/gstdec.pyc
/usr/lib/python2.7/site-packages/audioread/gstdec.pyo
/usr/lib/python2.7/site-packages/audioread/macca.py
/usr/lib/python2.7/site-packages/audioread/macca.pyc
/usr/lib/python2.7/site-packages/audioread/macca.pyo
/usr/lib/python2.7/site-packages/audioread/maddec.py
/usr/lib/python2.7/site-packages/audioread/maddec.pyc
/usr/lib/python2.7/site-packages/audioread/maddec.pyo
/usr/lib/python2.7/site-packages/audioread/rawread.py
/usr/lib/python2.7/site-packages/audioread/rawread.pyc
/usr/lib/python2.7/site-packages/audioread/rawread.pyo
/usr/lib/python2.7/site-packages/audioread/version.py
/usr/lib/python2.7/site-packages/audioread/version.pyc
/usr/lib/python2.7/site-packages/audioread/version.pyo
/usr/share/doc/packages/python2-audioread
/usr/share/doc/packages/python2-audioread/README.rst
/usr/share/licenses/python2-audioread
/usr/share/licenses/python2-audioread/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024