GithubHelp home page GithubHelp logo

jmdaweb / vbns-ao2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sukiletxe/vbns-ao2

0.0 2.0 0.0 8.66 MB

a vbns emulator (modified from vbns-espeak) which uses accessible_output2

Python 99.66% Batchfile 0.34%

vbns-ao2's Introduction

vbns

Introduction

This is a braille N'Speak emulator, which sends the input from a serial port to a Windows screen reader, SAPI 5 or Espeak-NG. It can be used with a MS-DOS emulator (like Dosbox) and a MS-DOS screen reader (such as asap or habla) to hear the text sent by the screen reader in Windows itself. It was originally created by Tyler Spivey, and modified by Sukil Etxenike. Here is the original version.

Speech outputs

This project supports two output methods:

Requirements

You will need Com0Com for the emulator to work properly:

To run the emulator, simply specify the port, and whether you want to use SAPI, Espeak or your screen reader, like this:

emu com8 --sapi

Will use the COM8 port (the default one for ASAP in Talking Dosbox), and will open a menu to select a SAPI voice. If you omit the --sapi switch, the screen reader will be automatically detected, and if you append a number to the switch, the voice corresponding to that number in the menu will be used.

To use an Espeak voice:

emu com8 --espeak-voice=en

Will use the COM8 port (the default one for ASAP in Talking Dosbox), and the english Espeak voice with the default variant.

To run from source and compile

You will need:

  • Python (I use version 2.7.15).
  • accessible_output2, libloader and platform_utils, by Christopher Toth and Tyler Spivey. They are included. They can be downloaded from http://hg.q-continuum.net.
  • Other dependencies. Use pip install -r requirements.txt to install them, and run pywin32_postinstall.py -install afterwards.
  • 7-Zip to compress the compiled executable using the included batch file.

To compile the executable, install py2exe-py2, and run python setup.py py2exe. Also, to make it run properly, you will need to delete the gen_py folder of the win32com package, usually found at C:\Python27\Lib\site-packages\win32com.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.