File tree Expand file tree Collapse file tree
jme3-core/src/main/java/com/jme3/audio Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ public float getVolume() {
7272
7373 /**
7474 * Sets the overall gain of the Band-Pass filter.
75- * The change is immediately applied to the native OpenAL filter.
7675 *
7776 * @param volume The gain value (0.0 to 1.0).
7877 */
@@ -90,7 +89,6 @@ public float getHighFreqVolume() {
9089
9190 /**
9291 * Sets the gain at high frequencies for the Band-Pass filter.
93- * The change is immediately applied to the native OpenAL filter.
9492 *
9593 * @param highFreqVolume The high-frequency gain value (0.0 to 1.0).
9694 */
@@ -108,7 +106,6 @@ public float getLowFreqVolume() {
108106
109107 /**
110108 * Sets the gain at low frequencies for the Band-Pass filter.
111- * The change is immediately applied to the native OpenAL filter.
112109 *
113110 * @param lowFreqVolume The low-frequency gain value (0.0 to 1.0).
114111 */
You can’t perform that action at this time.
0 commit comments