We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fafa4d commit b33c9f6Copy full SHA for b33c9f6
3 files changed
tests/circuitpython-manual/synthio/wave/audioop.py
@@ -1,3 +1,7 @@
1
+# SPDX-FileCopyrightText: 2023 Guido van Rossum <guido@cwi.nl> and others.
2
+#
3
+# SPDX-License-Identifier: PSF-2.0
4
+
5
import struct
6
7
tests/circuitpython-manual/synthio/wave/chunk.py
"""Simple class to read IFF chunks.
An IFF chunk (used in formats such as AIFF, TIFF, RMFF (RealMedia File
tests/circuitpython-manual/synthio/wave/wave.py
"""Stuff to parse WAVE files.
Usage.
0 commit comments