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

Re: Debugging emacspeak tts



Hi Bart

I pasted the script I usually use for this purpose at the end of this message.
I then select the script as speech-server with dtk-select-server. You
may have to add the script to $EMACSPEAK_DIR/servers/.servers to be
able to select it from the list.

Best regards, Lukas

----------------------------------------------------------------------
#!/bin/bash

set -e -u

LOGFILE="$HOME/tmp/outloud_commands.log"
SERVER_DIR="${EMACSPEAK_DIR}servers"
SERVER="$SERVER_DIR/outloud"

cd "$SERVER_DIR"
tee "$LOGFILE" | "$SERVER"

Bart Bunting writes ("Debugging emacspeak tts"):
> 
> Hi,
> 
> I'm trying to see what commands are being sent to the speech server.
> 
> I have tried to turn on debugging with c-u  c-e d b.  It says all the
> right things.
> 
> When I switch to the debug buffer " *speaker*" either by the buffer name
> or by using tts-show-debug-buffer the buffer is empty.
> 
> Am I doing something obviously wrong?  Is there some other way to get
> this to work?
> 
> Kind regards
> Bart
> -- 
> 
> Bart Bunting
> 
> -----------------------------------------------------------------------------
> 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".
> 



|All Past Years |Current Year|


If you have questions about this archive or had problems using it, please contact us.

Contact Info Page