问题
I am using Angular 2. I want to record the audio voice from any web browser and convert the audio voice into .wav file.
I tried to record the audio voice from Record WebRTC function. but not able to convert .wav file which I required.
https://www.webrtc-experiment.com/RecordRTC/
The .wav file will have below properties.
AudioBitRate = 128000
AudioChannelCount = 1
AudioSampleRate = 8000
BitsPerSample = 16
Help me guys If you are familiar with problem.
来源:https://stackoverflow.com/questions/51075249/record-the-audio-voice-in-angular-2-and-convert-into-wav-file