trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: November 2011

Re: [trinity-users] OSS support ?

From: Francois Andriot <francois.andriot@...>
Date: Thu, 10 Nov 2011 19:44:01 +0100
Le 10/11/2011 17:02, Philippe Bourdeu d'Aguerre a écrit :
> In my case, I can choose between "Automatic",
>> "Alsa", "OSS", "Nothing", and "Threaded sound system".
>> Do you mean that you cannot choose OSS there ?
>>
> Yes. The choice is only "Automatic", "Nothing" and "Alsa". With KDE 3.5.10, I
> get also "OSS" and a few others.

 From what I see in TDE control panel source code, the list of available 
ARTS outputs is given with the command:
artsd -A

Under TDE 3.5.13, it gives the following result:

$ /opt/trinity/bin/artsd -A
possible choices for the audio i/o method:
   null      No Audio Input/Output
   alsa      Advanced Linux Sound Architecture

And I confirm that it returns the same result on all my TDE 3.5.13 
builds (RHEL and Fedora).


Using the older ARTS from TDE 3.5.12 on the same machine, it gives the 
result:

$ /opt/trinity/bin/artsd -A
possible choices for the audio i/o method:
   oss       Open Sound System
   alsa      Advanced Linux Sound Architecture
   null      No Audio Input/Output
   esd       Enlightened Sound Daemon
   toss      Threaded Open Sound System

It looks like ESD and OSS have vanished in ARTS 3.5.13.
Maybe they have been forgotten (intentionnaly or not) in the CMAKE port ?

I will look into it, but I'm not sure I'm able to do anything.

Francois