Home
last modified time | relevance | path

Searched refs:gOSSInputDevice (Results 1 – 3 of 3) sorted by relevance

/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A Dsettings.cpp76 string gOSSInputDevice="/dev/dsp"; variable
240 GET_SETTING("OSSInputDevice",gOSSInputDevice,string) in readBackendSettings()
346 gSettingsRegistry->setValue<string>("OSSInputDevice",gOSSInputDevice); in writeBackendSettings()
H A Dsettings.h86 extern string gOSSInputDevice; // defaulted to "/dev/dsp"
H A DCOSSSoundRecorder.cpp86 const string device=gOSSInputDevice; in initialize()