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

Skip to content

Commit 068e097

Browse files
committed
Libraries
1 parent 747899a commit 068e097

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
@@ -1560,7 +1560,7 @@ Audio
15601560
```python
15611561
import wave, struct
15621562
samples = [struct.pack('<h', int(a * 30000)) for a in <list>]
1563-
wf = wave.open('test.wav', 'wb')
1563+
wf = wave.open('out.wav', 'wb')
15641564
wf.setnchannels(1)
15651565
wf.setsampwidth(2)
15661566
wf.setframerate(44100)

0 commit comments

Comments
 (0)