import { Asr } from '../../libs/auc.ts' import { auraConfig } from '../../config.ts' export const asr = new Asr({ appid: auraConfig.VOLCENGINE_AUC_APPID, token: auraConfig.VOLCENGINE_AUC_TOKEN, type: 'flash' })