Files
2026-01-16 18:55:10 +08:00

41 lines
1.1 KiB
JSON

{
"mode": "kws-ax630c",
"type": "kws",
"homepage": "",
"capabilities": [
"Keyword_spotting",
"English"
],
"input_type": [
"sys.pcm",
"sys.cap.0_0"
],
"output_type": [
"kws.bool"
],
"mode_param": {
"model": "kws.axmodel",
"model_type": "axera",
"wake_wav_file": "/opt/m5stack/data/audio/wakeup_zh_cn.wav",
"chunk_size": 32,
"threshold": 0.9,
"min_continuous_frames": 5,
"REFRACTORY_TIME_MS": 2000,
"RESAMPLE_RATE": 16000,
"FEAT_DIM": 80,
"frame_opts.samp_freq": 16000,
"frame_opts.frame_length_ms": 25.0,
"frame_opts.frame_shift_ms": 10.0,
"frame_opts.snip_edges": false,
"frame_opts.dither": 0.0,
"frame_opts.preemph_coeff": 0.97,
"frame_opts.remove_dc_offset": true,
"frame_opts.window_type": "povey",
"mel_opts.num_bins": 80,
"mel_opts.low_freq": 20,
"mel_opts.high_freq": 0,
"energy_floor": 0.0,
"use_energy": false,
"raw_energy": true
}
}