I'm releasing the source code to AmiSoundED mostly because I haven't had time
or motivation to work on this program for a while now (partly because I've been
busy with other more interesting projects like f.e. SRec) but also because they
might be useful for someone developing programs for AmigaOS4.
To build AmiSoundED:
cd AmiSoundED
make
Some plugins that were released separately like OGG, WavPack and MP3 use their
own Makefiles. To build them just cd into their directories and type make as
above.
F.e. to build the MP3 plugin:
cd AmiSoundED/plugins/mp3
make
| |