Audio-Mad
view release on metacpan or search on metacpan
constants.h view on Meta::CPAN
static int
not_here(char *s)
{
croak("%s not implemented on this architecture", s);
return -1;
}
static double
constant_MAD_DITHER(char *name)
{
if (strEQ(name, "S8"))
return MAD_DITHER_S8;
( run in 0.267 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )