Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sox/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def sox(args: Iterable[str],

Returns
-------
status : bool
True on success.
status : int
0 on success.
out : str, np.ndarray, or None
Returns a np.ndarray if src_array was an np.ndarray.
Returns the stdout produced by sox if src_array is None.
Expand Down