Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(windows): Add Discord Voicemeeter Guide #2555

Merged
merged 13 commits into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/about/guides/guides.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Collection of guides written by the community!

app_examples
linux
windows
10 changes: 10 additions & 0 deletions docs/source/about/guides/windows.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Windows
======
BeeLeDev marked this conversation as resolved.
Show resolved Hide resolved

Collection of Sunshine Windows host guides.

.. toctree::
:maxdepth: 1
:glob:

windows/*
37 changes: 37 additions & 0 deletions docs/source/about/guides/windows/discord_voicemeeter.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Discord call audio cancellation with Voicemeeter (Standard)
===========================================================
Voicemeeter
^^^^^^^^^^^
#. Click Hardware Out

#. Set the physical device you recieve audio to as your Hardware Out with MME

#. Turn on BUS A for the Virtual Input
BeeLeDev marked this conversation as resolved.
Show resolved Hide resolved

Windows
^^^^^^^
#. Open the sound settings

#. Set your default Playback as Voicemeeter Input

.. note:: Run audio in the background to find the device that your Virtual Input is using (Voicemeeter In #), you will see the bar to the right of the device have green bars going up and down. This device will be referred to as Voicemeeter Input.
ReenigneArcher marked this conversation as resolved.
Show resolved Hide resolved
BeeLeDev marked this conversation as resolved.
Show resolved Hide resolved

Discord
^^^^^^^
#. Open the settings

#. Go to Voice & Video

#. Set your Output Device as the physical you recieve audio to

.. note:: It is usually the same device you set for Hardware Out in Voicemeeter.
BeeLeDev marked this conversation as resolved.
Show resolved Hide resolved

Sunshine
^^^^^^^^
#. Go to Configuration

#. Go to the Audio/Video tab

#. Set Virtual Sink as Voicemeeter Input

.. note:: This should be the device you set as default previously in Playback.
BeeLeDev marked this conversation as resolved.
Show resolved Hide resolved