Skip to content

Commit

Permalink
updates for next release
Browse files Browse the repository at this point in the history
Add authors from pull requests, increment version and update docs
  • Loading branch information
jiaaro committed Jan 9, 2016
1 parent d6190c2 commit 6593c47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions API.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ ten_second_silence = AudioSegment.silent(duration=10000)

- `duration` | example: `3000` | default: `1000` (1 second)
Length of the silent `AudioSegment`, in milliseconds
- `frame_rate` | example `44100` | default: `11025` (11.025 kHz)
Frame rate (i.e., sample rate) of the silent `AudioSegment` in Hz

### AudioSegment(…).dBFS

Expand Down
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ John McMellen

Johan Lövgren
github: dashj

Joachim Krüger
github: jkrgr
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='pydub',
version='0.16.0',
version='0.16.1',
author='James Robert',
author_email='jiaaro@gmail.com',
description='Manipulate audio with an simple and easy high level interface',
Expand Down

0 comments on commit 6593c47

Please sign in to comment.