< prev index next >

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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 71,91 **** * for a representative set of reverberation settings. * <p> * * <b>Reverberation Types and Parameters</b> * ! * <table border=1 cellpadding=5 summary="reverb types and params: decay time, late intensity, late delay, early intensity, and early delay"> ! * * <tr> * <th>Type</th> * <th>Decay Time (ms)</th> * <th>Late Intensity (dB)</th> * <th>Late Delay (ms)</th> * <th>Early Intensity (dB)</th> * <th>Early Delay(ms)</th> * </tr> ! * * <tr> * <td>Cavern</td> * <td>2250</td> * <td>-2.0</td> * <td>41.3</td> --- 71,94 ---- * for a representative set of reverberation settings. * <p> * * <b>Reverberation Types and Parameters</b> * ! * <table class="striped"> ! * <caption style="display:none">Reverb types and params: decay time, late ! * intensity, late delay, early intensity, and early delay</caption> ! * <thead> * <tr> * <th>Type</th> * <th>Decay Time (ms)</th> * <th>Late Intensity (dB)</th> * <th>Late Delay (ms)</th> * <th>Early Intensity (dB)</th> * <th>Early Delay(ms)</th> * </tr> ! * </thead> ! * <tbody> * <tr> * <td>Cavern</td> * <td>2250</td> * <td>-2.0</td> * <td>41.3</td>
*** 126,136 **** * <td>-10.0</td> * <td>2.5</td> * <td>-7.0</td> * <td>0.6</td> * </tr> ! * * </table> * * @author Kara Kytle * @since 1.3 */ --- 129,139 ---- * <td>-10.0</td> * <td>2.5</td> * <td>-7.0</td> * <td>0.6</td> * </tr> ! * </tbody> * </table> * * @author Kara Kytle * @since 1.3 */
< prev index next >