#include <mpg123.h>#include <unistd.h>#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | INBUFF 16384 |
| #define | OUTBUFF 32768 |
Functions | |
| int | main (int argc, char **argv) |
Example program mimicking the old mpglib test program. It takes an MPEG bitstream from standard input and writes raw audio to standard output. This is an use case of the mpg123_decode() in and out function in the feeder mode, quite close to classic mpglib usage and thus a template to convert from that to libmpg123.
Definition in file mpglib.c.
1.7.1