An open API service indexing awesome lists of open source software.

https://github.com/lanseria/xfyun-voicedictation

科大讯飞语音听写(流式版)WebAPI
https://github.com/lanseria/xfyun-voicedictation

arco-design typescript voicedictation vue3 xfyun

Last synced: 3 months ago
JSON representation

科大讯飞语音听写(流式版)WebAPI

Awesome Lists containing this project

README

        

# 讯飞云实时语音识别 WebAPI Demo Vue3

https://www.xfyun.cn/services/voicedictation
https://www.xfyun.cn/document/error-code
https://www.xfyun.cn/doc/asr/voicedictation/API.html#%E6%8E%A5%E5%8F%A3%E8%AF%B4%E6%98%8E
https://www.xfyun.cn/services/voicedictation
https://github.com/MuGuiLin/VoiceDictation
https://juejin.cn/post/7247687957400944701?searchId=20231007090554B1EE4F156F7DE7160E6C

## Features

- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 3](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness

- 🗂 [File based routing](./src/pages)

- 📦 [Components auto importing](./src/components)

- 🎨 [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.

- 😃 Use icons from any icon sets in [Pure CSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons)

- 🔥 Use the [new `` style](https://github.com/vuejs/rfcs/pull/227)

- ✅ Use [Arco UI](https://arco.design/vue/docs/start) UI Framework

- 🦾 TypeScript, of course

- ☁️ Deploy on Netlify, zero-config

## Try it now!

> arco-uno-basic-template requires Node >=14.18

### GitHub Template

[Create a repo from this template on GitHub](https://github.com/lanseria/arco-uno-basic-template/generate).

### Clone to local

If you prefer to do it manually with the cleaner git history

```bash
npx degit lanseria/arco-uno-basic-template my-arco-uno-app
cd my-arco-uno-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```