Hello,
I have yet to find a MacOs9 player that uses mad.
I found the latest Audacity but it sounds funny on my OS9 iMac.
So I made my own MacOS9/Mad/iMAc player.
It occurred to me that other people might be interested so I packaged libmad as a stand-alone CodeWarrior project, but have no idea how to release it, if anyone is indeed interested.
The following describes what is currently packaged in a 240kb file libmadmac9.sit :
/*************************************************************************** ** * README libmadmac9 * * libmad for Mac OS9 compiled with CodeWarrior * * Copyright (C) 2002 pmisteli * * This program is free software. you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation@ either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY, without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program@ if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * **************************************************************************** */
/*
This is a CodeWarrior 5 project to generate libmadmac9.lib, a library for linking libmad with Mac OS9 apps built with CodeWarrior.
It includes the libmad directory from the SourgeForge mad-0.14.2b release.
Only two files from the SourgeForge release were slightly modified :
- huffman.h
- layer3.c
The originals of these two files are included as huffmanORIG.h layer3ORIG.c.
File libmadmac9Prefix.h specifies the FPM_64BIT build for libmad.
This is just my way of building libmad with the compiler I have so that it works on my MacOS 9.1 iMac, and has not been tested with other compilers/machines.
8 October 02 - better late than never
pmisteli@terpalum.umd.edu
*/
Hello,
Apparently few people develop for Mac OS9 any more, so I will not be posting this libmad package anywhere, but I will send it to anyone who requests it at pmisteli@terpalum.umd.edu.
Regards