我试图在getUserMedia()成功回调中获取原始音频,并将其发布到服务器。成功回调接收LocalMediaStream对象。//get the raw audio and do the stuff 但是在MediaStreamTrack中没有从通道获取原始音频的属性或方法。我们如何将原始音频访问到getUserMedia()成功时调用的回调中?我找到了Recorder.js库-- ,但它在Chrome
以下是我在桌面上的Safari中尝试过的内容及其相关的错误消息: var ctx
// ctx = new(AudioContext || webkitAudioContext); // ReferenceErrorundefined' is not a constructor (evaluating 'new(window.AudioContext || window.webkitAudioContext)')