jAudio project from the original McGill collaboration between Cory McKay and Daniel McEnnis.
This branch has forked from the JMir version currently distributed with JMir.
Some of the files in the CERN Colt library were encoded as ISO-8559-1, so I ran iconv to convert them to UTF-8.
This left some strange artifacts, which I fixed.
In addition, I removed use of the "_" identifier, which is disallowed in Java 9 and newer.
Some of the files in the CERN Colt library were encoded as ISO-8559-1, so I ran
iconv
to convert them to UTF-8. This left some strange artifacts, which I fixed. In addition, I removed use of the "_" identifier, which is disallowed in Java 9 and newer.