diff doc/examples.rst @ 455:7dae98b84cdd tip master

Merge branch 'master' of https://github.com/amsehili/auditok
author www-data <www-data@c4dm-xenserv-virt2.eecs.qmul.ac.uk>
date Tue, 03 Dec 2024 09:18:01 +0000
parents f9d5eb9387d2
children
line wrap: on
line diff
--- a/doc/examples.rst	Fri Nov 01 10:18:01 2024 +0000
+++ b/doc/examples.rst	Tue Dec 03 09:18:01 2024 +0000
@@ -271,7 +271,7 @@
          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)