Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a44f31

Browse files
committed
Audio
1 parent 1738461 commit 5a44f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ img.save('out.png')
12761276

12771277
Audio
12781278
-----
1279-
#### Saves list of floats with values between 0 and 1 to a WAV file:
1279+
#### Saves a list of floats with values between 0 and 1 to a WAV file:
12801280
```python
12811281
import wave, struct
12821282
frames = [struct.pack('h', int((a-0.5)*60000)) for a in <list>]

0 commit comments

Comments
 (0)