chunk

Stdlib — MiscPython 2.0+Intermediate

Read IFF chunked data (audio formats like WAV, AIFF)

Quick Info

Documentation
Official Docs
Python Version
2.0+
Dependencies
None — Python Standard Library
Install
Included with Python

Learn by Difficulty

Quick Example

python
import chunk

print(f"Module: chunk")
print(f"Contents: {dir(chunk)[:10]}")

The chunk module is part of Python's standard library. Read IFF chunked data (audio formats like WAV, AIFF).

Try in Playground

Tags

stdlibutility