inferno-daemon

This blueprint is incomplete.

Summary

This blueprint outlines the procedures to be taken to ensure cross communications with the Inferno sub-system.

Release Note

The Inferno platform provides speech synthesis for IRC Clients. This daemon application captures synthesizing requests; parses them accordingly and passes them to a specified speech synthesis engine. With this centralized system, it provides a flexibility in what kind of speech synthesis engine is used.

Rationale

Having such a daemon may be prove to be redundant; Speech Dispatcher provides the same services as the Inferno daemon. However, support for the MARY TTS via Speech Dispatcher is not currently available in Linux. The Inferno daemon provides said support by using the C++ API for MARY written also by the SpeechControl team.

User stories

Assumptions

  • Is using xChat or Irssi.
  • Has the MARY TTS installed at the location '/home/<user>/.marytts' and running.

Design

The daemon will run in the background, with a minimal GUI interface. This

Implementation

  • Daemon monitors a file and read the request from disk

Effort

  • None as of yet

UI Changes

Code Changes

Migration

Test/Demo Plan

Unresolved issues

BoF agenda and discussion


CategorySpec

SpeechControl/Blueprints/inferno-daemon (last edited 2011-02-24 19:04:10 by 108)