Files
code-center/src/aura/asr/modules/index.ts

8 lines
217 B
TypeScript

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'
})