-
Use WinAmp to fill these fields.
2009-01-22 07:38:24 UTC in Java Monkey's Audio
-
I think they are useful. Try to install WinAmp and original MAC package. It will install APE plugin for WinAmp. Use "View file info" option in popup menu for some APE file. You'll see all useful info.
2009-01-22 07:28:20 UTC in Java Monkey's Audio
-
It seems that I was wrong. The seek table placed in the beginning of file. But seek method is disabled for streams because of it is impossible to seek backward in streams.
2009-01-21 19:09:44 UTC in Java Monkey's Audio
-
In regards to .cue support. The original MAC library didn't support it. That's why JMAC doesn't support it as well. But you can use .apl files instead.
2009-01-21 18:58:43 UTC in Java Monkey's Audio
-
Let me explain. The APE file contains the seek table in the end of file. So, it's impossible to use Seek method for streamed APE. You can use it only for APE files from your hard drive.
I don't know how you create the File for IAPEDecompress. You should use
public static File createFile(final String name, final String mode) throws IOException method of File class for that.
If you...
2009-01-21 18:55:41 UTC in Java Monkey's Audio
-
Read the Java API documentation for javax.sound.sampled.AudioFileFormat class. As you can see it has: public Map<String,Object> properties() method.
Read the description above.
The following table lists some common properties that should be used in implementations:
Property key Value type Description
"duration" Long playback duration of the file in microseconds...
2009-01-21 18:10:54 UTC in Java Monkey's Audio
-
davagin registered the JEQ - Java Stereo Equalizer project.
2005-08-28 16:32:13 UTC in JEQ - Java Stereo Equalizer