Submitted On 25-FEB-2001
hyp1
I have the same problem, is ther a fix around?
please mail it to me
best regards
hype
Submitted On 04-AUG-2001
sapex
You complain there are no engineering resources.
This would not be the case if it was open sourced.
Imagine all the bugs that could be fixed.
Submitted On 04-FEB-2002
albanc
looks like it is not fixed in jdk1.4 rc0
I have the problem.
Also authorizations in the java.policy for the javasound
demo are not well recognized. file could be saved (before
the unsuportedfiletype bug occured) but could not be loaded
though I made a copy/paste of the grant{} stuff from the
readme file
Submitted On 19-FEB-2002
migG
Works for me in build 1.4.0-rc-b91:
import javax.sound.sampled.*;
class AudioRes {
public static void main(String args[]) {
AudioFileFormat.Type types [] =
AudioSystem.getAudioFileTypes() ;
System.out.println("Formats: " + types.length) ;
for(int i=0; i<types.length; i++)
System.out.println(i+ ": " + types[i].toString()) ;
}
}
Output:
Formats: 3
0: AU
1: AIFF
2: WAVE
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|