logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
thickrichard  
#1 Posted : Sunday, June 23, 2024 2:07:23 AM(UTC)
thickrichard

Rank: Member

Groups: Registered
Joined: 11/27/2020(UTC)
Posts: 20

Thanks: 4 times
Was thanked: 1 time(s) in 1 post(s)
Great to have Original Audio as an option , but echo Cancellation would be super helpful for using this in Hybrid scenarios
richardgatarski  
#2 Posted : Monday, June 24, 2024 9:57:02 PM(UTC)
richardgatarski

Rank: Advanced Member

Groups: Registered
Joined: 2/18/2014(UTC)
Posts: 1,843
Location: Stockholm

Thanks: 145 times
Was thanked: 299 time(s) in 251 post(s)
As per https://www.vmix.com/hel...ZoomMeetingSettings.html it says (see last line):
Quote:
This adjusts the audio sent from vMix to the Zoom Meetings as follows:
Reduces noise suppression
Enables stereo
Increases audio quality (via higher bitrate)
Disables echo cancellation


Note though that if you have multiple Zoom Inputs you can have different choices set for this option. That is, enable it in one Zoom Input and disable it in another Zoom Input, thus not knowing if it is enabled or not.
eee8bit  
#3 Posted : Thursday, September 26, 2024 7:00:34 PM(UTC)
eee8bit

Rank: Newbie

Groups: Registered
Joined: 9/20/2024(UTC)
Posts: 6
Japan

Thanks: 9 times
I would love to see it implemented.

I want the ZOOM participants in worship to hear praise in original sound, but echo cancellation needs to be “on” when the ZOOM participants pray.
hillel maeir  
#4 Posted : Friday, January 24, 2025 4:59:32 PM(UTC)
hillel maeir

Rank: Newbie

Groups: Registered
Joined: 1/24/2025(UTC)
Posts: 1
Israel

Was thanked: 1 time(s) in 1 post(s)
In order to use vMix as a Zoom source in hybrid conferences where the sound goes to the PA, we need to be able to play the original sound, but leave the echo cancellation on. Without this, there is no way to use vMix.
thanks 1 user thanked hillel maeir for this useful post.
eee8bit on 8/19/2025(UTC)
Eli Singer  
#5 Posted : Friday, January 24, 2025 7:03:25 PM(UTC)
Eli Singer

Rank: Member

Groups: Registered
Joined: 10/21/2018(UTC)
Posts: 11
Man
Israel

Was thanked: 2 time(s) in 2 post(s)
Originally Posted by: hillel maeir Go to Quoted Post
In order to use vMix as a Zoom source in hybrid conferences where the sound goes to the PA, we need to be able to play the original sound, but leave the echo cancellation on. Without this, there is no way to use vMix.


This is very true. Please take care of it. It will greatly improve the usability of vMix in many scenarios.
thanks 1 user thanked Eli Singer for this useful post.
eee8bit on 8/19/2025(UTC)
thickrichard  
#6 Posted : Wednesday, February 26, 2025 12:57:17 PM(UTC)
thickrichard

Rank: Member

Groups: Registered
Joined: 11/27/2020(UTC)
Posts: 20

Thanks: 4 times
Was thanked: 1 time(s) in 1 post(s)
+1
thanks 1 user thanked thickrichard for this useful post.
eee8bit on 8/19/2025(UTC)
Eli Singer  
#7 Posted : Wednesday, February 26, 2025 8:42:35 PM(UTC)
Eli Singer

Rank: Member

Groups: Registered
Joined: 10/21/2018(UTC)
Posts: 11
Man
Israel

Was thanked: 2 time(s) in 2 post(s)
+1
thanks 1 user thanked Eli Singer for this useful post.
eee8bit on 8/19/2025(UTC)
mlatta  
#8 Posted : Tuesday, March 4, 2025 9:26:37 AM(UTC)
mlatta

Rank: Newbie

Groups: Registered
Joined: 7/31/2017(UTC)
Posts: 9
Man
Canada
Location: Ontario, Canada

Thanks: 7 times
Was thanked: 2 time(s) in 2 post(s)
+1 from me and many from the Zoom Test Kitchen community!
thanks 1 user thanked mlatta for this useful post.
eee8bit on 8/19/2025(UTC)
eee8bit  
#9 Posted : Tuesday, August 19, 2025 3:22:08 PM(UTC)
eee8bit

Rank: Newbie

Groups: Registered
Joined: 9/20/2024(UTC)
Posts: 6
Japan

Thanks: 9 times
Originally Posted by: hillel maeir Go to Quoted Post
In order to use vMix as a Zoom source in hybrid conferences where the sound goes to the PA, we need to be able to play the original sound, but leave the echo cancellation on. Without this, there is no way to use vMix.


It's really true! Help me!
Does anyone know of any plans to implement this feature?
eee8bit  
#10 Posted : Thursday, August 21, 2025 10:31:45 PM(UTC)
eee8bit

Rank: Newbie

Groups: Registered
Joined: 9/20/2024(UTC)
Posts: 6
Japan

Thanks: 9 times
Ideally, I would like to be able to switch echo cancellation ON/OFF while the original audio is turned ON.

If that is difficult, I would like to be able to control the original audio ON/OFF from the API.
eee8bit  
#11 Posted : Thursday, November 13, 2025 7:49:19 PM(UTC)
eee8bit

Rank: Newbie

Groups: Registered
Joined: 9/20/2024(UTC)
Posts: 6
Japan

Thanks: 9 times
Hello vMix Team,

I'm writing to request an enhancement for the Zoom integration feature in vMix.

After reviewing the vMix 29 help documentation, it appears the "Original Sound for Musicians" setting still operates the same way:
https://www.vmix.com/help29/ZoomMeetingSettings.html

Specifically, it seems we cannot enable "Original Sound" and "Echo Cancellation (EC)" at the same time.

My Feature Request:
Could you please add an option to toggle Echo Cancellation ON or OFF while Original Sound is enabled?

This functionality (EC ON + Original Sound ON) is available in the standard Zoom desktop client.

Why this is critical (Use Case): This feature is essential for scenarios like hybrid online church services.
We need to send high-quality audio (like live music) from the venue using "Original Sound." At the same time, we need to play remote participants' audio (for prayers or scripture readings) back into the venue's speakers for the local congregation to hear.
Without EC enabled, this immediately creates severe echo for the remote participants, making hybrid interaction impossible.


I am wondering if this is a limitation of the Zoom SDK. However, based on the Zoom Developer Forum, it seems controlling AEC might be possible.
This thread suggests that AEC can be managed via API calls like
Code:
stream.startAudio()
or
Code:
stream.enableBackgroundNoiseSuppression()
:
https://devforum.zoom.us/t/support-for-echo-cancellation/108253

It would be fantastic if the vMix team could investigate combining these API controls with
Code:
stream.enableOriginalSound()
to implement this requested feature.

Thank you for your consideration!
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.