summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-08 22:10:41 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-08 22:10:41 +0100
commitda6fd9fc190ccf09f9b74304dc0e6284bd602263 (patch)
treedaf2bc051b662273599a1313cde772697433957d
parentd07ca1cd1efe3d73350723ef40768372b1032cfa (diff)
removed config-example file
-rw-r--r--Makefile.am2
-rw-r--r--config-example56
2 files changed, 1 insertions, 57 deletions
diff --git a/Makefile.am b/Makefile.am
index b8d1be0a..0bf99b0e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,7 @@ AM_CPPFLAGS = $(DEPS_CFLAGS) -I$(sidpath)/libsidplay/include -I$(sidpath)/builde
docsdir = $(datadir)/doc/$(PACKAGE)
-docs_DATA = README COPYING config-example help.txt about.txt
+docs_DATA = README COPYING help.txt about.txt
desktopdir = $(datadir)/applications
desktop_DATA = deadbeef.desktop
diff --git a/config-example b/config-example
deleted file mode 100644
index a09f41a5..00000000
--- a/config-example
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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