Skip to content

Commit a2392f8

Browse files
committed
release v0.16.7
1 parent 5e02b57 commit a2392f8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v0.16.7
2+
- Make `pydub.AudioSegment()._spawn()` accept array.array instances containing audio samples
3+
14
# v0.16.6
25
- Make `pydub.AudioSegment()` objects playable inline in ipython notebooks.
36
- Add scipy powered high pass, low pass, and band pass filters, which can be high order filters (they take `order` as a keyword argument). They are used for `pydub.AudioSegment().high_pass_filter()`, `pydub.AudioSegment().low_pass_filter()`, `pydub.AudioSegment().band_pass_filter()` when the `pydub.scipy_effects` module is imported.

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='pydub',
11-
version='0.16.6',
11+
version='0.16.7',
1212
author='James Robert',
1313
author_email='[email protected]',
1414
description='Manipulate audio with an simple and easy high level interface',

0 commit comments

Comments
 (0)