src/java.desktop/share/classes/javax/sound/sampled/AudioSystem.java

Print this page

        

*** 59,69 **** * with mixers. * <p> * Properties can be used to specify the default mixer for specific line types. * Both system properties and a properties file are considered. The * "sound.properties" properties file is read from an implementation-specific ! * location (typically it is the {@code lib} directory in the Java installation * directory). If a property exists both as a system property and in the * properties file, the system property takes precedence. If none is specified, * a suitable default is chosen among the available devices. The syntax of the * properties file is specified in * {@link Properties#load(InputStream) Properties.load}. The following table --- 59,69 ---- * with mixers. * <p> * Properties can be used to specify the default mixer for specific line types. * Both system properties and a properties file are considered. The * "sound.properties" properties file is read from an implementation-specific ! * location (typically it is the {@code conf} directory in the Java installation * directory). If a property exists both as a system property and in the * properties file, the system property takes precedence. If none is specified, * a suitable default is chosen among the available devices. The syntax of the * properties file is specified in * {@link Properties#load(InputStream) Properties.load}. The following table