Skip to content

Commit af9e961

Browse files
authored
Update audio.md
1 parent 1b34983 commit af9e961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configuration/config-txt/audio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## Onboard analogue audio options in config.txt (3.5mm jack)
1+
# Onboard analogue audio options in config.txt (3.5mm jack)
22

33
The onboard audio output uses config options to change the way the analogue audio is driven, and whether some firmware features are enabled or not.
44

5-
### disable_audio_dither
5+
## disable_audio_dither
66

77
By default, a 1.0LSB dither is applied to the audio stream if it is routed to the analogue audio output. This can create audible background "hiss" in some situations, for example when the ALSA volume is set to a low level. Set `disable_audio_dither` to `1` to disable dither application.
88

9-
### enable_audio_dither
9+
## enable_audio_dither
1010

1111
Audio dither (see disable_audio_dither above) is normally disabled when the audio samples are larger than 16 bits. Set this option to `1` to force the use of dithering for all bit depths.
1212

13-
### pwm_sample_bits
13+
## pwm_sample_bits
1414

1515
The `pwm_sample_bits` command adjusts the bit depth of the analogue audio output. The default bit depth is `11`. Selecting bit depths below `8` will result in nonfunctional audio, as settings below `8` result in a PLL frequency too low to support. This is generally only useful as a demonstration of how bit depth affects quantisation noise.
1616

0 commit comments

Comments
 (0)