Skip to content

Commit

Permalink
Fix code example
Browse files Browse the repository at this point in the history
  • Loading branch information
amsehili committed Dec 3, 2024
1 parent f4a5e14 commit 4011c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ of from the mirophone. With the following code press ``Ctrl-C`` to stop recordin
pass
rec.rewind()
full_audio = load(rec.data, sr=sr, sw=sw, ch=ch)
full_audio = auditok.load(rec.data, sr=sr, sw=sw, ch=ch)
# alternatively you can use
full_audio = auditok.AudioRegion(rec.data, sr, sw, ch)
full_audio.play(progress_bar=True)
Expand Down

0 comments on commit 4011c40

Please sign in to comment.