We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa891ac commit 7166302Copy full SHA for 7166302
docs/changes.rst
@@ -3,7 +3,9 @@ Changes
3
4
v1.4.0
5
~~~~~~
6
-- refactored `.build()` function to support in-memory array inputs and outputs
+- added `.build_array()` which supports file or in memory inputs and array outputs
7
+- added `.build_file()` - an alias to `.build()`
8
+- refactored `.build()` function to support file or in-memory array inputs and file outputs
9
- the call to subprocess calls the binary directly (shell=False)
10
- file_info methods return None instead of 0 when the value is not available
11
- fixed bug in `file_info.bitrate()`, which was returning bitdepth
sox/version.py
@@ -3,4 +3,4 @@
"""Version info"""
short_version = '1.4'
-version = '1.4.0a2'
+version = '1.4.0b0'
0 commit comments