
io.github.givimad.whisperjni.WhisperContextParams Maven / Gradle / Ivy
package io.github.givimad.whisperjni;
/**
* The {@link WhisperContextParams} class contains the {@link WhisperContext} params.
*
* @author Miguel Álvarez Díez - Initial contribution
*/
public class WhisperContextParams {
/**
* Enables GPU usage.
*/
public boolean useGPU = true;
/**
* Public constructor.
*/
public WhisperContextParams() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy