[Xerte-dev] Re: TTS error

Julian Tenney Julian.Tenney at nottingham.ac.uk
Thu Feb 9 14:02:01 GMT 2012


So this is using 'normal' TTS. OK. I can't see what the issue is: in the engine there is no code to speak in onRelease for the button, and the accessibility properties are set a al the code below, which as far as I recall, should cover it all:



      this.nextBtn._x = x+w-30;

      this.nextBtn._y = y+h-30;

      this.nextBtn.onRelease = function() {

            this._parent.nextPage();

      };

      this.nextBtn.tabIndex = getTabIndex();

      var col = new Color(this.nextBtn);

      col.setRGB(STYLES.statusTextColour);

      this.nextBtn.onSetFocus = function() {

            speak(engine.languageData.nextButton[0].description);

      };

      this.nextBtn._accProps = new Object();

      this.nextBtn._accProps.name = engine.languageData.nextButton[0].description;

      Accessibility.updateProperties();



-----Original Message-----
From: xerte-dev-bounces at lists.nottingham.ac.uk [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Ron Mitchell
Sent: 09 February 2012 12:39
To: 'For Xerte technical developers'
Subject: [Xerte-dev] Re: TTS error



Yes - try it - with TTS on clicking either of those 3 buttons reads out what

sounds like NaN on my system.

Works the same way on your 560 example

I guess it could be an oddity with the Ivona voices I've installed but seems

unlikely.



-----Original Message-----

From: xerte-dev-bounces at lists.nottingham.ac.uk

[mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney

Sent: 09 February 2012 12:05

To: For Xerte technical developers

Subject: [Xerte-dev] Re: TTS error



> when clicking previous, next, continue "NaN" get read out

Not to sound dumb, but you mean they are read out when you click them with

the mouse?

Do they work ok when you tab to them..?



I didn't think anything was supposed to speak when you clicked...



-----Original Message-----

From: xerte-dev-bounces at lists.nottingham.ac.uk

[mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Ron Mitchell

Sent: 09 February 2012 08:59

To: 'For Xerte technical developers'

Subject: [Xerte-dev] Re: TTS error



Hi Julian

most of this does seem to be fixed now which is great but I was at Techdis

yesterday and mentioned that I was impressed how much better it sounds with

a good voice installed and did a quick demo and noticed another small error

- when clicking previous, next, continue "NaN" get read out.



Also I can't remember for sure but didn't tabbing around also used to select

the page title? At the moment when the page loads the page title get's read

but it doesn't get selected when tabbing. Maybe it never did just can't

remember and it would be good if it did.



HTH

Ron



-----Original Message-----

From: xerte-dev-bounces at lists.nottingham.ac.uk

[mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney

Sent: 31 January 2012 12:02

To: For Xerte technical developers

Subject: [Xerte-dev] Re: TTS error



Engine from the svn. It had some dodgy references to the languages xml in

it.



-----Original Message-----

From: xerte-dev-bounces at lists.nottingham.ac.uk

[mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Pat Lockley

Sent: 31 January 2012 12:00

To: For Xerte technical developers

Subject: [Xerte-dev] Re: TTS error



Do I need to update anything?



On Tue, Jan 31, 2012 at 11:51 AM, Julian Tenney

<Julian.Tenney at nottingham.ac.uk> wrote:

> This is fixed now.

>

>

>

> From: xerte-dev-bounces at lists.nottingham.ac.uk

> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Ron

> Mitchell

> Sent: 27 January 2012 09:53

> To: 'For Xerte technical developers'

> Subject: [Xerte-dev] Re: TTS error

>

>

>

> may not be relevant but in testing Pat's Wordpress plugin I noticed

> that has the same error where TOC is undefined and continue is read as

> table of contents.

>

>

>

> From: xerte-dev-bounces at lists.nottingham.ac.uk

> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Julian

> Tenney

> Sent: 27 January 2012 09:28

> To: For Xerte technical developers

> Subject: [Xerte-dev] Re: TTS error

>

>

>

> Play_560 isn't necessarily running the latest code: it would be good

> to know what happens with the files from the svn.

>

>

>

> I'll check it out though.

>

>

>

> From: xerte-dev-bounces at lists.nottingham.ac.uk

> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Ron

> Mitchell

> Sent: 26 January 2012 16:43

> To: 'For Xerte technical developers'

> Subject: [Xerte-dev] TTS error

>

>

>

> Hi all

>

> just been testing some additional TTS voices on Windows 7 and out of

> curiosity tested how they worked with a Xerte LO too and to begin with

> used the Notting page_560 example

> http://www.nottingham.ac.uk/toolkits/play_560

> and then I tested with one of my own LO's randomly selected

> http://mitchellmedia.co.uk/moodle/xertetoolkits/play_120

>

>

>

> It seems an error as crept in at some point with the TTS reading of

> navigation elements...

>

>

>

> on the 560 lo

>

> table of contents is read as "undefined"

>

> volume control get's selected when tabbing but doesn't get read

>

> bottom right contents button gets read as "table of contents"

>

>

>

> on 120 lo

>

> toc and continue get read correctly

>

> volume control get's selected when tabbing but doesn't get read

>

>

>

> Mine is not a completely up-to-date install so it seems like this

> error may have crept in recently?

>

>

>

> HTH

>

> Ron

>

>

>

> This message and any attachment are intended solely for the addressee

> and may contain confidential information. If you have received this

> message in error, please send it back to me, and immediately delete

> it. Please do not use, copy or disclose the information contained in

> this message or in any attachment. Any views or opinions expressed by

> the author of this email do not necessarily reflect the views of the

University of Nottingham.

>

> This message has been checked for viruses but the contents of an

> attachment may still contain software viruses which could damage your

computer system:

> you are advised to perform your own checks. Email communications with

> the University of Nottingham may be monitored as permitted by UK

legislation.

>

>

> _______________________________________________

> Xerte-dev mailing list

> Xerte-dev at lists.nottingham.ac.uk

> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev

>

> This message and any attachment are intended solely for the addressee

> and may contain confidential information. If you have received this

> message in error, please send it back to me, and immediately delete

> it.   Please do not use, copy or disclose the information contained in

> this message or in any attachment.  Any views or opinions expressed by

> the author of this email do not necessarily reflect the views of the

University of Nottingham.

>

> This message has been checked for viruses but the contents of an

> attachment may still contain software viruses which could damage your

computer system:

> you are advised to perform your own checks. Email communications with

> the University of Nottingham may be monitored as permitted by UK

legislation.

>

>



_______________________________________________

Xerte-dev mailing list

Xerte-dev at lists.nottingham.ac.uk

http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev



_______________________________________________

Xerte-dev mailing list

Xerte-dev at lists.nottingham.ac.uk

http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev





_______________________________________________

Xerte-dev mailing list

Xerte-dev at lists.nottingham.ac.uk

http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev



_______________________________________________

Xerte-dev mailing list

Xerte-dev at lists.nottingham.ac.uk

http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev





_______________________________________________

Xerte-dev mailing list

Xerte-dev at lists.nottingham.ac.uk

http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nottingham.ac.uk/pipermail/xerte-dev/attachments/20120209/fc652246/attachment-0001.html>


More information about the Xerte-dev mailing list