# audioRecord **Repository Path**: ns2250225/audioRecord ## Basic Information - **Project Name**: audioRecord - **Description**: 仿微信的语音段传输 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-07 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # audioRecord - 仿微信的语音段传输v1.0 - 旨在做一个PWA版的微信 - 使用 webRTC(获取和录制音频)和 webSocket(发送音频流) # ToDo - 用vue-pwa框架搭建项目 - 集成vux UI框架 # 启动 - pip install tornado - python server.py - 启动nginx或caddy服务器 - 一个浏览器打开index.html - 另一个浏览器打开index.html - 开始录音,停止自动发送 # 效果图 ![](1.png)