Registry / other / mpg123

mpg123

JSON →
library1.33.4vcpkgunverified

mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3).

vcpkg install mpg123
INSTALL
IMPORT
SIG · MPG123
M
mpg123
othercppv1.33.4
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.

mpg123.h
#include <mpg123.h>

Initialize and cleanup mpg123 handle

#include <mpg123.h> int main() { mpg123_handle *mh = mpg123_new(NULL, NULL); mpg123_close(mh); mpg123_delete(mh); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.33.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

mpg123 — pip install mpg123 · libregistry