Skip to content

Commit

Permalink
Remove always_2d=True
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 5, 2024
1 parent c1b608b commit 1d489ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ or from the files index ``db.files``.
.. skip: start
>>> import audiofile
>>> signal, sampling_rate = audiofile.read(db.files[0], always_2d=True)
>>> signal, sampling_rate = audiofile.read(db.files[0])

Listen to the signal.

Expand Down

0 comments on commit 1d489ab

Please sign in to comment.