Record the audio voice in Angular 2 and convert into .wav file

家住魔仙堡 提交于 2019-12-11 09:54:47

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!