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

Re: DECtalk 5.0



Sorry, to forget the changes; there are included at the end of this post.
Just to notice that the unexpected silences inside sentences happen if the
character echo is enabled.

I tried to buy DECtalk 5.0 a few days ago, but received 4.61.
The Fonix website is updated now.
However, the persons who recently received 4.61 could be interested to ask
for 5.0.

Gilles

1. In tcldtk.c, function Tcldtk_Init

The following lines have been removed, at the beginning of the function:

  unsigned int  devNo = 0;
  DWORD devOptions = 0;
  devOptions |= WAVE_OPEN_SHAREABLE;
  devOptions |=WAVE_FORMAT_1S16;

and replaced by these lines:

  unsigned int devNo = WAVE_MAPPER;
  DWORD devOptions = OWN_AUDIO_DEVICE;

2. In dtk-soft, proc clean

This function is returned as soon as possible:
around line 245:

    return $element



-- 
Oralux http://oralux.org

-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"