Skip to content

Commit

Permalink
Merge pull request #546 from raspberrypi/AisforAstronaut-patch-1
Browse files Browse the repository at this point in the history
Update audio.md
  • Loading branch information
JamesH65 authored Mar 6, 2017
2 parents d670a67 + 3dda727 commit 1ca59ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configuration/config-txt/audio.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## config.txt - Onboard analogue audio (3.5mm jack)

The onboard audio output has a few config options which alter the way the analogue audio is driven and whether some firmware features are enabled or not.
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.

### disable_audio_dither

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, such as if the ALSA volume is set to a low level. Set this to `1` to disable dither application.
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 this to `1` to disable dither application.

### pwm_sample_bits

Adjust 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.
This 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.



Expand Down

0 comments on commit 1ca59ef

Please sign in to comment.