Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 4, 2024
1 parent 86f5766 commit 401f8cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ Load a media file,
selected from the index of the dataframe
or from the files index ``db.files``.

.. skip: start
>>> import audiofile
>>> signal, sampling_rate = audiofile.read(db.files[0], always_2d=True)

Listen to the signal.

.. skip: start
>>> import sounddevice
>>> sounddevice.play(signal.T, sampling_rate)

Expand Down

0 comments on commit 401f8cb

Please sign in to comment.