You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1748 8e941d3f-bd1b-0410-a28a-d453659cc2b4
30 lines
681 B
INI
30 lines
681 B
INI
# Config file for Cactus Jukebox MPlayer backend.
|
|
# This config file is only used if you enable
|
|
# external config file in Settings -> Audio
|
|
|
|
# Don't edit the following lines. These options
|
|
# are mandatory to use mplayer with cactus Jukebox
|
|
|
|
slave = yes
|
|
quiet = yes
|
|
softvol = yes
|
|
|
|
########################################################
|
|
# Here you can add your own options
|
|
########################################################
|
|
|
|
|
|
# EXAMPLES
|
|
##########
|
|
# Use bigger prefetch cache if you experience dropouts
|
|
# when playing files over network (default cache = 8192)
|
|
# cache = 16384
|
|
|
|
# Select alsa output and device hw:1.3
|
|
ao = alsa:device=hw=0.0
|
|
|
|
# Select OSS output
|
|
# ao = oss
|
|
|
|
|