Audio-MPEG

 view release on metacpan or  search on metacpan

MPEG.xs  view on Meta::CPAN

#include "XSUB.h"

#include "decode.h"
#include "audio.h"
#include "encode.h"

#define         Min(A, B)       ((A) < (B) ? (A) : (B))
#define         Max(A, B)       ((A) > (B) ? (A) : (B))

static int
not_here(char *s)
{
    croak("%s not implemented on this architecture", s);
    return -1;
}

MODULE = Audio::MPEG		PACKAGE = Audio::MPEG		

#
# Move along. Nothin' to see here folks.
#



( run in 0.258 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )