Browse Source

Audio

pull/9/head
Jure Šorn 6 years ago
parent
commit
5a44f31217
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1276,7 +1276,7 @@ img.save('out.png')
Audio
-----
#### Saves list of floats with values between 0 and 1 to a WAV file:
#### Saves a list of floats with values between 0 and 1 to a WAV file:
```python
import wave, struct
frames = [struct.pack('h', int((a-0.5)*60000)) for a in <list>]

Loading…
Cancel
Save