mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Eros Q Hosted: Apply DC Bias to PCM Data
Similar to the native port, the hosted port benefits from adding a -1 dc bias to the PCM data. This prevents almost all clicking artifacts. Change-Id: Ic6378716774b6d88df23c476e2ef54d49f33dc72
This commit is contained in:
parent
235e41578b
commit
6de6e1459d
2 changed files with 9 additions and 2 deletions
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
#define AUDIOHW_CAPS (LINEOUT_CAP)
|
||||
|
||||
#define PCM_DC_OFFSET_VALUE -1
|
||||
|
||||
AUDIOHW_SETTING(VOLUME, "dB", 0, 2, -74, 0, -40)
|
||||
|
||||
//#define AUDIOHW_NEEDS_INITIAL_UNMUTE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue