Skip to content

Commit

Permalink
Add advice on sample rate.
Browse files Browse the repository at this point in the history
It's good to have the sample rate be an integer multiple or divisor of
the source material's sample rate, or even better, have it be the
same.
  • Loading branch information
snan authored and duncanthrax committed Dec 8, 2023
1 parent 95a9ec2 commit c8de372
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -124,10 +124,11 @@ Setting the sampling rate (optional)
To satisfy your audiophile feelings, or to reduce unnecessary
resampling, you might want to set a higher sampling rate and/or
sampling width. You can do that on the driver "Advanced" property
page, as shown below. *Warning:* using high sampling freqs with
24/32 bits width in combination with multichannel can lead to high
bit rates on the network. We recommend to stick to 48kHz/16 bits
for 5.1 or higher channel modes.
page, as shown below. *Warning:* using high sampling freqs with 24/32
bits width in combination with multichannel can lead to high bit rates
on the network. We recommend to stick to 48kHz/16 bits for 5.1 or
higher channel modes, or 44.1kHz/16 if you are going to listen to
music from CDs.

<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"/>

Expand Down

0 comments on commit c8de372

Please sign in to comment.