Skip to content

Commit

Permalink
Add alt texts to the images
Browse files Browse the repository at this point in the history
  • Loading branch information
snan authored and duncanthrax committed Dec 8, 2023
1 parent d21b56a commit 95a9ec2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ page, as shown below. *Warning:* using high sampling freqs with
bit rates on the network. We recommend to stick to 48kHz/16 bits
for 5.1 or higher channel modes.

<img src="doc/sampling-rate.png" width="700"/>
<img src="doc/sampling-rate.png" alt="Bring up the Speakers Properties window and go to the Advanced tab to set the sample rate."> width="700"/>

Setting up default speaker configuration (optional)
-------------------------------------------------------------
Expand All @@ -140,15 +140,15 @@ driver dialog, as shown below. Please note that this is just a
system default, and that application software (like games) may
require their own settings to be made.

<img src="doc/speaker-setup.png" width="700"/>
<img src="doc/speaker-setup.png" alt="The “Configure” button starts a wizard where you can step by step select speaker setups and test them." width="700"/>

Using unicast instead of multicast (optional)
-------------------------------------------------------------
This is only recommended if multicast gives you problems.
Tweak the registry in the manner depicted in this screenshot
(you will have to create the "Options" key), then reboot:

<img src="doc/registry_unicast.png"/>
<img src="doc/registry_unicast.png" alt="The registry keys are under Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Scream\Options and they're called UnicastIPv4 for the IP in REG_SZ format and UnicastPort for the port, in REG_DWORD format."/>

Using silence suppression (optional)
-------------------------------------------------------------
Expand All @@ -161,7 +161,7 @@ following registry key - the suggested value is 10000 samples
Tweak the registry in the manner depicted in this screenshot
(you will have to create the "Options" key), then reboot:

<img src="doc/registry_silence.png"/>
<img src="doc/registry_silence.png" alt="The registry key location is the same as above, Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Scream\Options and the setting is SilenceThreshold which is a REG_DWORD that holds a sample number, like 10000 for example."/>

Using IVSHMEM between Windows guest and Linux host
-------------------------------------------------------------
Expand Down

0 comments on commit 95a9ec2

Please sign in to comment.