summaryrefslogtreecommitdiff
path: root/config-example
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-17 21:50:12 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-17 21:50:12 +0200
commitb7bb7c8c3b61db9ba129615f355bc4af4200f5dd (patch)
treefd1864b28d7d2c37edc78cb086035b3fc329de39 /config-example
parent4cd7148d793912b8ef97ce9265962b73d32a1c3f (diff)
added example config file
slightly changed streamer params
Diffstat (limited to 'config-example')
-rw-r--r--config-example16
1 files changed, 16 insertions, 0 deletions
diff --git a/config-example b/config-example
new file mode 100644
index 00000000..02691796
--- /dev/null
+++ b/config-example
@@ -0,0 +1,16 @@
+# for secondary soundcard enter it's name as reported by "aplay -L"
+# e.g. default:CARD=I82801DBICH4
+# or default:CARD=Audigy2
+alsa_soundcard default
+# prefer native samplerate of soundcard
+# 48k is good default on creative cards
+samplerate 48000
+# 0 - sinc_best_quality
+# ^^^^^ my pc can't handle that btw :)
+# 1 - sinc_medium_quality
+# 2 - sinc_fastest
+# 3 - sinc_zero_order_hold
+# 4 - linear
+src_quality 2
+hvsc_path /home/waker/hvsc/C64Music/DOCUMENTS/Songlengths.txt
+hvsc_enable 1