DoubangoTelecom / sipml5

The world's first HTML5 SIP client (WebRTC)
BSD 3-Clause "New" or "Revised" License
944 stars 460 forks source link

Stereo support on Chrome #276

Open access2praveen opened 7 years ago

access2praveen commented 7 years ago

Sipml5 doesnt seems to be supporting stereo encoding , there is no option to configure stereo mode , I am injecting stereo audio to Sipml5 but the encoded stream on the channel is sent as mono I have registered two sipml5 clients to asterisk and sending stereo wav file (Audacity ) from one client to the other , At the remote end the audio being heard as mono , I did unpack_aecdump at the client(source) and found the encoded stream is mono

Note: I am sure asterisk is just relaying the traffic (not doing any conversion from stereo to mono etc..)