Download

Notes

SoundHelix uses Apache log4j 1.2.x for logging and GNU getopt (Java port) for parameter parsing. SoundHelix binary releases as well as the source files contain current versions of these libraries.

Download SoundHelix source and binary releases

SoundHelix source and binary releases can be downloaded from SourceForge: http://sourceforge.net/projects/soundhelix/files/

Note that there currently is no nightly build available. If you want to stay most current (latest unreleased version), you will need to download and compile the SoundHelix sources yourself.

Download SoundHelix sources

Download as a tarball

Downloading the SoundHelix sources as a tarball is not possible anymore since the project was upgraded to the new project layout on SourceForge (see https://sourceforge.net/p/allura/tickets/2840/). SourceForge is working on making this feature available again. Please use an SVN client instead (see below).

Download via SVN client

You can use a Subversion (a.k.a. SVN) client to download the SoundHelix sources. SVN clients are available for all platforms. The provided syntax below is for the command-line client.

Download the latest sources via SVN:

svn checkout http://svn.code.sf.net/p/soundhelix/code/trunk/soundhelix soundhelix-current

Download the release sources of a specific version via SVN:

svn checkout http://svn.code.sf.net/p/soundhelix/code/tags/soundhelix-version soundhelix-version

(replace "version" with the SoundHelix version, e.g. "0.5")

The downloaded sources can directly be used as an Eclipse 3.x/4.x project.

Browse SoundHelix sources

Browse the latest (unreleased) sources: http://sourceforge.net/p/soundhelix/code/HEAD/tree/trunk/soundhelix/
Browse the release sources: http://sourceforge.net/p/soundhelix/code/HEAD/tree/tags/