We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ffc51c commit 87cf23fCopy full SHA for 87cf23f
jme3-core/src/main/java/com/jme3/audio/HighPassFilter.java
@@ -70,7 +70,6 @@ public float getVolume() {
70
71
/**
72
* Sets the gain of the High-Pass filter.
73
- * The change is immediately applied to the native OpenAL filter.
74
*
75
* @param volume The gain value (0.0 to 1.0).
76
*/
@@ -88,7 +87,6 @@ public float getLowFreqVolume() {
88
87
89
90
* Sets the gain at low frequencies for the High-Pass filter.
91
92
93
* @param lowFreqVolume The low-frequency gain value (0.0 to 1.0).
94
0 commit comments