Go to the first, previous, next, last section, table of contents.


Optional Subsystems

A number of extra subsystems are supported by CHATR but for various reasons are not included in the core distribution. These are mostly alternative synthesizers. Typically they have come from other research systems and/or have copyright problems so are available in ATR-ITL for research purposes only.

This appendix describes how you can compile them into a working CHATR system.

The relevant `.tar.gz'-compressed file should be unpacked in the `$CHATR_ROOT/src/' directory. The configuration files (`$CHATR_ROOT/src/include/ch_config.h' (global configuration) and `$CHATR_ROOT/src/include/config.make.rules' (local configuration) can then be modified to `switch on' the options. The rest should be automatic.

In ATR-ITL the optional subsystems are held in the database `/DB/PI/chatr/optional/'. The following systems are available

ch_nuutalk.tar.gz
An implementation of Nuu_Talk in CHATR. This was removed to simplify copyright issues and also because the CHATR non-uniform unit selection is producing much better synthesis. It was included for close comparison of the two selection techniques.
isard.tar.gz
An LPC diphone synthesis system by Steve Isard at Edinburgh University. We have this for research purposes only. It sounds like a synthesizer.
taylor.tar.gz
The CSTR diphone synthesis system. If required, a diphone database for speaker Gordon can be found under `/DB/PI/chatr/lib/dbs/taylor'. This is a useful comparison between non-uniform unit and diphone synthesis from the same speaker. It is a proprietary system for which ATR has no rights. We have this for research purposes only.
formant.tar.gz
A formant synthesis system taken from rsynth, a free speech synthesis system from the Internet. This was the first voice that CHATR ever used. It is nearly incomprehensible, and not at all fast.
xlelong.tar.gz
Christian Lelong's PSOLA code. It was too unstable (and large) to keep in the distribution, but it offers more options than the existing PSOLA code. Some parts of this may be re-integrated in the future.


Go to the first, previous, next, last section, table of contents.