|
@@ -57,92 +57,4 @@ public class SoundCompareConfig {
|
|
|
* @describe 完整性有效频率误差范围
|
|
|
*/
|
|
|
public int integrityFrequencyRange = 30;
|
|
|
-
|
|
|
- public float getSimpleRate() {
|
|
|
- return simpleRate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSimpleRate(float simpleRate) {
|
|
|
- this.simpleRate = simpleRate;
|
|
|
- }
|
|
|
-
|
|
|
- public int getSimpleSize() {
|
|
|
- return simpleSize;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSimpleSize(int simpleSize) {
|
|
|
- this.simpleSize = simpleSize;
|
|
|
- }
|
|
|
-
|
|
|
- public int getOverlap() {
|
|
|
- return overlap;
|
|
|
- }
|
|
|
-
|
|
|
- public void setOverlap(int overlap) {
|
|
|
- this.overlap = overlap;
|
|
|
- }
|
|
|
-
|
|
|
- public AudioFormat getAudioFormat() {
|
|
|
- return audioFormat;
|
|
|
- }
|
|
|
-
|
|
|
- public void setAudioFormat(AudioFormat audioFormat) {
|
|
|
- this.audioFormat = audioFormat;
|
|
|
- }
|
|
|
-
|
|
|
- public PitchProcessor.PitchEstimationAlgorithm getAlgo() {
|
|
|
- return algo;
|
|
|
- }
|
|
|
-
|
|
|
- public void setAlgo(PitchProcessor.PitchEstimationAlgorithm algo) {
|
|
|
- this.algo = algo;
|
|
|
- }
|
|
|
-
|
|
|
- public SilenceDetector getSilenceDetector() {
|
|
|
- return silenceDetector;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSilenceDetector(SilenceDetector silenceDetector) {
|
|
|
- this.silenceDetector = silenceDetector;
|
|
|
- }
|
|
|
-
|
|
|
- public int getValidDb() {
|
|
|
- return validDb;
|
|
|
- }
|
|
|
-
|
|
|
- public void setValidDb(int validDb) {
|
|
|
- this.validDb = validDb;
|
|
|
- }
|
|
|
-
|
|
|
- public int getValidFrequency() {
|
|
|
- return validFrequency;
|
|
|
- }
|
|
|
-
|
|
|
- public void setValidFrequency(int validFrequency) {
|
|
|
- this.validFrequency = validFrequency;
|
|
|
- }
|
|
|
-
|
|
|
- public int getIntonationCentsRange() {
|
|
|
- return intonationCentsRange;
|
|
|
- }
|
|
|
-
|
|
|
- public void setIntonationCentsRange(int intonationCentsRange) {
|
|
|
- this.intonationCentsRange = intonationCentsRange;
|
|
|
- }
|
|
|
-
|
|
|
- public float getCadenceValidDuty() {
|
|
|
- return cadenceValidDuty;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCadenceValidDuty(float cadenceValidDuty) {
|
|
|
- this.cadenceValidDuty = cadenceValidDuty;
|
|
|
- }
|
|
|
-
|
|
|
- public int getIntegrityFrequencyRange() {
|
|
|
- return integrityFrequencyRange;
|
|
|
- }
|
|
|
-
|
|
|
- public void setIntegrityFrequencyRange(int integrityFrequencyRange) {
|
|
|
- this.integrityFrequencyRange = integrityFrequencyRange;
|
|
|
- }
|
|
|
}
|