Closed Bug 960140 Opened 10 years ago Closed 10 years ago

WebRTC is not connected with WebAudio

Categories

(Core :: WebRTC: Audio/Video, defect)

26 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1070127

People

(Reporter: alexey, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.77 Safari/537.36

Steps to reproduce:

Sending audio stream from PeerConnection to WebAudio for mixing and sending it back to PeerConnection:

getUserMedia.call(navigator, options, function(stream) {
	// get the stream,  wrap it using AudioContext then get if from 
	var src = ac.createMediaStreamSource(stream);
	var peer = ac.createMediaStreamDestination();
	src.connect(peer);
	// send it to PeerConnection by providing AddStream with peer.stream input
}, …


Actual results:

No sound on the other end of the PeerConnection


Expected results:

Sound from microphone from one end of the PeerConnection should be heard on the other end of the PeerConnection
Component: Untriaged → WebRTC: Audio/Video
Product: Firefox → Core
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.