Code Monkey home page Code Monkey logo

adispeak's Introduction

adispeak

Solution to make AdiIRC interface with screen readers.

Latest Preconfigured Adispeak

Get adispeak alpha 0.3 from: https://github.com/fastfinge/adispeak/releases/download/v_0.3/adispeak_0.3.zip

Installing

Put everything in adispeak\bin\x64\release into the same folder as AdiIRC.exe. Run AdiIRC.exe, go to file, plugins, then load. Load adispeak.dll. It should work!

Building

Have Visual Studio 2019. Do the obvious things; the project should come with everything you need!

adispeak's People

Contributors

arfy8820 avatar blindndangerous avatar fastfinge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

adispeak's Issues

The Config System

OK, this is what I think the config system is going to look like.

  1. We'll write code for WindowOpened Delegate that checks to see if a section in the ini file exists named the name of the server, plus the name of the window. Ini files don't allow spaces, so we need to trim them from the string before checking. If a section for that window doesn't exist, we'll create it, and copy all of the keys out of global to serve as the default settings for that window.

  2. When any message comes in, we'll check to see if ["global"]["speech"] is "true", if ["global"]["MessageType"] is "true", if ["WindowName"]["speech"] is "true", and if ["WindowName"]["MessageType"] is "true". If all of those things are "true", then we'll output the message.

  3. We'll create a set of menus under commands under speech in the menu bar, one called global, and one called active window. Checking or unchecking items in those menus will update the config.

The one issue with this is that over time, as people open more and more different windows, the ini file is going to get larger and larger. How can we clean this up? Do we care? I'm not sure.

Can you think of a better way to do this? I don't like copying the global config over and over again. But I don't want to check if a particular section of the ini exists in every output function, and then check if a particular key in that section exists. That will probably lag speech doing it over and over and over again with every message.

I haven't started on any of the above three tasks; I'll wait to see if you have any input. Or if not, if you want to take on any of them. @arfy8820

Colors are not stripped from messages

Colors and formatting are not stripped from messages before they're sent to the screen reader. The AdiIRC author has added a strip function into the next version of the API. When that's released we can fix this issue.

Adispeak.dll caused an error.

Got the following error. Plugin adispeak.dll caused an error
 System.NullReferenceException: Object reference not set to an instance of an object.
   at adispeak.AdiSpeakPlugin.OnDisconnect(DisconnectArgs argument)

Broken link

I clicked on the sendspace link and it gave me a download error.

Cannot disable automatically reading

Hello,

I used /sapioff but didn't stopped from speaking, and by default when i load the dll it has that feature enabled, it could be better to have that by default off.

  • Thanks!

/whois doesn't read

The API has no OnWhois function, so it's going to require parsing raw events by someone who knows more about the IRC protocol than I do.

Adispeak still reads incoming messages even when modes are hidden.

I've tested this works by setting the modes using object navigation to hidden for a few things that I don't want to see in channels. I know they work because the text no longer shows up in the window that I see with alt+shift+up/down. However, NVDA still reads the messages as they come in.

Where are the settings?

The instructions say I can configure AdiSpeak from the options in AdiIRC but I see no options pertaining to this app. I did find what I believe is the config file. I set everything in that file to "false" but still, whenever I go into a channel I hear "Entering #channel". how do I turn that off? How do I configure what voice it is using?

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.