We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb0f94 commit c4c4453Copy full SHA for c4c4453
README.rst
@@ -95,7 +95,6 @@ Usage Example
95
with adafruit_wave.open("sample.wav") as w:
96
print(w.getsampwidth())
97
print(w.getnchannels())
98
- print(w.getcomptype())
99
print(list(memoryview(w.readframes(100)).cast("h")))
100
101
Documentation
examples/wave_simpletest.py
@@ -8,5 +8,4 @@
8
9
10
11
12
0 commit comments