All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.apiclub.captcha.audio.noise.NoiseProducer Maven / Gradle / Ivy

The newest version!
package cn.apiclub.captcha.audio.noise;

import java.util.List;

import cn.apiclub.captcha.audio.Sample;

public interface NoiseProducer {
    public Sample addNoise(List target);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy