speechd-discuss
[Top][All Lists]
Advanced

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

[PATCH] determine availability of audio plugins by using config.h


From: Andrei Kholodnyi
Subject: [PATCH] determine availability of audio plugins by using config.h
Date: Sun, 5 Dec 2010 20:49:38 +0100

On Sun, Dec 5, 2010 at 6:47 PM, Bohdan R. Rau <ethanak at polip.com> wrote:
> I agree.

the same /no go/ is true for such things:

+#ifdef HAVE_SAMPLERATE
+       float rsbuf[SONIC_BUFFER_SIZE];
+       SRC_STATE *resampler=NULL;
+       SRC_DATA resdata;
+#endif
+       if (!rate
+#ifdef HAVE_SAMPLERATE 
+               && !pitch
+#endif
+               ) {



reply via email to

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