tolk icon indicating copy to clipboard operation
tolk copied to clipboard

Screen reader abstraction library.

Results 11 tolk issues
Sort by recently updated
recently updated
newest added

Hello, I found that it is not easy to add tolk into a source-only repository, because it has no support for library package managers. Tools to be supported: * [...

Hi there! I found some problems to build the main `C++` **.dll** to use with the wrappers (in my case, on .net). This PR contains some fixes to avoid the...

Here's a CMakeLists.txt for building Tolk with CMake. CMake is supported by Visual Studio 2019 but I would advise to use cmake from console or using the official [CMake ](http://www.cmake.org)...

The latest version of ZDSR now supports TTS API named ZDSRAPI. The functions are defined in ZDSRAPI.dll. ### Instruction: ZDSR API (ZDSRAPI) is a set of interfaces provided by ZDSR....

Hi, first of all thanks for this project, which I used with Java. It works great with Jaws and Nvda, but I notice a greater slowness when using Sapi. Is...

Hey! Just wanted to give a heads up that the links to the latest build and the project page in the README appear to be broken. ## Here's the link...

I've written a Tolk module for Ruby language, tested with Ruby version 2.6.0 (both x64 and x86). Maybe it's worth to consider including it in the original repository.

Hello, and thanks for this library! One thing that is not clear in the API, is who's responsible for the wchar_t* data passed to the various functions. For example, does...

I'm having a problem running the python example. It seems I'm missing something very basic, but I'd appreciate if someone could help. I copied src\python\Tolk.py to examples\python. Then I copied...