Hello, Some newer screenshots about iStoa. To try, some instructions there [2] Hilaire [1] https://launchpad.net/istoa [2] http://bazaar.launchpad.net/~hilaire-fernandes/istoa/trunk/view/head:/README -- Dr. Geo http://drgeo.eu
Hi Hilaire, The instructions are written in small characters, which supposes that the child who tries the exercises is rather old; yet before a child is able to read complete sentences like this, he/she learns the numbers. So I wonder if your application would not benefit from voice synthesis. Which yields me to an other question: Is there already voice synthesis in Pharo? If yes, how many languages are implemented? Alain On Sat, Feb 1, 2014 at 11:16 PM, Hilaire Fernandes < hilaire.fernandes@gmail.com> wrote:
Hello,
Some newer screenshots about iStoa. To try, some instructions there [2]
Hilaire
[1] https://launchpad.net/istoa [2]
http://bazaar.launchpad.net/~hilaire-fernandes/istoa/trunk/view/head:/README
-- Dr. Geo http://drgeo.eu
On 02 Feb 2014, at 17:39, Alain Busser <alain.busser@gmail.com> wrote:
Hi Hilaire,
The instructions are written in small characters, which supposes that the child who tries the exercises is rather old; yet before a child is able to read complete sentences like this, he/she learns the numbers. So I wonder if your application would not benefit from voice synthesis.
Which yields me to an other question: Is there already voice synthesis in Pharo?
There KlattPlugin but it is prehistorical age and does not work for spanish, french. I had one student working on bring a tagger. Stef
If yes, how many languages are implemented?
Hello,
Some newer screenshots about iStoa. To try, some instructions there [2]
Hilaire
[1] https://launchpad.net/istoa [2] http://bazaar.launchpad.net/~hilaire-fernandes/istoa/trunk/view/head:/README
-- Dr. Geo http://drgeo.eu
I did not fully check but the code should be here: http://www.squeaksource.com/Cresta.html On 02 Feb 2014, at 18:29, Pharo4Stef <pharo4Stef@free.fr> wrote:
On 02 Feb 2014, at 17:39, Alain Busser <alain.busser@gmail.com> wrote:
Hi Hilaire,
The instructions are written in small characters, which supposes that the child who tries the exercises is rather old; yet before a child is able to read complete sentences like this, he/she learns the numbers. So I wonder if your application would not benefit from voice synthesis.
Which yields me to an other question: Is there already voice synthesis in Pharo?
There KlattPlugin but it is prehistorical age and does not work for spanish, french. I had one student working on bring a tagger. <RapportBouchetVincentMaster.pdf> Stef
If yes, how many languages are implemented?
Hello,
Some newer screenshots about iStoa. To try, some instructions there [2]
Hilaire
[1] https://launchpad.net/istoa [2] http://bazaar.launchpad.net/~hilaire-fernandes/istoa/trunk/view/head:/README
-- Dr. Geo http://drgeo.eu
Then I guess the simplest way to go, would be to add some ogg files with pre recorded sentences. In this way the child could have the letters and the sound at the same time and begin to learn to read while doing some maths... On Sun, Feb 2, 2014 at 9:29 PM, Pharo4Stef <pharo4Stef@free.fr> wrote:
On 02 Feb 2014, at 17:39, Alain Busser <alain.busser@gmail.com> wrote:
Hi Hilaire,
The instructions are written in small characters, which supposes that the child who tries the exercises is rather old; yet before a child is able to read complete sentences like this, he/she learns the numbers. So I wonder if your application would not benefit from voice synthesis.
Which yields me to an other question: Is there already voice synthesis in Pharo?
There KlattPlugin but it is prehistorical age and does not work for spanish, french. I had one student working on bring a tagger.
Stef
If yes, how many languages are implemented?
Hello,
Some newer screenshots about iStoa. To try, some instructions there [2]
Hilaire
[1] https://launchpad.net/istoa [2]
http://bazaar.launchpad.net/~hilaire-fernandes/istoa/trunk/view/head:/README
-- Dr. Geo http://drgeo.eu
Le 02/02/2014 17:39, Alain Busser a écrit :
Which yields me to an other question: Is there already voice synthesis in Pharo? If yes, how many languages are implemented?
You can rely on external resources of the host system. There are such package for Linux, and I guess for Windows and MacOSX too, no? Hilaire -- Dr. Geo http://drgeo.eu
Hi Hillaire I pulled the code from smalltalhub and the resources, into pharo3. The LEDMorph dependency was resolved by pulling it from PharoExtras. I couldnât find a starting point for demo so I tried the following in a workspace: Stoa beUnix. StoaApp current show. But not having much luck. Do you have any workspace scripts you use to test your app? Thanks Carlo On 01 Feb 2014, at 9:16 PM, Hilaire Fernandes <hilaire.fernandes@gmail.com> wrote: Hello, Some newer screenshots about iStoa. To try, some instructions there [2] Hilaire [1] https://launchpad.net/istoa [2] http://bazaar.launchpad.net/~hilaire-fernandes/istoa/trunk/view/head:/README -- Dr. Geo http://drgeo.eu <sshot1.jpeg><sshot2.jpeg><sshot3.jpeg><sshot4.jpeg><sshot5.jpeg><score.jpeg>
What about: StoaApp current openInWorld. Along Cliparts/, you may need to create a Users/ folder Hilaire Le 02/02/2014 22:13, Carlo a écrit :
Stoa beUnix. StoaApp current show.
-- Dr. Geo http://drgeo.eu
Thanks, that seems to work. On 05 Feb 2014, at 12:38 PM, Hilaire Fernandes <hilaire.fernandes@gmail.com> wrote: What about: StoaApp current openInWorld. Along Cliparts/, you may need to create a Users/ folder Hilaire Le 02/02/2014 22:13, Carlo a écrit :
Stoa beUnix. StoaApp current show.
-- Dr. Geo http://drgeo.eu
If you want to test a specific activity (Etayage), you can execute the following code: e := EtayageNumber5 new. e playStep: 1. Hilaire Le 05/02/2014 18:59, Carlo a écrit :
Thanks, that seems to work.
On 05 Feb 2014, at 12:38 PM, Hilaire Fernandes <hilaire.fernandes-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
What about:
StoaApp current openInWorld.
Along Cliparts/, you may need to create a Users/ folder
Hilaire
Le 02/02/2014 22:13, Carlo a écrit :
Stoa beUnix. StoaApp current show.
-- Dr. Geo http://drgeo.eu
If you want to test a specific activity (Etayage), you can execute the following code: e := EtayageNumber5 new. e playStep: 1. Hilaire Le 05/02/2014 18:59, Carlo a écrit :
Thanks, that seems to work.
On 05 Feb 2014, at 12:38 PM, Hilaire Fernandes <hilaire.fernandes@gmail.com> wrote:
What about:
StoaApp current openInWorld.
Along Cliparts/, you may need to create a Users/ folder
Hilaire
Le 02/02/2014 22:13, Carlo a écrit :
Stoa beUnix. StoaApp current show.
-- Dr. Geo http://drgeo.eu
participants (4)
-
Alain Busser -
Carlo -
Hilaire Fernandes -
Pharo4Stef