echo-cancellation Questions
2
I'm building a video conferencing app using Electron (version 10, Chrome v75) and WebRTC. The app has multiple windows, and in each window, I have a separate RTCPeerConnection with a different app ...
Bastogne asked 18/11, 2020 at 8:16
3
I have AcousticEchoCanceler working for VoIP calls for every other device type I've tried, but not on any Samsung device. The device reports AcousticEchoCanceler being available but it simply does ...
Erratic asked 4/10, 2017 at 8:56
0
On different systems (Windows/Android/etc.) there are some "built-in" audio enhancements. For example AEC (autmatic echo cancellation), NR (noise reduction) and Automatic Gain Control. Everyone can...
Encratia asked 1/6, 2017 at 12:22
1
I want to record and playback audio in Mac. Now, I have some problems about the settings for Input/Output/ChannelFormat … I showed you some code I try below.
// Setup audio device
- (OSStatus) set...
Rough asked 8/8, 2016 at 4:29
2
I am developing VOIP Application on OSX and iOS and will be using AudioQueue for Audio flow, what want to Know is, by default does AudioQueue support acoustic echo cancellation or do we need to add...
Erickaericksen asked 18/3, 2013 at 6:39
0
Currently I am developing an iOS app that captures the sound using iPad mic. At the same time, a sound is being played through iPad speakers. Since the objective is to process the isolated input so...
Winzler asked 25/2, 2014 at 12:30
1
Solved
I trying to make PulseAudio echo canceller work.
I have two applications - recorder and player, both use PulseAudio. I create player and recorder like this:
// pulseAudio
pa_simple *paS=0;
pa_...
Straightout asked 13/11, 2012 at 15:10
1
© 2022 - 2024 — McMap. All rights reserved.