summaryrefslogtreecommitdiff
path: root/config-example
blob: a09f41a573294d535d79ae41aa63775137a4a6ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# alsa soundcard ID
# normally you should keep default here
# for secondary soundcard enter it's name as reported by "aplay -L"
# e.g. default:CARD=I82801DBICH4
# or   default:CARD=Audigy2
# or   default:CARD=Xio
alsa_soundcard default

# mixing frequency (samplerate)
# you should prefer native samplerate of your soundcard
# that's 48k for creative cards
# consult your soundcard manual if you don't want to get crappy results
# this parameter heavily impacts quality and CPU use
# if you set this to wrong value - you will loose both
# default is 48000
samplerate 48000

# samplerate conversion quality
# that thing controls how your 44100 mp3s are being converted into soundcard samplerate (see above)
# 0 - sinc_best_quality (my pc can't handle that)
# 1 - sinc_medium_quality (good enough but still slow)
# 2 - sinc_fastest
# 3 - sinc_zero_order_hold
# 4 - linear
# sinc_fastest is a good balance between performance and quality.
# also, it gives best result on udial resampling test
# get it here, and check for yourself
# http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=9772&view=findpost&p=98252
src_quality 2

# default behaviour of close(X) button is to close player
# set to 1 to minimize to tray instead
#close_send_to_tray 1

# those next 2 are disabled by default, cause most people probably don't have HVSC
# in case you don't know what HVSC is - keep disabled
#hvsc_path /home/waker/hvsc/C64Music/DOCUMENTS/Songlengths.txt
#hvsc_enable 1

# plugin blacklisting
# i use it for testing
# but it can also be used to save some memory by ignoring unused plugins
#blacklist_plugins ape hotkeys

# replay gain mode
# see http://wiki.hydrogenaudio.org/index.php?title=Replaygain for details
# 0 none (default)
# 1 track
# 2 album (audiophile)
# you must preprocess your collection with some external application to use that
# foobar2000 is the best to do it so far
replaygain_mode 0

# replay gain scale
# set to 0 if you'd like to ignore peak scale (default is 1)
replaygain_scale 1