Skip to content

Commit 57d90d3

Browse files
authored
Update BandPassFilter javadoc
1 parent 87cf23f commit 57d90d3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

jme3-core/src/main/java/com/jme3/audio/BandPassFilter.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)