A Talking Slide Show program called "Show & Tell 12".

pdablue

Active Member
Licensed User
Longtime User
Hi,

Here is a Slide Show program that allows you to have 12 slides
and you can attach a sound (.wav) file to each of the 12 slides.

The optimal picture image size is 240 pixels wide by 220 pixels high.

You can define a time delay between slides from 3 seconds up to
17 seconds in steps of 1 second. These time delays between slides
allow you to attach large sound (.wav) files to each slide. The
length of the time delay is saved into a data file that can be read
back into the program. The time delay file is read each time the
program is launched during program initialization.

You can use a Text-to-Speech synthesizer program to convert "Text"
into "Audio" (.wav) files. You can say quite a bit in 17 seconds. You
should set the time delay to be just larger than the length of your
longest sound (.wav) file. Once the time delay is set it will be the
same for all 12 slides.

Using the "Edit" screens you can pick any 12 pictures and 12 sound
(.wav) files and save this information into seperate files that can
be read back into the program at a later time. Every time that the
program is launched it reads these data files during the initialization
process.

The file "St0.JPG" is the screenshot of the main startup screen.
The files "St1.JPG" thru "St6.JPG" are screenshots of some slides.
The file "St7.JPG" is the screenshot of the "Edit Wav's Screen".
The file "St8.JPG" is the screenshot of the "Edit Pictures Screen".
The file "ShowTell.sbp" is the B4PPC source code file.
The file "showtellzip.zip" is the zipped up ARMV4 (.cab) installation file.
 

Attachments

  • St0.JPG
    St0.JPG
    20.1 KB · Views: 238
  • St1.JPG
    St1.JPG
    14.9 KB · Views: 274
  • St3.JPG
    St3.JPG
    13.8 KB · Views: 267
  • St6.JPG
    St6.JPG
    16.7 KB · Views: 266
  • St7.JPG
    St7.JPG
    23.6 KB · Views: 251
  • St8.JPG
    St8.JPG
    23.4 KB · Views: 247
  • ShowTell.sbp
    44.5 KB · Views: 305
Last edited:
Top