Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 371 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 371 Bytes

Simple Audio Stream via WebSocket

This programme streams audio bytes via websocket from a from any browser and then converts it to a playable .wav file.

Run

Start back-end websocket server

cargo run

Record

Run test.html file in your browser and start recording.

Once recording stops file is created, stored and playable from local storage.