Seems that OSS and ALSA support are both activated into phone engine by 
default. (not sure oss support is functional)

Looking at libs/sound/src/linux/AudioDeviceManager.cpp, audio device 
list is built with alsa .
(This why you cannot select OSS device in gui ...)
QuteCom lacks an AudioDeviceManager interface for OSS.

Laurent

Le 09/12/09 20:28, Slobodan Simić a écrit :
> On понедељак, 7. децембар 2009. 19:07:58 Laurent Tarrisse wrote:
>    
>> There is an OSS support in QuteCom, but i never use it.
>>
>> Take a look at DefineWengoOptions.cmake, there is a
>> PHAPI_AUDIO_OSS_SUPPORT env variable.
>>
>> Laurent
>>      
> Ok, I downloaded source package for my distro (Ubuntu-karmic).
> PHAPI_AUDIO_OSS_SUPPORT is in this segment of *.cmake file
> but since I'm not skilled with source code you tell me does this means that
> qutecom actually IS compiled with OSS support?
>
> if (LINUX)
>       option(PHAPI_SAMPLERATE_SUPPORT "Build phApi with libsamplerate 
> support" ON)
>       option(PHAPI_AUDIO_ALSA_SUPPORT "Build phApi with ALSA support" ON)
>       option(PHAPI_AUDIO_ARTS_SUPPORT "Build phApi with aRts support" OFF)
>       option(PHAPI_AUDIO_ESD_SUPPORT "Build phApi with ESD support" OFF)
>       option(PHAPI_AUDIO_OSS_SUPPORT "Build phApi with OSS support" ON)
> else (LINUX)
>       option(PHAPI_SAMPLERATE_SUPPORT "Build phApi with libsamplerate 
> support" OFF)
>       option(PHAPI_AUDIO_ALSA_SUPPORT "Build phApi with ALSA support" OFF)
>       option(PHAPI_AUDIO_ARTS_SUPPORT "Build phApi with aRts support" OFF)
>       option(PHAPI_AUDIO_ESD_SUPPORT "Build phApi with ESD support" OFF)
>       option(PHAPI_AUDIO_OSS_SUPPORT "Build phApi with OSS support" OFF)
> endif (LINUX)
>
> Thank you
> Slobodan
>
>
>
>    
>> Slobodan Simić a écrit :
>>      
>>> Ok, while I'm in question mood.. ;)
>>> Is it possible to use QuteCom with OSS4 sound system?
>>> I have OSS4 installed recently and I have working KDE4 desktop
>>> environment with XINE Phonon's backend working great with OSS output but
>>> inside QuteCom config window on Audio, the only item I have for ringing,
>>> output, input device is ALSA: default
>>> Can QuteCom use OSS audio devices?
>>> _______________________________________________
>>> QuteCom-dev mailing list
>>> [email protected]
>>> http://lists.qutecom.org/mailman/listinfo/qutecom-dev
>>>        
>> _______________________________________________
>> QuteCom-dev mailing list
>> [email protected]
>> http://lists.qutecom.org/mailman/listinfo/qutecom-dev
>>
>>      
> _______________________________________________
> QuteCom-dev mailing list
> [email protected]
> http://lists.qutecom.org/mailman/listinfo/qutecom-dev
>    

_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to