speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Default audio output method should be taken from real world, not from ou


From: Bohdan R . Rau
Subject: Default audio output method should be taken from real world, not from outer space :)
Date: Tue, 30 Nov 2010 16:14:12 +0100

On Tue, 30 Nov 2010 13:07:25 +0100, Andrei Kholodnyi
<andrei.kholodnyi at gmail.com> wrote:
[...]
> I'm not clear on what you want here.
> 
> Do you want that during configure DEFAULT_AUDIO_METHOD will be built
> automatically in a form of
> DEFAULT_AUDIO_METHOD="pulse, alsa, oss" if 3 backends are discovered?

No!

Default method should be default (one, single), not collection of methods!
I remember my problems with "pulse,alsa"...

I mean something like:

#include "config.h"
...
#ifndef DEFAULT_AUDIO_METHOD
#ifdef HAVE AUDIO_PULSE
#define DEFAULT_AUDIO_METHOD "pulse"
#else
#ifdef HAVE_AUDIO_ALSA
#define DEFAULT_AUDIO_METHOD "alsa"

(and so on).

ethanak
-- 
http://milena.polip.com/ - Pa pa, Ivonko!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]