[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Add a socket audio plugin
From: |
Tomas Cerha |
Subject: |
[PATCH] Add a socket audio plugin |
Date: |
Mon, 06 Dec 2010 22:30:13 +0100 |
Dne 6.12.2010 20:07, Andrei Kholodnyi napsal(a):
> A client API for it, e.g. an extension of the libspeechd API which
> allows to retrieve AudioTrack
Is that even possible with the plugin? The audio plugin is configured for the
server
and the client has no chance to manipulate it. As I understood this patch, the
usage
for it might be re-routing the audio output to a different audio subsystem or
application. But this applies to all audio produced by Speech Dispatcher from
its
startup to its shutdown.
To retrieve audio for a given piece of text, we would need to extend the client
protocol
and in the server, the output from a module would be sent back to the client
instead of
being sent to the audio subsystem (so any audio plugins would be bypassed
completely).
Or am I missing something?
Regards, Tomas