Files
sthen e02109d477 import py-standard-aifc and deps (py-standard-chunk, py-audioop-lts)
because python 3.13 removed support from the standard library.
unhooked for now, they can't be enabled until we switch.  ok tb@

/--
This module provides support for reading and writing AIFF and AIFF-C
files. AIFF is Audio Interchange File Format, a format for storing
digital audio samples in a file, and is widely used in film production,
amongst others. AIFF-C is a newer version of the format that includes
the ability to compress the audio data.

This is a replacement for 'aifc', removed from the standard library in
Python 3.13.
\--
2025-11-03 12:38:55 +00:00
..