Skip to content

sukiletxe/vbns-eSpeak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vbns-eSpeak

Introduction

This is a braille N'Speak emulator, which works with MS-DOS screen readers. It was originally created by Tyler Spivey, and modified by Sukil Etxenike. Here is the original version.

Variants

There are two versions of this project:

Modifications until first commit

  • Added the option to select by voice name rather than selecting the default English voice, allowing selection of variants.
  • Used argparse instead of sys.argv[n], to include help in the commands.
  • Added Habla mode (currently, for unknown reasons, it doesn't work, so don't use it).

Requirements

You will need Com0Com for the emulator to work properly:

To run the emulator, simply specify the portname and the voice in the command line. For example:

emu com8 -v en-us+m3

Will use the COM8 port (the default in ASAP for talking Dosbox), And the US English voice, with the Male 3 variant. Note that you also can omit the variant name.

To run from source and compile

You will need:

  • Python (I use version 2.7.10).
  • Pyserial
  • 7-Zip to compress the compiled executable using the included batch file.

You will need py2exe to make a compiled executable.

About

A Braille n'Speak emulator to use with MS-DOS screen readers which uses eSpeak as output

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages