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 8a6ea0f commit 51452f4
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 @@ -76,7 +76,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 51452f4

Please sign in to comment.