AudioContext、Pcm-Recorder、Pcm-Player、Resample
step1:
run server
cd server
npm install
node index.js // socket can use
step2:
open recorder
open 127.0.0.1:8085/recorder/index.html
step3:
open player
open 127.0.0.1:8085/player/index.html
step4:
click player/index.html start button
click recorder/index.html start button
broswer collection audio pcm by recorder module
broswer play audio pcm by player module
play pcm data by audiocontext, samplerate 44100, channel 1.
TODO: API
recorder pcm data by audiocontext, samplerate 44100, channel 1.
TODO: API