QUOTE(schnofler @ Mar 31 2005, 11:17 PM)
That's because of the Java Sound software mixer. In 1.5 Java Sound can use native hardware mixers which have far less latency and don't have these clicking and popping noises.
I understand.
There are rumours that Apple is going to release Mac OS 10.4 any day now, with Java 1.5. So a fix is close by.
QUOTE
Could you start ABC/HR-Java from a console ("java -jar abchr.jar") and see if it prints any error messages when you have it decode a file?
I load up a .wav and a .flac or .mp3 file, then press "Start Test", exactly when the "Decoding Sample B" window pop up this lines appear in the Terminal (I have the flac and madplay executables in my path):
CODE
java.lang.NoSuchMethodError: java.lang.String.replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;
at abchr.audio.CLIProcessor.process(Unknown Source)
at abchr.audio.SampleFactory$Decoder.process(Unknown Source)
at abchr.audio.SampleFactory.createSample(Unknown Source)
at abchr.gui.ABXPanel$SampleLoader.run(Unknown Source)
at abchr.gui.ABXPanel$4.construct(Unknown Source)
at guiutils.SwingWorker$2.run(Unknown Source)
at java.lang.Thread.run(Thread.java:552)
Hope this error messages is for some help.
May it be because of the outdated Java version?
Iīm ready for instructions if you need me to test some more!