Changeset 5513:9bbb23a56bc8 in roaraudio for dist/debian-like/defaults


Ignore:
Timestamp:
05/28/12 15:12:39 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Updated debian init script (Closes: #183)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dist/debian-like/defaults

    r5104 r5513  
    3030# It is used for Zero Conf like the location above. 
    3131#ROARD_DESCRIPTION='' 
     32 
     33# Contact for roard: 
     34# This lion is a contact info for the server. 
     35# It is in format: 
     36#  first ["']nick["'] last (comment) <email>/OpenPGPkey/Phone/Room 
     37#ROARD_CONTACT='' 
     38 
     39# Serial for roard: 
     40# This is the serial numer for the device this roard runs on. 
     41# This is only useful if this runs on an embedded device. 
     42#ROARD_SERIAL='' 
     43 
     44# User interface URL for roard: 
     45# This is an url to a user interface used to control this roard or system. 
     46# This can also be a telnet://, llogin:// or ssh:// url. 
     47#ROARD_UIURL='' 
    3248 
    3349# Default location for roard: 
     
    94110# ROARD_BITS=32 
    95111 
     112# Alternatively setting samplerate, channels and bits by AI Profile: 
     113# ROARD_AIPROFILE='default-server' 
     114 
    96115# Sound Driver and Device: 
    97116# To get a list run: roard --list-driver 
     
    100119# ROARD_DRIVER='oss' 
    101120# ROARD_DEVICE='/dev/dsp' 
    102 # ROARD_DRIVER_OPTIONS='sync' 
     121# ROARD_DRIVER_OPTIONS='sync,autoconf' 
    103122 
    104123# The Mixer Driver and Device: 
     
    122141# Defaults to roard's internal defaults. 
    123142# ROARD_ROLESTACK='' 
     143 
     144# --- [ Plugins ] --- 
     145 
     146# Plugins to load: 
     147# This lists the plugins to load. If no path is given (recommended) 
     148# they are loaded from the plugin search path. 
     149# Both, roard and universal (/multi-host) plugins can be loaded. 
     150# ROARD_PLUGINS='' 
    124151 
    125152# --- [ Auth Options ] --- 
Note: See TracChangeset for help on using the changeset viewer.