B. Watson 689df77e72 audio/mac: Update email address. преди 1 година
..
README f7ca16e3c3 audio/mac: Man page, other enhancements. преди 2 години
gcc6.patch 01605bf982 audio/mac: Patch for gcc >= 6.x. преди 3 години
mac.1 f7ca16e3c3 audio/mac: Man page, other enhancements. преди 2 години
mac.SlackBuild 689df77e72 audio/mac: Update email address. преди 1 година
mac.info 689df77e72 audio/mac: Update email address. преди 1 година
mac.rst f7ca16e3c3 audio/mac: Man page, other enhancements. преди 2 години
slack-desc f7ca16e3c3 audio/mac: Man page, other enhancements. преди 2 години

README

mac (Monkey's Audio Linux port)

Monkey's Audio (aka APE) is a lossless audio compression format,
similar to FLAC. mac is a console frontend to Monkey's Audio, able to
encode and decode APE audio files.

Note: if you just want to listen to APE files, Slackware's mplayer
and audacious can already play them. If you just want to convert them
to some other format (wav, mp3, etc), Slackware's ffmpeg can already
decode them. The only real reason to install this package is for
converting files *to* APE format.

If you're building this for an old x86 CPU that doesn't support MMX,
set ASM=no in the script's environment.

The package is built using upstream's default optimization level,
which is -O3. If you suspect this is causing problems, rebuild with
FORCE_SLACK_CFLAGS=yes in the environment (this will force -O2). If this
actually fixes anything, please email the maintainer with the details.

Note: if you get "invalid input file" trying to encode a wav file, it
probably means the wav file uses floating point rather than 16-bit
integer samples. You can convert with sox:

sox -G input.wav -b16 output.wav