From e47bae1b9c2d3122674b69ba81996f319a44c091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Thu, 22 Aug 2019 23:52:49 +0200 Subject: [PATCH] Audio --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index befd343..c8689ff 100644 --- a/README.md +++ b/README.md @@ -2652,7 +2652,7 @@ imageio.mimsave('test.gif', frames, duration=0.03) Audio ----- ```python -import wave, struct +import wave ``` ```python diff --git a/index.html b/index.html index ef6197d..92c19c3 100644 --- a/index.html +++ b/index.html @@ -2252,7 +2252,7 @@ imageio.mimsave('test.gif', frames, duration= -

#Audio

import wave, struct
+

#Audio

import wave
 
<Wave_read>  = wave.open('<path>', 'rb')