SayTools 1.2 released

  • From: Jamal Mazrui <empower@xxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx, programmingblind@xxxxxxxxxxxxx, jawsscripts@xxxxxxxxxxxxx
  • Date: Tue, 10 Jun 2008 12:36:35 -0400 (EDT)

http://EmpowermentZone.com/saysetup.exe

This version adds four methods:

PlaySample(sFile) -- Play an audio sample file that is loaded into memory
at once

PlayStream(sFile) -- Play an audio stream file that is loaded sequentially
due to its size

ReadFile(sFile) -- Get the content of a file as a string

WriteFile(sFile, sText) -- Create a file from a string

The audio file methods may be particularly useful in game development.
They can play recorded voice or sound effects in MP3, OGG, WAV, or other
formats.  Check the Docs subfolder for documentation on the pySonic module
and the FMMOD library that it wraps.  Information on this sound effects
library is at
http://fmod.org

The ReadFile method may be particularly useful for reading and then
running a Python script file via the Exec or Eval method.

Jamal

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts:

  • » SayTools 1.2 released