Browse Source

Audio

pull/42/head
Jure Šorn 5 years ago
parent
commit
e47bae1b9c
2 changed files with 2 additions and 2 deletions
  1. 2
      README.md
  2. 2
      index.html

2
README.md

@ -2652,7 +2652,7 @@ imageio.mimsave('test.gif', frames, duration=0.03)
Audio
-----
```python
import wave, struct
import wave
```
```python

2
index.html

@ -2252,7 +2252,7 @@ imageio.mimsave(<span class="hljs-string">'test.gif'</span>, frames, duration=<s
</code></pre></div></div>
<div><h2 id="audio"><a href="#audio" name="audio">#</a>Audio</h2><pre><code class="python language-python hljs"><span class="hljs-keyword">import</span> wave, struct
<div><h2 id="audio"><a href="#audio" name="audio">#</a>Audio</h2><pre><code class="python language-python hljs"><span class="hljs-keyword">import</span> wave
</code></pre></div>
<pre><code class="python language-python hljs">&lt;Wave_read&gt; = wave.open(<span class="hljs-string">'&lt;path&gt;'</span>, <span class="hljs-string">'rb'</span>)

Loading…
Cancel
Save