зеркало из https://github.com/mozilla/marytts.git
format code: whitespace fixes
This commit is contained in:
Родитель
ea7b12571c
Коммит
bf6b76b31f
|
@ -203,7 +203,7 @@ public class DrawHistogram extends javax.swing.JFrame {
|
|||
}// </editor-fold>//GEN-END:initComponents
|
||||
|
||||
private void changeBandWidth(javax.swing.event.ChangeEvent evt) {// GEN-FIRST:event_changeBandWidth
|
||||
// TODO add your handling code here:
|
||||
// TODO add your handling code here:
|
||||
try {
|
||||
int bwSlide = bandwidth.getValue();
|
||||
this.jLabel2.setText(Integer.toString(bwSlide));
|
||||
|
|
|
@ -120,5 +120,4 @@ public class ContourTreeInspector {
|
|||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -334,5 +334,4 @@ public class MaryCARTWriter {
|
|||
if (pw != null) pw.println();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -300,5 +300,4 @@ public class GVModelSet {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -258,5 +258,4 @@ public class CARTDurationModeller extends InternalModule {
|
|||
}
|
||||
return duration;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -272,5 +272,4 @@ public class CARTF0Modeller extends InternalModule {
|
|||
output.setDocument(doc);
|
||||
return output;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -232,5 +232,4 @@ public class PolynomialF0Modeller extends InternalModule {
|
|||
}
|
||||
return coeffs;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -295,5 +295,4 @@ public class SoPF0Modeller extends InternalModule {
|
|||
output.setDocument(doc);
|
||||
return output;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -655,5 +655,4 @@ public class VocalizationSelector {
|
|||
|
||||
return Float.NaN;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -110,6 +110,7 @@ public class AudioDestination {
|
|||
byteLength / audioFormat.getFrameSize());
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Convert the audio data into an AudioInputStream of the proper AudioFormat. This method assumes that the audio data starts
|
||||
* with a valid audio file header, so the audio format is read from the data.
|
||||
|
@ -136,6 +137,7 @@ public class AudioDestination {
|
|||
return AudioSystem.getAudioInputStream(f);
|
||||
}
|
||||
}
|
||||
|
||||
public static void plot(double[] x) {
|
||||
plot(x, false);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче