summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/jack-audio-connection-kit/jack-audio-connection-kit.conf.d
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/jack-audio-connection-kit/jack-audio-connection-kit.conf.d
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/jack-audio-connection-kit/jack-audio-connection-kit.conf.d')
-rw-r--r--abs/core-testing/jack-audio-connection-kit/jack-audio-connection-kit.conf.d42
1 files changed, 0 insertions, 42 deletions
diff --git a/abs/core-testing/jack-audio-connection-kit/jack-audio-connection-kit.conf.d b/abs/core-testing/jack-audio-connection-kit/jack-audio-connection-kit.conf.d
deleted file mode 100644
index 2ae7ca9..0000000
--- a/abs/core-testing/jack-audio-connection-kit/jack-audio-connection-kit.conf.d
+++ /dev/null
@@ -1,42 +0,0 @@
-# Jack Audio Connection Kit options
-
-
-################################################ general server options
-# output form `jackd --help`
-# extend the switches in the OPTIONS variable
-# usage: jackd [ --realtime OR -R [ --realtime-priority OR -P priority ] ]
-# [ --no-mlock OR -m ]
-# [ --timeout OR -t client-timeout-in-msecs ]
-# [ --port-max OR -p maximum-number-of-ports]
-# [ --verbose OR -v ]
-# [ --silent OR -s ]
-# [ --version OR -V ]
-# -d driver [ ... driver args ... ]
-# driver can be `alsa', `dummy', `oss' or `portaudio'
-
-SERVER_PARAMS="-s -d alsa"
-
-
-################################################# options passed to the driver
-# currently only options for alsa are available
-
-
-# Parameters for driver 'alsa' (all parameters are optional):
-# -C, --capture Provide only capture ports. Optionally set device (default: none)
-# -P, --playback Provide only playback ports. Optionally set device (default: none)
-# -d, --device ALSA device name (default: hw:0)
-# -r, --rate Sample rate (default: 48000)
-# -p, --period Frames per period (default: 1024)
-# -n, --nperiods Number of periods in hardware buffer (default: 2)
-# -H, --hwmon Hardware monitoring, if available (default: false)
-# -M, --hwmeter Hardware metering, if available (default: false)
-# -D, --duplex Provide both capture and playback ports (default: true)
-# -s, --softmode Soft-mode, no xrun handling (default: false)
-# -m, --monitor Provide monitor ports for the output (default: false)
-# -z, --dither Dithering mode (default: n)
-# -i, --inchannels Number of capture channels (defaults to hardware max) (default: 0)
-# -o, --outchannels Number of playback channels (defaults to hardware max) (default: 0)
-# -S, --shorts Try 16-bit samples before 32-bit (default: false)
-
-DRIVER_PARAMS="-d hw:0 -p 1024"
-