Changeset 3690:c5de4a9e79bf in roaraudio for dist/debian-like/defaults


Ignore:
Timestamp:
04/19/10 18:00:23 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support for RSound emulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dist/debian-like/defaults

    r2585 r3690  
    6060# --- [ EsounD Emulation ] --- 
    6161 
    62 # Listen socket for server side EsounD emulation:: 
     62# Listen socket for server side EsounD emulation: 
    6363# NONE   - Disable EsounD emulation 
    6464# UNIX   - Local connections only 
    6565# TCP    - Connections via TCP/IP 
    6666ROARD_EMUL_ESD_AF='NONE' 
     67 
     68# --- [ RSound Emulation ] --- 
     69 
     70# Listen socket for server side RSound emulation: 
     71# NONE   - Disable RSound emulation 
     72# UNIX   - Local connections only 
     73# TCP    - Connections via TCP/IP 
     74# DECnet - Connections via DECnet 
     75ROARD_EMUL_RSOUND_AF='NONE' 
    6776 
    6877# --- [ Audio and Devices ] --- 
Note: See TracChangeset for help on using the changeset viewer.