mac-3.99-u4-b5 (32 & 64bit)

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
plinej
Posts: 1742
Joined: Mon 14 Aug 2006, 02:21

mac-3.99-u4-b5 (32 & 64bit)

#1 Post by plinej »

http://aidanjm.wordpress.com/

Code: Select all

--- Monkey's Audio Console Front End (v 3.99) (c) Matthew T. Ashland ---
Proper Usage: [Input File] [Output File] [Mode]

Modes: 
    Compress (fast): '-c1000'
    Compress (normal): '-c2000'
    Compress (high): '-c3000'
    Compress (extra high): '-c4000'
    Compress (insane): '-c5000'
    Decompress: '-d'
    Verify: '-v'
    Convert: '-nXXXX'

Examples:
    Compress: mac "Metallica - One.wav" "Metallica - One.ape" -c2000
    Decompress: mac "Metallica - One.ape" "Metallica - One.wav" -d
    Verify: mac "Metallica - One.ape" -v
    (note: int filenames must be put inside of quotations)
I added the modified source code which includes the example program apeinfo. I had to change the beginning of some lines from "char" to "const char" to get mac to compile.
Attachments
mac_DEV-3.99-u4-b5-x86_64.pet
compiled in Fatdog64-521
(100.99 KiB) Downloaded 293 times
mac-3.99-u4-b5-x86_64.pet
compiled in Fatdog64-521
(66.13 KiB) Downloaded 334 times
mac-3.99-u4-b5.pet
(66.43 KiB) Downloaded 313 times
Last edited by plinej on Tue 15 Nov 2011, 22:46, edited 3 times in total.

plinej
Posts: 1742
Joined: Mon 14 Aug 2006, 02:21

#2 Post by plinej »

added a 64bit version

Post Reply