Skip to content

利用Web Audio API在electron+vue项目中实现录音功能

Notifications You must be signed in to change notification settings

lhc-up/recorder-electron-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recorder-electron-vue

安装依赖

git clone https://github.com/luohao8023/recorder-electron-vue.git
cd recorder-electron-vue
npm install

第一次安装electron会有点慢,如果安装过程次中有报错,基本上是网络原因,把node_modules删除重新来一次,确保下载的依赖是完整的。

本地调试

npm run dev

如果遇到Error: Cannot find module 'fs/promises'相关的错误,请将nodejs升级至较新的稳定版本。

打包

npm run build

第一次打包会下载构建安装包的相关依赖,确保在网络条件较好的情况下进行。

其他

基于electron、vue、webpack的完整框架,可参考electron-vue-template

About

利用Web Audio API在electron+vue项目中实现录音功能

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published