Expose dither for JNI (#2215)
This commit is contained in:
@@ -3,6 +3,7 @@ package com.k2fsa.sherpa.onnx
|
||||
data class FeatureConfig(
|
||||
var sampleRate: Int = 16000,
|
||||
var featureDim: Int = 80,
|
||||
var dither: Float = 0.0f
|
||||
)
|
||||
|
||||
fun getFeatureConfig(sampleRate: Int, featureDim: Int): FeatureConfig {
|
||||
|
||||
Reference in New Issue
Block a user