[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Add a socket audio plugin
From: |
Andrei Kholodnyi |
Subject: |
[PATCH] Add a socket audio plugin |
Date: |
Mon, 6 Dec 2010 20:07:30 +0100 |
On Sun, Dec 5, 2010 at 7:12 AM, Trevor Saunders <trev.saunders at gmail.com>
wrote:
> The socket audio plugin writes the audio data out to a file descriptor.
> Currently the file descriptor can be either a regular file or a unix
> socket. ?The data is written out in a format similar to
> http://freebsoft.org/doc/tts-api/tts-api.html#Audio-Retrieval.
I'm missing two parts in your patch.
A client API for it, e.g. an extension of the libspeechd API which
allows to retrieve AudioTrack
and the test application e.g. spd-say with an option "write to file"
or dump audio to stdout.