> For the complete documentation index, see [llms.txt](https://help.webinar.center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.webinar.center/dicas-avancadas/como-transmitir-o-audio-de-um-video-ao-compartilhar-a-tela.md).

# Como transmitir o áudio de um vídeo ao compartilhar a tela

{% hint style="info" %}
**Antes de começar:** Essa dica foi feita para usuário do sistema Windows. Mas se você usa um Mac, tente reproduzir a mesma lógica no Mac OS. O objetivo é alternar a fonte de entrada de áudio do seu computador.
{% endhint %}

* Acesse o Painel de Controle do seu Windows;
* Acesse Hardware e Sons > Som > Gerenciar dispositivos de áudio;

![Aba Reprodução](/files/-LSQU8i_D-ALGX0UKoWq)

* Na aba Reprodução, clique com o botão direito em "Alto-falantes" e confira se já está Habilitado. Se não estiver, habilite-o;
* Na aba Gravação, habilite o dispositivo "Mixagem estério" (pode aparecer em inglês - Stereo Mix). Caso essa opção não apareça na sua lista, ative a opção "Mostrar Dispositivos Desabilitados".

![Aba Gravação](/files/-LSQX4sp8Y2OHBuF-v7e)

{% hint style="info" %}
Talvez seja necessário alternar entre o "Microfone" e o "Mixagem estéreo" como Dispositivo Padrão do seu computador.
{% endhint %}

Antes de começar a sua transmissão, faça testes e confira se deu tudo certo.

### Alternativa: Voicemeeter

Se a opção acima não resolver o problema, recomendamos conhecer um pequeno software (pequeno, mas muito útil) que pode resolver.

**Download do Voicemeeter (8 MB):** <https://voicemeeter.br.uptodown.com/windows/download>

{% embed url="<https://www.youtube.com/watch?v=usoQG8fbn1A>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.webinar.center/dicas-avancadas/como-transmitir-o-audio-de-um-video-ao-compartilhar-a-tela.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
