Image Album
News
-
Category: General
Short: 32-bit mono/stereo sound editor Author: Fredrik Wikstrom Uploader: Fredrik Wikstrom <fredrik a500 org> Type: mus/edit Version: 0.12 Architecture: generic Download: audio/amisounded/amisounded-src.lha 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