mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
e02109d477
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. \--