forked from pool/python-pydub
Accepting request 645633 from home:TheBlackCat:branches:devel:languages:python
- Update to 0.23.0 * Add support for playback via simpleaudio * Allow users to override the type in pydub.AudioSegment().get_array_of_samples() (PR #313) * Fix a bug where the wrong codec was used for 8-bit audio (PR #309 - issue #308) OBS-URL: https://build.opensuse.org/request/show/645633 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydub?expand=0&rev=6
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
# Test data missing
|
||||
%bcond_with test
|
||||
Name: python-pydub
|
||||
Version: 0.22.1
|
||||
Version: 0.23.0
|
||||
Release: 0
|
||||
Summary: Manipulate audio with Python
|
||||
License: MIT
|
||||
@@ -37,6 +37,7 @@ BuildRequires: %{python_module scipy}
|
||||
BuildRequires: ffmpeg
|
||||
%endif
|
||||
Recommends: python-scipy
|
||||
Recommends: python-simpleaudio
|
||||
Requires: ffmpeg
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -64,7 +65,6 @@ $python test/test.py
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
Reference in New Issue
Block a user