Registry / other / libaiff

libaiff

JSON →
library5.0vcpkgunverified

LibAiff is an open-source library, providing C applications transparent read & write operations for Audio Interchange File Format (AIFF) files, with the goal of supporting all of its features

vcpkg install libaiff
INSTALL
IMPORT
SIG · LIBAIFF
L
libaiff
othercppv5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libaiff.h
#include <libaiff.h>

Open an AIFF file and read its number of channels

#include <libaiff.h> #include <stdio.h> int main() { AIFF_Ref aiff = AIFF_OpenFile("audio.aiff", AIFF_READ); if (aiff) { int channels = AIFF_NumChannels(aiff); AIFF_CloseFile(aiff); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libaiff — pip install libaiff · libregistry