What is the plan for the AudioSynthesizer interface in JDK 9? Currently it is not available to applications. I use it for two purposes: One is to configure the synthesizer using the open(SourceDataLine, Map) method. The other is to generate audio files using the openStream(AudioFormat, Map) method.