├── .changeset └── config.json ├── .env.example ├── .gitattributes ├── .github ├── FUNDING.yml ├── renovate.json └── workflows │ └── ci.yml ├── .gitignore ├── .nvmrc ├── .prettierignore ├── .yarn └── releases │ └── yarn-1.22.5.js ├── .yarnrc ├── CONTRIBUTING.md ├── README.md ├── examples ├── jest │ ├── README.md │ ├── __snapshots__ │ │ └── index.test.ts.snap │ ├── babel.config.js │ ├── index.test.ts │ ├── jest.config.js │ ├── package.json │ └── test.example.ps1 └── node │ ├── README.md │ ├── index.js │ ├── package.json │ └── test.example.ps1 ├── jest.config.js ├── nvda-node.log ├── package.json ├── src ├── .npmignore ├── CHANGELOG.md ├── README.md ├── __tests__ │ ├── __fixtures__ │ │ ├── nvda-speech-with-commands.log │ │ └── nvda.log │ ├── extendExpect.js │ └── speechLogParser.js ├── bin │ └── nvda.ps1 ├── index.js ├── install.js ├── logParser.js ├── matcherTypes.d.ts ├── package.json ├── screenReaders.json └── types │ ├── index.d.ts │ └── logParser.d.ts ├── tsconfig.build.json ├── tsconfig.json ├── vendor └── nvda-2020.4 │ ├── portable │ ├── API-MS-Win-core-xstate-l2-1-0.dll │ ├── COMRegistrationFixes │ │ └── oleaccProxy.reg │ ├── MSVCP140.dll │ ├── VCRUNTIME140.dll │ ├── _bz2.pyd │ ├── _ctypes.pyd │ ├── _decimal.pyd │ ├── _hashlib.pyd │ ├── _lzma.pyd │ ├── _queue.pyd │ ├── _socket.pyd │ ├── _ssl.pyd │ ├── api-ms-win-core-console-l1-1-0.dll │ ├── api-ms-win-core-datetime-l1-1-0.dll │ ├── api-ms-win-core-debug-l1-1-0.dll │ ├── api-ms-win-core-errorhandling-l1-1-0.dll │ ├── api-ms-win-core-file-l1-1-0.dll │ ├── api-ms-win-core-file-l1-2-0.dll │ ├── api-ms-win-core-file-l2-1-0.dll │ ├── api-ms-win-core-handle-l1-1-0.dll │ ├── api-ms-win-core-heap-l1-1-0.dll │ ├── api-ms-win-core-interlocked-l1-1-0.dll │ ├── api-ms-win-core-libraryloader-l1-1-0.dll │ ├── api-ms-win-core-localization-l1-2-0.dll │ ├── api-ms-win-core-memory-l1-1-0.dll │ ├── api-ms-win-core-namedpipe-l1-1-0.dll │ ├── api-ms-win-core-processenvironment-l1-1-0.dll │ ├── api-ms-win-core-processthreads-l1-1-0.dll │ ├── api-ms-win-core-processthreads-l1-1-1.dll │ ├── api-ms-win-core-profile-l1-1-0.dll │ ├── api-ms-win-core-rtlsupport-l1-1-0.dll │ ├── api-ms-win-core-string-l1-1-0.dll │ ├── api-ms-win-core-synch-l1-1-0.dll │ ├── api-ms-win-core-synch-l1-2-0.dll │ ├── api-ms-win-core-sysinfo-l1-1-0.dll │ ├── api-ms-win-core-timezone-l1-1-0.dll │ ├── api-ms-win-core-util-l1-1-0.dll │ ├── api-ms-win-crt-conio-l1-1-0.dll │ ├── api-ms-win-crt-convert-l1-1-0.dll │ ├── api-ms-win-crt-environment-l1-1-0.dll │ ├── api-ms-win-crt-filesystem-l1-1-0.dll │ ├── api-ms-win-crt-heap-l1-1-0.dll │ ├── api-ms-win-crt-locale-l1-1-0.dll │ ├── api-ms-win-crt-math-l1-1-0.dll │ ├── api-ms-win-crt-multibyte-l1-1-0.dll │ ├── api-ms-win-crt-private-l1-1-0.dll │ ├── api-ms-win-crt-process-l1-1-0.dll │ ├── api-ms-win-crt-runtime-l1-1-0.dll │ ├── api-ms-win-crt-stdio-l1-1-0.dll │ ├── api-ms-win-crt-string-l1-1-0.dll │ ├── api-ms-win-crt-time-l1-1-0.dll │ ├── api-ms-win-crt-utility-l1-1-0.dll │ ├── brailleDisplayDrivers │ │ └── lilli.dll │ ├── brlapi-0.8.dll │ ├── brlapi.pyd │ ├── builtin.dic │ ├── fonts │ │ └── FreeMono-FixedBraille.ttf │ ├── images │ │ └── nvda.ico │ ├── lib │ │ └── 2020.4 │ │ │ ├── IAccessible2proxy.dll │ │ │ ├── ISimpleDOM.dll │ │ │ ├── minHook.dll │ │ │ ├── nvdaHelperLocal.dll │ │ │ ├── nvdaHelperLocalWin10.dll │ │ │ ├── nvdaHelperRemote.dll │ │ │ └── windowsaccessbridge-32.dll │ ├── lib64 │ │ └── 2020.4 │ │ │ ├── IAccessible2proxy.dll │ │ │ ├── ISimpleDOM.dll │ │ │ ├── minHook.dll │ │ │ ├── nvdaHelperRemote.dll │ │ │ └── nvdaHelperRemoteLoader.exe │ ├── libArm64 │ │ └── 2020.4 │ │ │ ├── IAccessible2proxy.dll │ │ │ ├── ISimpleDOM.dll │ │ │ ├── nvdaHelperRemote.dll │ │ │ └── nvdaHelperRemoteLoader.exe │ ├── libcrypto-1_1.dll │ ├── libgcc_s_dw2-1.dll │ ├── liblouis.dll │ ├── library.zip │ ├── libssl-1_1.dll │ ├── locale │ │ └── en │ │ │ ├── characterDescriptions.dic │ │ │ ├── cldr.dic │ │ │ └── symbols.dic │ ├── louis │ │ └── tables │ │ │ ├── Es-Es-G0.utb │ │ │ ├── IPA-unicode-range.uti │ │ │ ├── IPA.utb │ │ │ ├── Lv-Lv-g1.utb │ │ │ ├── Pl-Pl-g1.utb │ │ │ ├── Se-Se-g1.utb │ │ │ ├── afr-za-g1.ctb │ │ │ ├── afr-za-g2.ctb │ │ │ ├── ar-ar-comp8.utb │ │ │ ├── ar-ar-g1-core.uti │ │ │ ├── ar-ar-g1.utb │ │ │ ├── ar-ar-g2.ctb │ │ │ ├── ar-ar-math.uti │ │ │ ├── ar.tbl │ │ │ ├── as-in-g1.utb │ │ │ ├── as.tbl │ │ │ ├── aw-in-g1.utb │ │ │ ├── awa.tbl │ │ │ ├── ba.utb │ │ │ ├── be-in-g1.utb │ │ │ ├── bengali.cti │ │ │ ├── bg.ctb │ │ │ ├── bg.tbl │ │ │ ├── bh.ctb │ │ │ ├── bh.tbl │ │ │ ├── bn.tbl │ │ │ ├── bo.ctb │ │ │ ├── bo.tbl │ │ │ ├── boxes.ctb │ │ │ ├── br-in-g1.utb │ │ │ ├── bra.tbl │ │ │ ├── braille-patterns.cti │ │ │ ├── ca-chardefs.cti │ │ │ ├── ca-g1.ctb │ │ │ ├── ca.tbl │ │ │ ├── chr-us-g1.ctb │ │ │ ├── ckb-chardefs.cti │ │ │ ├── ckb-g1.ctb │ │ │ ├── ckb-translation.cti │ │ │ ├── ckb.tbl │ │ │ ├── compress.cti │ │ │ ├── controlchars.cti │ │ │ ├── cop-eg-comp8.utb │ │ │ ├── corrections.cti │ │ │ ├── countries.cti │ │ │ ├── cs-chardefs.cti │ │ │ ├── cs-comp8.utb │ │ │ ├── cs-g1.ctb │ │ │ ├── cs-letterDef8Dots.uti │ │ │ ├── cs-translation.cti │ │ │ ├── cs.tbl │ │ │ ├── cy-cy-g1.utb │ │ │ ├── cy-cy-g2.ctb │ │ │ ├── cy.tbl │ │ │ ├── da-dk-6miscChars.cti │ │ │ ├── da-dk-8miscChars.cti │ │ │ ├── da-dk-g08.ctb │ │ │ ├── da-dk-g16-lit.ctb │ │ │ ├── da-dk-g16.ctb │ │ │ ├── da-dk-g18.ctb │ │ │ ├── da-dk-g26-lit.ctb │ │ │ ├── da-dk-g26.ctb │ │ │ ├── da-dk-g26l-lit.ctb │ │ │ ├── da-dk-g26l.ctb │ │ │ ├── da-dk-g28.ctb │ │ │ ├── da-dk-g28l.ctb │ │ │ ├── da-dk-octobraille.dis │ │ │ ├── da-dk.dis │ │ │ ├── da-lt.ctb │ │ │ ├── de-accents-detailed.cti │ │ │ ├── de-accents.cti │ │ │ ├── de-chardefs6.cti │ │ │ ├── de-chardefs8.cti │ │ │ ├── de-chess.ctb │ │ │ ├── de-de-comp8.ctb │ │ │ ├── de-de.dis │ │ │ ├── de-eurobrl6.dis │ │ │ ├── de-eurobrl6u.dis │ │ │ ├── de-g0-bidi-core.uti │ │ │ ├── de-g0-bidi.utb │ │ │ ├── de-g0-core.uti │ │ │ ├── de-g0.utb │ │ │ ├── de-g1-bidi-core.cti │ │ │ ├── de-g1-bidi.ctb │ │ │ ├── de-g1-core-patterns.dic │ │ │ ├── de-g1-core.cti │ │ │ ├── de-g1.ctb │ │ │ ├── de-g2-core-patterns.dic │ │ │ ├── de-g2-core.cti │ │ │ ├── de-g2.ctb │ │ │ ├── devanagari.cti │ │ │ ├── digits6Dots.uti │ │ │ ├── digits6DotsPlusDot6.uti │ │ │ ├── digits8Dots.uti │ │ │ ├── dra.ctb │ │ │ ├── dra.tbl │ │ │ ├── el.ctb │ │ │ ├── el.tbl │ │ │ ├── en-GB-g2.ctb │ │ │ ├── en-chardefs.cti │ │ │ ├── en-chess.ctb │ │ │ ├── en-gb-comp8.ctb │ │ │ ├── en-gb-g1.utb │ │ │ ├── en-in-g1.ctb │ │ │ ├── en-nabcc.utb │ │ │ ├── en-ueb-chardefs.uti │ │ │ ├── en-ueb-g1.ctb │ │ │ ├── en-ueb-g2.ctb │ │ │ ├── en-ueb-math.ctb │ │ │ ├── en-us-brf.dis │ │ │ ├── en-us-comp6.ctb │ │ │ ├── en-us-comp8-ext.utb │ │ │ ├── en-us-comp8.ctb │ │ │ ├── en-us-compbrl.uti │ │ │ ├── en-us-emphasis.uti │ │ │ ├── en-us-g1.ctb │ │ │ ├── en-us-g2.ctb │ │ │ ├── en-us-interline.ctb │ │ │ ├── en-us-mathtext.ctb │ │ │ ├── en_CA.ctb │ │ │ ├── en_CA.tbl │ │ │ ├── en_GB.tbl │ │ │ ├── en_US-comp8-ext.tbl │ │ │ ├── en_US.tbl │ │ │ ├── eo-g1-x-system.ctb │ │ │ ├── eo-g1.ctb │ │ │ ├── eo.tbl │ │ │ ├── es-chardefs.cti │ │ │ ├── es-g1.ctb │ │ │ ├── es-g2.ctb │ │ │ ├── es-new.dis │ │ │ ├── es-old.dis │ │ │ ├── es.tbl │ │ │ ├── et-g0.utb │ │ │ ├── et.ctb │ │ │ ├── et.tbl │ │ │ ├── ethio-g1.ctb │ │ │ ├── eurodefs.cti │ │ │ ├── fa-ir-comp8.ctb │ │ │ ├── fa-ir-g1.utb │ │ │ ├── fi-fi-8dot.ctb │ │ │ ├── fi-fi.ctb │ │ │ ├── fi.tbl │ │ │ ├── fi.utb │ │ │ ├── fi1.ctb │ │ │ ├── fi2.ctb │ │ │ ├── fr-bfu-comp6.utb │ │ │ ├── fr-bfu-comp68.cti │ │ │ ├── fr-bfu-comp8.utb │ │ │ ├── fr-bfu-g2.ctb │ │ │ ├── ga-g1.utb │ │ │ ├── ga-g2.ctb │ │ │ ├── ga.tbl │ │ │ ├── gd.ctb │ │ │ ├── gd.tbl │ │ │ ├── gez.tbl │ │ │ ├── gon.ctb │ │ │ ├── gon.tbl │ │ │ ├── gr-pl-comp8.uti │ │ │ ├── grc-international-common.uti │ │ │ ├── grc-international-composed.uti │ │ │ ├── grc-international-decomposed.uti │ │ │ ├── grc-international-en.utb │ │ │ ├── gu-in-g1.utb │ │ │ ├── gu.tbl │ │ │ ├── gujarati.cti │ │ │ ├── gurumuki.cti │ │ │ ├── haw-us-g1.ctb │ │ │ ├── he-IL-comp8.utb │ │ │ ├── he-IL.utb │ │ │ ├── he.ctb │ │ │ ├── he.tbl │ │ │ ├── hi-in-g1.utb │ │ │ ├── hi.tbl │ │ │ ├── hr-chardefs.cti │ │ │ ├── hr-comp8.tbl │ │ │ ├── hr-comp8.utb │ │ │ ├── hr-digits.uti │ │ │ ├── hr-g1.ctb │ │ │ ├── hr-g1.tbl │ │ │ ├── hr-translation.cti │ │ │ ├── hu-backtranslate-correction.dis │ │ │ ├── hu-chardefs.cti │ │ │ ├── hu-exceptionwords.cti │ │ │ ├── hu-hu-comp8.ctb │ │ │ ├── hu-hu-g1.ctb │ │ │ ├── hu-hu-g1_braille_input.cti │ │ │ ├── hu-hu-g2.ctb │ │ │ ├── hu-hu-g2_exceptions.cti │ │ │ ├── hu.tbl │ │ │ ├── hy.ctb │ │ │ ├── hy.tbl │ │ │ ├── hyph_brl_da_dk.dic │ │ │ ├── hyph_cs_CZ.dic │ │ │ ├── hyph_da_DK.dic │ │ │ ├── hyph_de_DE.dic │ │ │ ├── hyph_en_US.dic │ │ │ ├── hyph_eo.dic │ │ │ ├── hyph_es_ES.dic │ │ │ ├── hyph_fr_FR.dic │ │ │ ├── hyph_hu_HU.dic │ │ │ ├── hyph_it_IT.dic │ │ │ ├── hyph_nb_NO.dic │ │ │ ├── hyph_nl_NL.dic │ │ │ ├── hyph_nn_NO.dic │ │ │ ├── hyph_pl_PL.dic │ │ │ ├── hyph_pt_PT.dic │ │ │ ├── hyph_ru.dic │ │ │ ├── hyph_sv_SE.dic │ │ │ ├── is-chardefs6.cti │ │ │ ├── is-chardefs8.cti │ │ │ ├── is.ctb │ │ │ ├── is.tbl │ │ │ ├── it-it-comp6.utb │ │ │ ├── it-it-comp8.utb │ │ │ ├── it.tbl │ │ │ ├── iu-ca-g1.ctb │ │ │ ├── ka-in-g1.utb │ │ │ ├── kannada.cti │ │ │ ├── kh-in-g1.utb │ │ │ ├── kha.tbl │ │ │ ├── kn.tbl │ │ │ ├── ko-2006-g1.ctb │ │ │ ├── ko-2006-g2.ctb │ │ │ ├── ko-2006.cti │ │ │ ├── ko-chars.cti │ │ │ ├── ko-g1-rules.cti │ │ │ ├── ko-g1.ctb │ │ │ ├── ko-g2-rules.cti │ │ │ ├── ko-g2.ctb │ │ │ ├── ko.cti │ │ │ ├── kok.ctb │ │ │ ├── kok.tbl │ │ │ ├── kru.ctb │ │ │ ├── kru.tbl │ │ │ ├── ks-in-g1.utb │ │ │ ├── latinLetterDef6Dots.uti │ │ │ ├── latinLetterDef8Dots.uti │ │ │ ├── litdigits6Dots.uti │ │ │ ├── litdigits6DotsPlusDot6.uti │ │ │ ├── loweredDigits6Dots.uti │ │ │ ├── loweredDigits8Dots.uti │ │ │ ├── lt-6dot.tbl │ │ │ ├── lt-6dot.utb │ │ │ ├── lt.ctb │ │ │ ├── lt.tbl │ │ │ ├── lv.tbl │ │ │ ├── malayalam.cti │ │ │ ├── mao-nz-g1.ctb │ │ │ ├── marburg_single_cell_defs.cti │ │ │ ├── marburg_unicode_defs.cti │ │ │ ├── ml-in-g1.utb │ │ │ ├── ml.tbl │ │ │ ├── mn-MN-common.cti │ │ │ ├── mn-MN-g1.utb │ │ │ ├── mn-MN-g2.ctb │ │ │ ├── mn-in-g1.utb │ │ │ ├── mni.tbl │ │ │ ├── mr-in-g1.utb │ │ │ ├── mr.tbl │ │ │ ├── ms-my-g2.ctb │ │ │ ├── mt.ctb │ │ │ ├── mt.tbl │ │ │ ├── mun.ctb │ │ │ ├── mun.tbl │ │ │ ├── mwr.ctb │ │ │ ├── mwr.tbl │ │ │ ├── ne.ctb │ │ │ ├── ne.tbl │ │ │ ├── nemethdefs.cti │ │ │ ├── nl-BE-g0.utb │ │ │ ├── nl-BE.dis │ │ │ ├── nl-NL-g0.utb │ │ │ ├── nl-chardefs.uti │ │ │ ├── nl-comp8.utb │ │ │ ├── nl-g0.uti │ │ │ ├── nl.tbl │ │ │ ├── nl_BE.tbl │ │ │ ├── no-no-8dot-fallback-6dot-g0.utb │ │ │ ├── no-no-8dot.utb │ │ │ ├── no-no-braillo-047-01.dis │ │ │ ├── no-no-chardefs6.uti │ │ │ ├── no-no-comp8.ctb │ │ │ ├── no-no-g0.utb │ │ │ ├── no-no-g1.ctb │ │ │ ├── no-no-g2.ctb │ │ │ ├── no-no-g3.ctb │ │ │ ├── no-no-generic.ctb │ │ │ ├── no-no-generic.dis │ │ │ ├── no-no-latinLetterDef6Dots_diacritics.uti │ │ │ ├── no-no.dis │ │ │ ├── no.tbl │ │ │ ├── np-in-g1.utb │ │ │ ├── or-in-g1.utb │ │ │ ├── or.tbl │ │ │ ├── oriya.cti │ │ │ ├── pa.tbl │ │ │ ├── pi.ctb │ │ │ ├── pi.tbl │ │ │ ├── pl-pl-comp8.ctb │ │ │ ├── pl.tbl │ │ │ ├── printables.cti │ │ │ ├── pt-pt-comp8.ctb │ │ │ ├── pt-pt-g1.utb │ │ │ ├── pt-pt-g2.ctb │ │ │ ├── pt.tbl │ │ │ ├── pu-in-g1.utb │ │ │ ├── ro.ctb │ │ │ ├── ro.tbl │ │ │ ├── ru-chardefs.cti │ │ │ ├── ru-compbrl.ctb │ │ │ ├── ru-letters.dis │ │ │ ├── ru-litbrl-detailed.utb │ │ │ ├── ru-litbrl.ctb │ │ │ ├── ru-ru-g1.utb │ │ │ ├── ru-ru.dis │ │ │ ├── ru-unicode.dis │ │ │ ├── ru.ctb │ │ │ ├── ru.tbl │ │ │ ├── sa-in-g1.utb │ │ │ ├── sa.tbl │ │ │ ├── sd.tbl │ │ │ ├── se-se.ctb │ │ │ ├── se-se.dis │ │ │ ├── si-in-g1.utb │ │ │ ├── sin.cti │ │ │ ├── sin.utb │ │ │ ├── sk-chardefs.cti │ │ │ ├── sk-g1.ctb │ │ │ ├── sk-sk-g1.utb │ │ │ ├── sk-sk.utb │ │ │ ├── sk-translation.cti │ │ │ ├── sk.tbl │ │ │ ├── sl-si-comp8.ctb │ │ │ ├── sl-si-g1.utb │ │ │ ├── sl.tbl │ │ │ ├── sot-za-g1.ctb │ │ │ ├── spaces.uti │ │ │ ├── sr-chardefs.cti │ │ │ ├── sr-g1.ctb │ │ │ ├── sr.tbl │ │ │ ├── sv-1989.ctb │ │ │ ├── sv-1996.ctb │ │ │ ├── sv.tbl │ │ │ ├── ta-ta-g1.ctb │ │ │ ├── ta.ctb │ │ │ ├── ta.tbl │ │ │ ├── tamil.cti │ │ │ ├── te-in-g1.utb │ │ │ ├── te.tbl │ │ │ ├── telugu.cti │ │ │ ├── text_nabcc.dis │ │ │ ├── tr-g1.ctb │ │ │ ├── tr-g2.ctb │ │ │ ├── tr-g2.tbl │ │ │ ├── tr.ctb │ │ │ ├── tr.tbl │ │ │ ├── tsn-za-g1.ctb │ │ │ ├── uk-comp.utb │ │ │ ├── uk.utb │ │ │ ├── ukchardefs.cti │ │ │ ├── ukmaths_single_cell_defs.cti │ │ │ ├── ukmaths_unicode_defs.cti │ │ │ ├── uni-text.dis │ │ │ ├── unicode-braille.utb │ │ │ ├── unicode-without-blank.dis │ │ │ ├── unicode.dis │ │ │ ├── ur-pk-g1.utb │ │ │ ├── ur-pk-g2.ctb │ │ │ ├── us-table.dis │ │ │ ├── uz-g1.utb │ │ │ ├── vi-g1.ctb │ │ │ ├── vi.ctb │ │ │ ├── vi.tbl │ │ │ ├── wiskunde-chardefs.cti │ │ │ ├── wordcx.dis │ │ │ ├── zh-chn.ctb │ │ │ ├── zh-hk.ctb │ │ │ ├── zh-tw.ctb │ │ │ ├── zh_CHN.tbl │ │ │ ├── zh_HK.tbl │ │ │ ├── zh_TW.tbl │ │ │ ├── zhcn-g1.ctb │ │ │ └── zhcn-g2.ctb │ ├── message.html │ ├── nvda-old.log │ ├── nvda.exe │ ├── nvda.log │ ├── nvda_eoaProxy.exe │ ├── nvda_noUIAccess.exe │ ├── nvda_slave.exe │ ├── nvda_uiAccess.exe │ ├── pyexpat.pyd │ ├── python37.dll │ ├── select.pyd │ ├── synthDrivers │ │ ├── espeak-ng-data │ │ │ ├── af_dict │ │ │ ├── am_dict │ │ │ ├── an_dict │ │ │ ├── ar_dict │ │ │ ├── as_dict │ │ │ ├── az_dict │ │ │ ├── ba_dict │ │ │ ├── bg_dict │ │ │ ├── bn_dict │ │ │ ├── bpy_dict │ │ │ ├── bs_dict │ │ │ ├── ca_dict │ │ │ ├── chr_dict │ │ │ ├── cs_dict │ │ │ ├── cv_dict │ │ │ ├── cy_dict │ │ │ ├── da_dict │ │ │ ├── de_dict │ │ │ ├── el_dict │ │ │ ├── en_dict │ │ │ ├── eo_dict │ │ │ ├── es_dict │ │ │ ├── et_dict │ │ │ ├── eu_dict │ │ │ ├── fa_dict │ │ │ ├── fi_dict │ │ │ ├── fr_dict │ │ │ ├── ga_dict │ │ │ ├── gd_dict │ │ │ ├── gn_dict │ │ │ ├── grc_dict │ │ │ ├── gu_dict │ │ │ ├── hak_dict │ │ │ ├── haw_dict │ │ │ ├── he_dict │ │ │ ├── hi_dict │ │ │ ├── hr_dict │ │ │ ├── ht_dict │ │ │ ├── hu_dict │ │ │ ├── hy_dict │ │ │ ├── ia_dict │ │ │ ├── id_dict │ │ │ ├── intonations │ │ │ ├── is_dict │ │ │ ├── it_dict │ │ │ ├── ja_dict │ │ │ ├── jbo_dict │ │ │ ├── ka_dict │ │ │ ├── kk_dict │ │ │ ├── kl_dict │ │ │ ├── kn_dict │ │ │ ├── ko_dict │ │ │ ├── kok_dict │ │ │ ├── ku_dict │ │ │ ├── ky_dict │ │ │ ├── la_dict │ │ │ ├── lang │ │ │ │ ├── aav │ │ │ │ │ ├── vi │ │ │ │ │ ├── vi-VN-x-central │ │ │ │ │ └── vi-VN-x-south │ │ │ │ ├── art │ │ │ │ │ ├── eo │ │ │ │ │ ├── ia │ │ │ │ │ ├── jbo │ │ │ │ │ ├── lfn │ │ │ │ │ └── py │ │ │ │ ├── azc │ │ │ │ │ └── nci │ │ │ │ ├── bat │ │ │ │ │ ├── lt │ │ │ │ │ ├── ltg │ │ │ │ │ └── lv │ │ │ │ ├── bnt │ │ │ │ │ ├── sw │ │ │ │ │ └── tn │ │ │ │ ├── ccs │ │ │ │ │ └── ka │ │ │ │ ├── cel │ │ │ │ │ ├── cy │ │ │ │ │ ├── ga │ │ │ │ │ └── gd │ │ │ │ ├── cus │ │ │ │ │ └── om │ │ │ │ ├── dra │ │ │ │ │ ├── kn │ │ │ │ │ ├── ml │ │ │ │ │ ├── ta │ │ │ │ │ └── te │ │ │ │ ├── esx │ │ │ │ │ └── kl │ │ │ │ ├── eu │ │ │ │ ├── gmq │ │ │ │ │ ├── da │ │ │ │ │ ├── is │ │ │ │ │ ├── nb │ │ │ │ │ └── sv │ │ │ │ ├── gmw │ │ │ │ │ ├── af │ │ │ │ │ ├── de │ │ │ │ │ ├── en │ │ │ │ │ ├── en-029 │ │ │ │ │ ├── en-GB-scotland │ │ │ │ │ ├── en-GB-x-gbclan │ │ │ │ │ ├── en-GB-x-gbcwmd │ │ │ │ │ ├── en-GB-x-rp │ │ │ │ │ ├── en-US │ │ │ │ │ └── nl │ │ │ │ ├── grk │ │ │ │ │ ├── el │ │ │ │ │ └── grc │ │ │ │ ├── inc │ │ │ │ │ ├── as │ │ │ │ │ ├── bn │ │ │ │ │ ├── bpy │ │ │ │ │ ├── gu │ │ │ │ │ ├── hi │ │ │ │ │ ├── kok │ │ │ │ │ ├── mr │ │ │ │ │ ├── ne │ │ │ │ │ ├── or │ │ │ │ │ ├── pa │ │ │ │ │ ├── sd │ │ │ │ │ ├── si │ │ │ │ │ └── ur │ │ │ │ ├── ine │ │ │ │ │ ├── hy │ │ │ │ │ ├── hyw │ │ │ │ │ └── sq │ │ │ │ ├── ira │ │ │ │ │ ├── fa │ │ │ │ │ ├── fa-Latn │ │ │ │ │ └── ku │ │ │ │ ├── iro │ │ │ │ │ └── chr │ │ │ │ ├── itc │ │ │ │ │ └── la │ │ │ │ ├── jpx │ │ │ │ │ └── ja │ │ │ │ ├── ko │ │ │ │ ├── map │ │ │ │ │ └── haw │ │ │ │ ├── myn │ │ │ │ │ └── quc │ │ │ │ ├── poz │ │ │ │ │ ├── id │ │ │ │ │ ├── mi │ │ │ │ │ └── ms │ │ │ │ ├── qu │ │ │ │ ├── roa │ │ │ │ │ ├── an │ │ │ │ │ ├── ca │ │ │ │ │ ├── es │ │ │ │ │ ├── es-419 │ │ │ │ │ ├── fr │ │ │ │ │ ├── fr-BE │ │ │ │ │ ├── fr-CH │ │ │ │ │ ├── ht │ │ │ │ │ ├── it │ │ │ │ │ ├── pap │ │ │ │ │ ├── pt │ │ │ │ │ ├── pt-BR │ │ │ │ │ └── ro │ │ │ │ ├── sai │ │ │ │ │ └── gn │ │ │ │ ├── sem │ │ │ │ │ ├── am │ │ │ │ │ ├── ar │ │ │ │ │ ├── he │ │ │ │ │ └── mt │ │ │ │ ├── sit │ │ │ │ │ ├── cmn │ │ │ │ │ ├── hak │ │ │ │ │ ├── my │ │ │ │ │ └── yue │ │ │ │ ├── tai │ │ │ │ │ ├── shn │ │ │ │ │ └── th │ │ │ │ ├── trk │ │ │ │ │ ├── az │ │ │ │ │ ├── ba │ │ │ │ │ ├── cv │ │ │ │ │ ├── kk │ │ │ │ │ ├── ky │ │ │ │ │ ├── nog │ │ │ │ │ ├── tk │ │ │ │ │ ├── tr │ │ │ │ │ ├── tt │ │ │ │ │ ├── ug │ │ │ │ │ └── uz │ │ │ │ ├── urj │ │ │ │ │ ├── et │ │ │ │ │ ├── fi │ │ │ │ │ └── hu │ │ │ │ ├── zle │ │ │ │ │ ├── ru │ │ │ │ │ ├── ru-LV │ │ │ │ │ └── uk │ │ │ │ ├── zls │ │ │ │ │ ├── bg │ │ │ │ │ ├── bs │ │ │ │ │ ├── hr │ │ │ │ │ ├── mk │ │ │ │ │ ├── sl │ │ │ │ │ └── sr │ │ │ │ └── zlw │ │ │ │ │ ├── cs │ │ │ │ │ ├── pl │ │ │ │ │ └── sk │ │ │ ├── lfn_dict │ │ │ ├── lt_dict │ │ │ ├── lv_dict │ │ │ ├── mi_dict │ │ │ ├── mk_dict │ │ │ ├── ml_dict │ │ │ ├── mr_dict │ │ │ ├── ms_dict │ │ │ ├── mt_dict │ │ │ ├── my_dict │ │ │ ├── nci_dict │ │ │ ├── ne_dict │ │ │ ├── nl_dict │ │ │ ├── no_dict │ │ │ ├── nog_dict │ │ │ ├── om_dict │ │ │ ├── or_dict │ │ │ ├── pa_dict │ │ │ ├── pap_dict │ │ │ ├── phondata │ │ │ ├── phondata-manifest │ │ │ ├── phonindex │ │ │ ├── phontab │ │ │ ├── pl_dict │ │ │ ├── pt_dict │ │ │ ├── py_dict │ │ │ ├── qu_dict │ │ │ ├── quc_dict │ │ │ ├── ro_dict │ │ │ ├── ru_dict │ │ │ ├── sd_dict │ │ │ ├── shn_dict │ │ │ ├── si_dict │ │ │ ├── sk_dict │ │ │ ├── sl_dict │ │ │ ├── sq_dict │ │ │ ├── sr_dict │ │ │ ├── sv_dict │ │ │ ├── sw_dict │ │ │ ├── ta_dict │ │ │ ├── te_dict │ │ │ ├── th_dict │ │ │ ├── tk_dict │ │ │ ├── tn_dict │ │ │ ├── tr_dict │ │ │ ├── tt_dict │ │ │ ├── ug_dict │ │ │ ├── uk_dict │ │ │ ├── ur_dict │ │ │ ├── uz_dict │ │ │ ├── vi_dict │ │ │ ├── voices │ │ │ │ └── !v │ │ │ │ │ ├── Andrea │ │ │ │ │ ├── Andy │ │ │ │ │ ├── Annie │ │ │ │ │ ├── AnxiousAndy │ │ │ │ │ ├── Denis │ │ │ │ │ ├── Diogo │ │ │ │ │ ├── Gene │ │ │ │ │ ├── Gene2 │ │ │ │ │ ├── Henrique │ │ │ │ │ ├── Hugo │ │ │ │ │ ├── Jacky │ │ │ │ │ ├── Lee │ │ │ │ │ ├── Mario │ │ │ │ │ ├── Michael │ │ │ │ │ ├── Mr serious │ │ │ │ │ ├── Nguyen │ │ │ │ │ ├── RicishayMax │ │ │ │ │ ├── RicishayMax2 │ │ │ │ │ ├── RicishayMax3 │ │ │ │ │ ├── Storm │ │ │ │ │ ├── Tweaky │ │ │ │ │ ├── anika │ │ │ │ │ ├── anikaRobot │ │ │ │ │ ├── announcer │ │ │ │ │ ├── antonio │ │ │ │ │ ├── aunty │ │ │ │ │ ├── belinda │ │ │ │ │ ├── boris │ │ │ │ │ ├── croak │ │ │ │ │ ├── ed │ │ │ │ │ ├── f1 │ │ │ │ │ ├── f2 │ │ │ │ │ ├── f3 │ │ │ │ │ ├── f4 │ │ │ │ │ ├── f5 │ │ │ │ │ ├── fast │ │ │ │ │ ├── grandma │ │ │ │ │ ├── grandpa │ │ │ │ │ ├── gustave │ │ │ │ │ ├── iven │ │ │ │ │ ├── iven2 │ │ │ │ │ ├── iven3 │ │ │ │ │ ├── iven4 │ │ │ │ │ ├── john │ │ │ │ │ ├── kaukovalta │ │ │ │ │ ├── klatt │ │ │ │ │ ├── klatt2 │ │ │ │ │ ├── klatt3 │ │ │ │ │ ├── klatt4 │ │ │ │ │ ├── linda │ │ │ │ │ ├── m1 │ │ │ │ │ ├── m2 │ │ │ │ │ ├── m3 │ │ │ │ │ ├── m4 │ │ │ │ │ ├── m5 │ │ │ │ │ ├── m6 │ │ │ │ │ ├── m7 │ │ │ │ │ ├── m8 │ │ │ │ │ ├── marcelo │ │ │ │ │ ├── max │ │ │ │ │ ├── michel │ │ │ │ │ ├── miguel │ │ │ │ │ ├── norbert │ │ │ │ │ ├── pablo │ │ │ │ │ ├── pablo2 │ │ │ │ │ ├── paul │ │ │ │ │ ├── pedro │ │ │ │ │ ├── quincy │ │ │ │ │ ├── rob │ │ │ │ │ ├── robert │ │ │ │ │ ├── robosoft3 │ │ │ │ │ ├── robosoft4 │ │ │ │ │ ├── robosoft5 │ │ │ │ │ ├── robosoft6 │ │ │ │ │ ├── robosoft7 │ │ │ │ │ ├── robosoft8 │ │ │ │ │ ├── sandro │ │ │ │ │ ├── shelby │ │ │ │ │ ├── steph │ │ │ │ │ ├── steph2 │ │ │ │ │ ├── steph3 │ │ │ │ │ ├── travis │ │ │ │ │ ├── victor │ │ │ │ │ ├── whisper │ │ │ │ │ ├── whisperf │ │ │ │ │ └── zac │ │ │ └── zh_dict │ │ └── espeak.dll │ ├── ucrtbase.dll │ ├── unicodedata.pyd │ ├── uninstall.exe │ ├── userConfig │ │ ├── addonsState.pickle │ │ ├── nvda.ini │ │ ├── profiles │ │ │ └── test.ini │ │ └── updateCheckState.pickle │ ├── vccorlib140.dll │ ├── waves │ │ ├── browseMode.wav │ │ ├── error.wav │ │ ├── exit.wav │ │ ├── focusMode.wav │ │ ├── screenCurtainOff.wav │ │ ├── screenCurtainOn.wav │ │ ├── start.wav │ │ ├── suggestionsClosed.wav │ │ ├── suggestionsOpened.wav │ │ └── textError.wav │ ├── winsound.pyd │ ├── wx._adv.pyd │ ├── wx._core.pyd │ ├── wx._stc.pyd │ ├── wx.siplib.pyd │ ├── wxbase30u_net_vc140.dll │ ├── wxbase30u_vc140.dll │ ├── wxmsw30u_adv_vc140.dll │ ├── wxmsw30u_core_vc140.dll │ └── wxmsw30u_stc_vc140.dll │ └── settings │ ├── addonsState.pickle │ └── nvda.ini └── yarn.lock /.changeset/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://unpkg.com/@changesets/config@1.4.0/schema.json", 3 | "changelog": [ 4 | "@changesets/changelog-github", 5 | { "repo": "eps1lon/screen-reader-testing-library" } 6 | ], 7 | "commit": false, 8 | "linked": [], 9 | "access": "public", 10 | "baseBranch": "main", 11 | "updateInternalDependencies": "patch", 12 | "ignore": ["example-jest", "example-node"] 13 | } 14 | -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- 1 | export SRTL_DEV=true -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # files formatted by prettier 2 | *.json text eol=lf 3 | *.js text eol=lf 4 | *.jsx text eol=lf 5 | *.md text eol=lf 6 | *.ts text eol=lf 7 | *.tsx text eol=lf 8 | *.yml text eol=lf 9 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: eps1lon 2 | -------------------------------------------------------------------------------- /.github/renovate.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 | "extends": ["config:base"], 4 | "automerge": false, 5 | "dependencyDashboard": true, 6 | "labels": ["dependencies"], 7 | "prConcurrentLimit": 30, 8 | "prHourlyLimit": 0, 9 | "schedule": "before 6:00am on the first day of the month", 10 | "timezone": "UTC", 11 | "packageRules": [ 12 | { 13 | "groupName": "examples", 14 | "matchPaths": ["examples/**/package.json"], 15 | "minor": { 16 | "enabled": false 17 | }, 18 | "patch": { 19 | "enabled": false 20 | } 21 | } 22 | ] 23 | } 24 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /.env 2 | node_modules/ 3 | /nvda.log 4 | /nvda-old.log 5 | /vendor/*.zip -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | v16.2.0 2 | -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- 1 | .yarn/ 2 | src/CHANGELOG.md 3 | -------------------------------------------------------------------------------- /.yarnrc: -------------------------------------------------------------------------------- 1 | # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. 2 | # yarn lockfile v1 3 | 4 | 5 | yarn-path ".yarn/releases/yarn-1.22.5.js" 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Screen Reader Testing Library 2 | 3 | Utilities to match the speech output of screen readers when replaying user interactions. 4 | Currently only [NVDA](https://www.nvaccess.org/) is supported. 5 | 6 | ## Getting started 7 | 8 | Check out the the folders inside `examples/`: 9 | 10 | - [using `jest`](/examples/jest/) 11 | - [using `node`](/examples/node/) 12 | -------------------------------------------------------------------------------- /examples/jest/README.md: -------------------------------------------------------------------------------- 1 | # NVDA snapshot testing 2 | 3 | Check out [`index.test.ts`](./index.test.ts) for using `screen-reader-testing-library` with `jest`. 4 | 5 | ## Installation 6 | 7 | - Windows with powershell 8 | - node 14.x 9 | - install dependencies via `yarn` 10 | 11 | ## Getting started 12 | 13 | 1. Open a PowerShell 14 | 2. Replace the commands found in `test.example.ps1` 15 | Executing `test.example.ps1` directly (with `Set-ExecutionPolicy -Scope CurrentUser RemoteSigned`) will not bring the opened browser window to the front. 16 | 17 | ## Known issues 18 | 19 | - Running `jest` in watchmode causes empty recorded speech outputs and NVDA freezing. 20 | -------------------------------------------------------------------------------- /examples/jest/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: [ 3 | ["@babel/preset-env", { targets: { node: "current" } }], 4 | "@babel/preset-typescript", 5 | ], 6 | }; 7 | -------------------------------------------------------------------------------- /examples/jest/jest.config.js: -------------------------------------------------------------------------------- 1 | const path = require("path"); 2 | 3 | module.exports = { 4 | // We only need this config due to our folder layout. 5 | // Usually you don't need to specify the path the the babel config. 6 | // We only need the babel config because our test is written in TypEscript useing ES modules. 7 | transform: { 8 | "^.+\\.[jt]sx?$": [ 9 | "babel-jest", 10 | { configFile: path.join(__dirname, "babel.config.js") }, 11 | ], 12 | }, 13 | }; 14 | -------------------------------------------------------------------------------- /examples/jest/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "example-jest", 3 | "dependencies": { 4 | "@babel/core": "^7.14.3", 5 | "@babel/preset-env": "^7.14.4", 6 | "@babel/preset-typescript": "^7.13.0", 7 | "@types/jest": "^26.0.23", 8 | "jest": "^26.4.2", 9 | "playwright": "^1.11.1", 10 | "screen-reader-testing-library": "^0.0.8", 11 | "typescript": "^4.3.2" 12 | }, 13 | "private": "true", 14 | "version": "1.0.0" 15 | } 16 | -------------------------------------------------------------------------------- /examples/node/README.md: -------------------------------------------------------------------------------- 1 | # NVDA snapshot testing 2 | 3 | Check out [`index.js`](./index.js) for using `screen-reader-testing-library` with `node`. 4 | 5 | ## Installation 6 | 7 | - Windows with powershell 8 | - node 14.x 9 | - install dependencies via `yarn` 10 | 11 | ## Getting started 12 | 13 | 1. Open a PowerShell 14 | 2. Replace the commands found in `test.example.ps1` 15 | Executing `test.example.ps1` directly (with `Set-ExecutionPolicy -Scope CurrentUser RemoteSigned`) will not bring the opened browser window to the front. 16 | -------------------------------------------------------------------------------- /examples/node/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "example-node", 3 | "dependencies": { 4 | "playwright": "^1.11.1", 5 | "screen-reader-testing-library": "^0.0.8" 6 | }, 7 | "private": "true", 8 | "version": "1.0.0" 9 | } 10 | -------------------------------------------------------------------------------- /jest.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | roots: ["/src/"], 3 | }; 4 | -------------------------------------------------------------------------------- /src/.npmignore: -------------------------------------------------------------------------------- 1 | **/__tests__ -------------------------------------------------------------------------------- /src/README.md: -------------------------------------------------------------------------------- 1 | # screen-reader-testing-library 2 | 3 | TODO API 4 | 5 | ## Caveat 6 | 7 | Speech output is only complete for english pages i.e. `` to save install size. 8 | Please file an issue if you need other locales. 9 | -------------------------------------------------------------------------------- /src/bin/nvda.ps1: -------------------------------------------------------------------------------- 1 | param ([switch] $quit, $logFilePath) 2 | 3 | $CACHE_DIR = "$HOME\AppData\Local\screen-reader-testing-library" 4 | $NVDA_VENDOR = "$CACHE_DIR\screen-readers\nvda-2020.4" 5 | $NVDA_BIN = "$NVDA_VENDOR\portable\nvda.exe" 6 | 7 | if ($logFilePath) { 8 | & $NVDA_BIN --config-path=$NVDA_VENDOR\settings --log-file=$logFilePath 9 | } 10 | elseif ($quit) { 11 | & $NVDA_BIN -q 12 | } 13 | else { 14 | throw "Either pass a -logFilePath or -quit NVDA." 15 | } 16 | -------------------------------------------------------------------------------- /src/matcherTypes.d.ts: -------------------------------------------------------------------------------- 1 | import { Speech } from "screen-reader-testing-library"; 2 | 3 | export {}; 4 | 5 | declare global { 6 | namespace jest { 7 | interface Matchers { 8 | toAnnounceNVDA(expectedLines: Speech): Promise; 9 | toMatchSpeechSnapshot(snapshotName?: string): Promise; 10 | toMatchSpeechInlineSnapshot( 11 | expectedLinesSnapshot?: string 12 | ): Promise; 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /src/screenReaders.json: -------------------------------------------------------------------------------- 1 | { 2 | "comment": "", 3 | "screenReaders": [{ "name": "nvda", "revision": "2020.4" }] 4 | } 5 | -------------------------------------------------------------------------------- /src/types/logParser.d.ts: -------------------------------------------------------------------------------- 1 | /** 2 | * @param {string} nvdaLog 3 | * @returns {string[][]} 4 | */ 5 | export function extractSpeechLines(nvdaLog: string): string[][]; 6 | -------------------------------------------------------------------------------- /tsconfig.build.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "./tsconfig", 3 | "compilerOptions": { 4 | "declaration": true, 5 | "emitDeclarationOnly": true, 6 | "noEmit": false, 7 | "outDir": "src/types" 8 | }, 9 | "files": ["src/index.js"], 10 | "include": [], 11 | "exclude": ["src/**/__tests__/**/*.js"] 12 | } 13 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/API-MS-Win-core-xstate-l2-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/API-MS-Win-core-xstate-l2-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/COMRegistrationFixes/oleaccProxy.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/COMRegistrationFixes/oleaccProxy.reg -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/MSVCP140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/MSVCP140.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/VCRUNTIME140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/VCRUNTIME140.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/_bz2.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/_bz2.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/_ctypes.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/_ctypes.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/_decimal.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/_decimal.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/_hashlib.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/_hashlib.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/_lzma.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/_lzma.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/_queue.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/_queue.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/_socket.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/_socket.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/_ssl.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/_ssl.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-console-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-console-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-datetime-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-datetime-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-debug-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-debug-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-errorhandling-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-errorhandling-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-file-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-file-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-file-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-file-l1-2-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-file-l2-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-file-l2-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-handle-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-handle-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-heap-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-heap-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-interlocked-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-interlocked-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-libraryloader-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-libraryloader-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-localization-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-localization-l1-2-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-memory-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-memory-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-namedpipe-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-namedpipe-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-processenvironment-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-processenvironment-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-processthreads-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-processthreads-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-processthreads-l1-1-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-processthreads-l1-1-1.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-profile-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-profile-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-rtlsupport-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-rtlsupport-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-string-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-string-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-synch-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-synch-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-synch-l1-2-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-synch-l1-2-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-sysinfo-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-sysinfo-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-timezone-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-timezone-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-core-util-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-core-util-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-conio-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-conio-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-convert-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-convert-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-environment-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-environment-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-filesystem-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-filesystem-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-heap-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-heap-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-locale-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-locale-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-math-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-math-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-multibyte-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-multibyte-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-private-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-private-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-process-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-process-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-runtime-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-runtime-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-stdio-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-stdio-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-string-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-string-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-time-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-time-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/api-ms-win-crt-utility-l1-1-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/api-ms-win-crt-utility-l1-1-0.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/brailleDisplayDrivers/lilli.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/brailleDisplayDrivers/lilli.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/brlapi-0.8.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/brlapi-0.8.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/brlapi.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/brlapi.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/builtin.dic: -------------------------------------------------------------------------------- 1 | #break up words that use a capital letter to denote another word 2 | ([a-z])([A-Z]) \1 \2 1 1 3 | #Break away a word starting with a capital from a fully uppercase word 4 | ([A-Z])([A-Z][a-z]) \1 \2 1 1 5 | #Break words that have numbers at the end 6 | ((?:(?=\D)\w)+)(\d+) \1 \2 1 1 7 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/fonts/FreeMono-FixedBraille.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/fonts/FreeMono-FixedBraille.ttf -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/images/nvda.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/images/nvda.ico -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/lib/2020.4/IAccessible2proxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/lib/2020.4/IAccessible2proxy.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/lib/2020.4/ISimpleDOM.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/lib/2020.4/ISimpleDOM.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/lib/2020.4/minHook.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/lib/2020.4/minHook.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/lib/2020.4/nvdaHelperLocal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/lib/2020.4/nvdaHelperLocal.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/lib/2020.4/nvdaHelperLocalWin10.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/lib/2020.4/nvdaHelperLocalWin10.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/lib/2020.4/nvdaHelperRemote.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/lib/2020.4/nvdaHelperRemote.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/lib/2020.4/windowsaccessbridge-32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/lib/2020.4/windowsaccessbridge-32.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/lib64/2020.4/IAccessible2proxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/lib64/2020.4/IAccessible2proxy.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/lib64/2020.4/ISimpleDOM.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/lib64/2020.4/ISimpleDOM.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/lib64/2020.4/minHook.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/lib64/2020.4/minHook.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/lib64/2020.4/nvdaHelperRemote.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/lib64/2020.4/nvdaHelperRemote.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/lib64/2020.4/nvdaHelperRemoteLoader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/lib64/2020.4/nvdaHelperRemoteLoader.exe -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/libArm64/2020.4/IAccessible2proxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/libArm64/2020.4/IAccessible2proxy.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/libArm64/2020.4/ISimpleDOM.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/libArm64/2020.4/ISimpleDOM.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/libArm64/2020.4/nvdaHelperRemote.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/libArm64/2020.4/nvdaHelperRemote.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/libArm64/2020.4/nvdaHelperRemoteLoader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/libArm64/2020.4/nvdaHelperRemoteLoader.exe -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/libcrypto-1_1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/libcrypto-1_1.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/libgcc_s_dw2-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/libgcc_s_dw2-1.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/liblouis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/liblouis.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/library.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/library.zip -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/libssl-1_1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/libssl-1_1.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/locale/en/characterDescriptions.dic: -------------------------------------------------------------------------------- 1 | #English characterDescriptions.dic 2 | #A part of NonVisual Desktop Access (NVDA) 3 | #URL: http://www.nvda-project.org/ 4 | #Copyright (c) 2010-2011 World Light Information Limited and Hong Kong Blind Union. 5 | #This file is covered by the GNU General Public License. 6 | 7 | a Alfa 8 | b Bravo 9 | c Charlie 10 | d Delta 11 | e Echo 12 | f Foxtrot 13 | g Golf 14 | h Hotel 15 | i India 16 | j Juliet 17 | k Kilo 18 | l Lima 19 | m Mike 20 | n November 21 | o Oscar 22 | p Papa 23 | q Quebec 24 | r Romeo 25 | s Sierra 26 | t Tango 27 | u Uniform 28 | v Victor 29 | w Whiskey 30 | x Xray 31 | y Yankee 32 | z Zulu 33 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/ar.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Arabic, uncontracted 2 | #-display-name: Arabic uncontracted braille 3 | 4 | #+locale:ar 5 | #+type:literary 6 | #+contraction:no 7 | #+grade:1 8 | 9 | # TODO: Please correct the metadata above. It is not meant to be 10 | # accurate nor complete. It hasn't been verified by the table 11 | # author yet. It is merely an attempt by the liblouis maintainers 12 | # to get some sensible initial values in place. 13 | 14 | include ar-ar-g1.utb 15 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/as.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Assamese 2 | #-display-name: Assamese braille 3 | 4 | #+locale:as 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include as-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/awa.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Awadhi 2 | #-display-name: Awadhi braille 3 | 4 | #+locale:awa 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include aw-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/bg.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Bulgarian, computer 2 | #-display-name: Bulgarian computer braille 3 | 4 | #+locale:bg 5 | #+type:computer 6 | #+dots:8 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include bg.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/bh.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Bihari 2 | #-display-name: Bihari braille 3 | 4 | #+locale:bh 5 | #+type:literary 6 | 7 | # TODO: Please correct the metadata above. It is not meant to be 8 | # accurate nor complete. It hasn't been verified by the table 9 | # author yet. It is merely an attempt by the liblouis maintainers 10 | # to get some sensible initial values in place. 11 | 12 | # TODO: Please add a reference to official documentation about 13 | # the implemented braille code. Preferably submit the documents 14 | # to https://github.com/liblouis/braille-specs. 15 | 16 | include bh.ctb 17 | include braille-patterns.cti 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/bn.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Bengali 2 | #-display-name: Bengali braille 3 | 4 | #+locale:bn 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include be-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/bo.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Tibetan, computer 2 | #-display-name: Tibetan computer braille 3 | 4 | #+locale:bo 5 | #+type:computer 6 | #+dots:8 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include bo.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/bra.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Braj 2 | #-display-name: Braj braille 3 | 4 | #+locale:bra 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include br-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/ca.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Catalan 2 | #-display-name: Catalan braille 3 | 4 | #+locale:ca 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include ca-g1.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/ckb.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Kurdish 2 | #-display-name: Kurdish braille 3 | 4 | #+locale:ckb 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include ckb-g1.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/cs.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Czech 2 | #-display-name: Czech braille 3 | 4 | #+locale:cs 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include cs-g1.ctb 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/dra.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Dravidian, computer 2 | #-display-name: Dravidian computer braille 3 | 4 | #+locale:dra 5 | #+type:computer 6 | #+dots:8 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include dra.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/el.tbl: -------------------------------------------------------------------------------- 1 | #-display-name: Greek braille 2 | 3 | #+locale: el 4 | #+type: literary 5 | #+dots: 6 6 | #+contraction: no 7 | #+direction: both 8 | 9 | #-copyright: 2017, Dave Mielke 10 | #-license: LGPLv2.1 11 | 12 | #-author-name: Dave Mielke 13 | #-author-email: dave@mielke.cc 14 | #-author-url: http://mielke.cc/ 15 | 16 | # TODO: Please add a reference to official documentation about 17 | # the implemented braille code. Preferably submit the documents 18 | # to https://github.com/liblouis/braille-specs. 19 | 20 | include el.ctb 21 | include braille-patterns.cti 22 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/en_US-comp8-ext.tbl: -------------------------------------------------------------------------------- 1 | #-name: U.S. English 8-dot computer braille for Windows 2 | #-index-name: English, U.S., computer, 8-dot 3 | #-display-name: English 8-dot computer braille as used in the U.S. 4 | 5 | #+locale:en-US 6 | #+type:computer 7 | #+dots:8 8 | #+direction:both 9 | #+system:ebae 10 | 11 | include en-us-comp8-ext.utb 12 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/eo.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Esperanto 2 | #-display-name: Esperanto braille 3 | 4 | #+locale:eo 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include eo-g1.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/et.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Estonian, computer 2 | #-display-name: Estonian computer braille 3 | 4 | #+locale:et 5 | #+type:computer 6 | #+dots:8 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include et.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/fi.tbl: -------------------------------------------------------------------------------- 1 | #-display-name: Finnish computer braille 2 | 3 | #+locale:fi 4 | #+type:computer 5 | #+dots:8 6 | 7 | # TODO: Please correct the metadata above. It is not meant to be 8 | # accurate nor complete. It hasn't been verified by the table 9 | # author yet. It is merely an attempt by the liblouis maintainers 10 | # to get some sensible initial values in place. 11 | 12 | # TODO: Please add a reference to official documentation about 13 | # the implemented braille code. Preferably submit the documents 14 | # to https://github.com/liblouis/braille-specs. 15 | 16 | include fi-fi.ctb 17 | include braille-patterns.cti 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/ga.tbl: -------------------------------------------------------------------------------- 1 | #-display-name: Irish contracted braille 2 | 3 | #+locale:ga 4 | #+type:literary 5 | #+contraction:full 6 | #+grade:2 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include ga-g2.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/gd.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Scottish Gaelic, computer 2 | #-display-name: Scottish Gaelic computer braille 3 | 4 | #+locale:gd 5 | #+type:computer 6 | #+dots:8 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include gd.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/gez.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Ethiopic 2 | #-display-name: Ethiopic braille 3 | 4 | #+locale:gez 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include ethio-g1.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/gon.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Gondi 2 | #-display-name: Gondi braille 3 | 4 | #+locale:gon 5 | #+type:literary 6 | 7 | # TODO: Please correct the metadata above. It is not meant to be 8 | # accurate nor complete. It hasn't been verified by the table 9 | # author yet. It is merely an attempt by the liblouis maintainers 10 | # to get some sensible initial values in place. 11 | 12 | # TODO: Please add a reference to official documentation about 13 | # the implemented braille code. Preferably submit the documents 14 | # to https://github.com/liblouis/braille-specs. 15 | 16 | include gon.ctb 17 | include braille-patterns.cti 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/gu.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Gujarati 2 | #-display-name: Gujarati braille 3 | 4 | #+locale:gu 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include gu-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/he.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Hebrew, computer 2 | #-display-name: Hebrew computer braille 3 | 4 | #+locale:he 5 | #+type:computer 6 | #+dots:8 7 | 8 | # TODO: Please add a reference to official documentation about 9 | # the implemented braille code. Preferably submit the documents 10 | # to https://github.com/liblouis/braille-specs. 11 | 12 | include he.ctb 13 | include braille-patterns.cti 14 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/hi.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Hindi 2 | #-display-name: Hindi braille 3 | 4 | #+locale:hi 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include hi-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/hr-comp8.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Croatian, computer 2 | #-display-name: Croatian computer braille 3 | 4 | #+locale:hr 5 | #+type:computer 6 | #+dots:8 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include hr-comp8.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/hr-g1.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Croatian 2 | #-display-name: Croatian braille 3 | 4 | #+locale: hr 5 | #+type: literary 6 | #+grade: 1 7 | 8 | include hr-g1.ctb 9 | include braille-patterns.cti 10 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/hy.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Armenian, computer 2 | #-display-name: Armenian computer braille 3 | 4 | #+locale:hy 5 | #+type:computer 6 | #+dots:8 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include hy.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/hyph_de_DE.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/louis/tables/hyph_de_DE.dic -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/hyph_es_ES.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/louis/tables/hyph_es_ES.dic -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/hyph_fr_FR.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/louis/tables/hyph_fr_FR.dic -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/hyph_nb_NO.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/louis/tables/hyph_nb_NO.dic -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/hyph_nn_NO.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/louis/tables/hyph_nn_NO.dic -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/hyph_pt_PT.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/louis/tables/hyph_pt_PT.dic -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/is.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Icelandic 2 | #-display-name: Icelandic braille 3 | 4 | #+locale:is 5 | #+type:literary 6 | #+dots:6 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include is-chardefs6.cti 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/it.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Italian 2 | #-display-name: Italian braille 3 | 4 | #+locale:it 5 | #+type:literary 6 | #+dots:6 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include it-it-comp6.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/kha.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Khasi 2 | #-display-name: Khasi braille 3 | 4 | #+locale:kha 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include kh-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/kn.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Kannada 2 | #-display-name: Kannada braille 3 | 4 | #+locale:kn 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include ka-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/kok.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Konkani 2 | #-display-name: Konkani braille 3 | 4 | #+locale:kok 5 | #+type:literary 6 | 7 | # TODO: Please correct the metadata above. It is not meant to be 8 | # accurate nor complete. It hasn't been verified by the table 9 | # author yet. It is merely an attempt by the liblouis maintainers 10 | # to get some sensible initial values in place. 11 | 12 | # TODO: Please add a reference to official documentation about 13 | # the implemented braille code. Preferably submit the documents 14 | # to https://github.com/liblouis/braille-specs. 15 | 16 | include kok.ctb 17 | include braille-patterns.cti 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/kru.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Kurukh 2 | #-display-name: Kurukh braille 3 | 4 | #+locale:kru 5 | #+type:literary 6 | 7 | # TODO: Please correct the metadata above. It is not meant to be 8 | # accurate nor complete. It hasn't been verified by the table 9 | # author yet. It is merely an attempt by the liblouis maintainers 10 | # to get some sensible initial values in place. 11 | 12 | # TODO: Please add a reference to official documentation about 13 | # the implemented braille code. Preferably submit the documents 14 | # to https://github.com/liblouis/braille-specs. 15 | 16 | include kru.ctb 17 | include braille-patterns.cti 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/lt-6dot.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Lithuanian, 6-dot 2 | #-display-name: Lithuanian 6-dot braille 3 | 4 | #+locale:lt 5 | #+type:literary 6 | #+contraction:no 7 | #+dots:6 8 | #+direction:both 9 | 10 | include lt-6dot.utb 11 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/lt.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Lithuanian, 8-dot 2 | #-display-name: Lithuanian 8-dot braille 3 | 4 | #+locale:lt 5 | #+type:literary 6 | #+contraction:no 7 | #+dots:8 8 | 9 | # TODO: Please correct the metadata above. It is not meant to be 10 | # accurate nor complete. It hasn't been verified by the table 11 | # author yet. It is merely an attempt by the liblouis maintainers 12 | # to get some sensible initial values in place. 13 | 14 | # TODO: Please add a reference to official documentation about 15 | # the implemented braille code. Preferably submit the documents 16 | # to https://github.com/liblouis/braille-specs. 17 | 18 | include lt.ctb 19 | include braille-patterns.cti 20 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/lv.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Latvian 2 | #-display-name: Latvian braille 3 | 4 | #+locale:lv 5 | #+type:literary 6 | #+dots:6 7 | #+grade:1 8 | 9 | # TODO: Please correct the metadata above. It is not meant to be 10 | # accurate nor complete. It hasn't been verified by the table 11 | # author yet. It is merely an attempt by the liblouis maintainers 12 | # to get some sensible initial values in place. 13 | 14 | # TODO: Please add a reference to official documentation about 15 | # the implemented braille code. Preferably submit the documents 16 | # to https://github.com/liblouis/braille-specs. 17 | 18 | include Lv-Lv-g1.utb 19 | include braille-patterns.cti 20 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/ml.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Malayalam 2 | #-display-name: Malayalam braille 3 | 4 | #+locale:ml 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include ml-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/mni.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Manipuri 2 | #-display-name: Manipuri braille 3 | 4 | #+locale:mni 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include mn-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/mr.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Marathi 2 | #-display-name: Marathi braille 3 | 4 | #+locale:mr 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include mr-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/mt.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Maltese, computer 2 | #-display-name: Maltese computer braille 3 | 4 | #+locale:mt 5 | #+type:computer 6 | #+dots:8 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include mt.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/mun.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Munda 2 | #-display-name: Munda braille 3 | 4 | #+locale:mun 5 | #+type:literary 6 | 7 | # TODO: Please correct the metadata above. It is not meant to be 8 | # accurate nor complete. It hasn't been verified by the table 9 | # author yet. It is merely an attempt by the liblouis maintainers 10 | # to get some sensible initial values in place. 11 | 12 | # TODO: Please add a reference to official documentation about 13 | # the implemented braille code. Preferably submit the documents 14 | # to https://github.com/liblouis/braille-specs. 15 | 16 | include mun.ctb 17 | include braille-patterns.cti 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/mwr.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Marwari 2 | #-display-name: Marwari braille 3 | 4 | #+locale:mwr 5 | #+type:literary 6 | 7 | # TODO: Please correct the metadata above. It is not meant to be 8 | # accurate nor complete. It hasn't been verified by the table 9 | # author yet. It is merely an attempt by the liblouis maintainers 10 | # to get some sensible initial values in place. 11 | 12 | # TODO: Please add a reference to official documentation about 13 | # the implemented braille code. Preferably submit the documents 14 | # to https://github.com/liblouis/braille-specs. 15 | 16 | include mwr.ctb 17 | include braille-patterns.cti 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/ne.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Nepali 2 | #-display-name: Nepali braille 3 | 4 | #+locale:ne 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include np-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/no.tbl: -------------------------------------------------------------------------------- 1 | #-name: Norsk litterær punktskrift, 6-punkt, kortskrift nivå 3 2 | #-index-name: Norwegian, contracted, grade 3 3 | #-display-name: Norwegian grade 3 contracted braille 4 | # 5 | #+locale:no 6 | #+type:literary 7 | #+direction:both 8 | #+dots:6 9 | #+contraction:full 10 | #+grade:3 11 | # 12 | #-unicode-form:nfc 13 | 14 | include no-no-g3.ctb 15 | include braille-patterns.cti 16 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/or.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Oriya 2 | #-display-name: Oriya braille 3 | 4 | #+locale:or 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include or-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/pa.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Punjabi 2 | #-display-name: Punjabi braille 3 | 4 | #+locale:pa 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include pu-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/pi.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Pali 2 | #-display-name: Pali braille 3 | 4 | #+locale:pi 5 | #+type:literary 6 | 7 | # TODO: Please correct the metadata above. It is not meant to be 8 | # accurate nor complete. It hasn't been verified by the table 9 | # author yet. It is merely an attempt by the liblouis maintainers 10 | # to get some sensible initial values in place. 11 | 12 | # TODO: Please add a reference to official documentation about 13 | # the implemented braille code. Preferably submit the documents 14 | # to https://github.com/liblouis/braille-specs. 15 | 16 | include pi.ctb 17 | include braille-patterns.cti 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/pl.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Polish 2 | #-display-name: Polish braille 3 | 4 | #+locale:pl 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include Pl-Pl-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/ro.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Romanian, computer 2 | #-display-name: Romanian computer braille 3 | 4 | #+locale:ro 5 | #+type:computer 6 | #+dots:8 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include ro.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/ru.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Russian 2 | #-display-name: Russian braille 3 | 4 | #+locale:ru 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include ru-litbrl.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/sa.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Sanskrit 2 | #-display-name: Sanskrit braille 3 | 4 | #+locale:sa 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include sa-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/sd.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Sindhi 2 | #-display-name: Sindhi braille 3 | 4 | #+locale:sd 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include si-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/sk.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Slovak 2 | #-display-name: Slovak braille 3 | 4 | #+locale:sk 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include sk-g1.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/sl.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Slovenian 2 | #-display-name: Slovenian braille 3 | 4 | #+locale:sl 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include sl-si-g1.utb 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/sr.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Serbian 2 | #-display-name: Serbian braille 3 | 4 | #+locale:sr 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include sr-g1.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/sv.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Swedish 2 | #-display-name: Swedish braille 3 | 4 | #+locale:sv 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include Se-Se-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/ta.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Tamil, computer 2 | #-display-name: Tamil computer braille 3 | 4 | #+locale:ta 5 | #+type:computer 6 | #+dots:8 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include ta.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/te.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Telugu 2 | #-display-name: Telugu braille 3 | 4 | #+locale:te 5 | #+type:literary 6 | #+grade:1 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include te-in-g1.utb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/tr.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Turkish, computer 2 | #-display-name: Turkish computer braille 3 | 4 | #+locale:tr 5 | #+type:computer 6 | #+dots:8 7 | 8 | # TODO: Please correct the metadata above. It is not meant to be 9 | # accurate nor complete. It hasn't been verified by the table 10 | # author yet. It is merely an attempt by the liblouis maintainers 11 | # to get some sensible initial values in place. 12 | 13 | # TODO: Please add a reference to official documentation about 14 | # the implemented braille code. Preferably submit the documents 15 | # to https://github.com/liblouis/braille-specs. 16 | 17 | include tr.ctb 18 | include braille-patterns.cti 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/vi.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Vietnamese 2 | #-display-name: Vietnamese braille 3 | 4 | #+locale:vi 5 | #+type:literary 6 | #+grade:1 7 | #+dots:6 8 | 9 | # TODO: Please correct the metadata above. It is not meant to be 10 | # accurate nor complete. It hasn't been verified by the table 11 | # author yet. It is merely an attempt by the liblouis maintainers 12 | # to get some sensible initial values in place. 13 | 14 | # TODO: Please add a reference to official documentation about 15 | # the implemented braille code. Preferably submit the documents 16 | # to https://github.com/liblouis/braille-specs. 17 | 18 | include vi-g1.ctb 19 | include braille-patterns.cti 20 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/zh_HK.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Cantonese 2 | #-display-name: Cantonese braille 3 | 4 | #+locale:yue-HK 5 | #+type:literary 6 | 7 | # TODO: Please add a reference to official documentation about 8 | # the implemented braille code. Preferably submit the documents 9 | # to https://github.com/liblouis/braille-specs. 10 | 11 | include zh-hk.ctb 12 | include braille-patterns.cti 13 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/louis/tables/zh_TW.tbl: -------------------------------------------------------------------------------- 1 | #-index-name: Mandarin, Taiwan 2 | #-display-name: Taiwanese braille 3 | 4 | #+locale:cmn-TW 5 | #+type:literary 6 | 7 | # TODO: Please add a reference to official documentation about 8 | # the implemented braille code. Preferably submit the documents 9 | # to https://github.com/liblouis/braille-specs. 10 | 11 | include zh-tw.ctb 12 | include braille-patterns.cti 13 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/nvda.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/nvda.exe -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/nvda_eoaProxy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/nvda_eoaProxy.exe -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/nvda_noUIAccess.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/nvda_noUIAccess.exe -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/nvda_slave.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/nvda_slave.exe -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/nvda_uiAccess.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/nvda_uiAccess.exe -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/pyexpat.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/pyexpat.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/python37.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/python37.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/select.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/select.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/af_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/af_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/am_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/am_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/an_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/an_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ar_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ar_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/as_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/as_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/az_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/az_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/bg_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/bg_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/bn_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/bn_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/bpy_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/bpy_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/bs_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/bs_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ca_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ca_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/chr_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/chr_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/cs_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/cs_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/cv_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/cv_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/cy_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/cy_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/da_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/da_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/de_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/de_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/el_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/el_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/en_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/en_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/eo_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/eo_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/es_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/es_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/et_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/et_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/eu_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/eu_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/fa_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/fa_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/fi_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/fi_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/fr_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/fr_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ga_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ga_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/gd_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/gd_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/gn_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/gn_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/grc_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/grc_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/gu_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/gu_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/hak_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/hak_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/haw_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/haw_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/he_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/he_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/hi_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/hi_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/hr_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/hr_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ht_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ht_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/hu_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/hu_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/hy_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/hy_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ia_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ia_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/id_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/id_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/intonations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/intonations -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/is_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/is_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/it_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/it_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ja_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ja_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/jbo_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/jbo_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ka_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ka_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/kn_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/kn_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ko_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ko_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/kok_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/kok_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ku_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ku_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ky_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ky_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/la_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/la_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/aav/vi: -------------------------------------------------------------------------------- 1 | name Vietnamese (Northern) 2 | language vi 3 | 4 | words 1 2 5 | pitch 95 175 6 | 7 | 8 | tone 100 225 800 100 2000 50 5400 75 8000 200 9 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/aav/vi-VN-x-central: -------------------------------------------------------------------------------- 1 | name Vietnamese (Central) 2 | language vi-vn-x-central 3 | phonemes vi-hue 4 | dictrules 1 5 | 6 | words 1 7 | pitch 82 118 //80 118 8 | //breath 75 75 60 40 15 10 9 | //breathw 150 150 200 200 400 400 10 | voicing 90 //18 11 | flutter 20 12 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/aav/vi-VN-x-south: -------------------------------------------------------------------------------- 1 | name Vietnamese (Southern) 2 | language vi-vn-x-south 3 | phonemes vi-sgn 4 | dictrules 2 5 | 6 | words 1 7 | pitch 82 118 //80 118 8 | //breath 75 75 60 40 15 10 9 | //breathw 150 150 200 200 400 400 10 | voicing 90 //18 11 | flutter 20 12 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/art/eo: -------------------------------------------------------------------------------- 1 | name Esperanto 2 | language eo 3 | 4 | apostrophe 2 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/art/ia: -------------------------------------------------------------------------------- 1 | name Interlingua 2 | language ia 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/art/jbo: -------------------------------------------------------------------------------- 1 | name Lojban 2 | language jbo 3 | 4 | speed 80 // speed adjustment, percentage 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/art/lfn: -------------------------------------------------------------------------------- 1 | name Lingua Franca Nova 2 | language lfn 3 | 4 | phonemes base2 5 | l_unpronouncable 0 6 | numbers 2 3 7 | 8 | stressLength 150 140 180 180 0 0 200 200 9 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/art/py: -------------------------------------------------------------------------------- 1 | name Pyash 2 | language py 3 | maintainer Logan Streondj 4 | status testing 5 | 6 | speed 80 // speed adjustment, percentage 7 | stressRule 0 8 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/azc/nci: -------------------------------------------------------------------------------- 1 | name Nahuatl (Classical) 2 | language nci 3 | 4 | intonation 3 5 | stressRule 2 6 | stressLength 190 190 200 200 0 0 220 240 7 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/bat/lt: -------------------------------------------------------------------------------- 1 | name Lithuanian 2 | language lt 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/bat/ltg: -------------------------------------------------------------------------------- 1 | name Latgalian 2 | language ltg 3 | maintainer Valdis Vitolins 4 | status testing 5 | translator lv // Reuse pronunciation rules from Latvian 6 | phonemes lv 7 | dictionary lv 8 | dictrules 2 // Setting for Latgalian pronunciation 9 | words 0 2 10 | pitch 64 118 11 | breath 10 2 1 0 0 0 0 0 12 | breathw 20 42 85 200 500 1000 13 | tone 60 150 204 100 400 255 700 10 3000 255 14 | stressAmp 12 10 8 8 0 0 15 16 15 | stressLength 160 140 200 140 0 0 240 160 16 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/bat/lv: -------------------------------------------------------------------------------- 1 | name Latvian 2 | language lv 3 | maintainer Valdis Vitolins 4 | status mature 5 | words 0 2 6 | pitch 67 123 7 | breath 10 2 1 0 0 0 0 0 8 | breathw 20 42 85 200 500 1000 9 | tone 60 150 204 100 400 255 700 10 3000 255 10 | stressAmp 12 10 8 8 0 0 15 16 11 | stressLength 160 140 200 130 0 0 240 160 12 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/bnt/sw: -------------------------------------------------------------------------------- 1 | name Swahili 2 | language sw 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/bnt/tn: -------------------------------------------------------------------------------- 1 | name Setswana 2 | language tn 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/ccs/ka: -------------------------------------------------------------------------------- 1 | name Georgian 2 | language ka 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/cel/cy: -------------------------------------------------------------------------------- 1 | name Welsh 2 | language cy 3 | 4 | intonation 4 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/cel/ga: -------------------------------------------------------------------------------- 1 | name Gaelic (Irish) 2 | language ga 3 | 4 | dictrules 1 // fix for eclipsis 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/cel/gd: -------------------------------------------------------------------------------- 1 | name Gaelic (Scottish) 2 | language gd 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/cus/om: -------------------------------------------------------------------------------- 1 | name Oromo 2 | language om 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/dra/kn: -------------------------------------------------------------------------------- 1 | name Kannada 2 | language kn 3 | 4 | intonation 2 5 | //consonants 80 6 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/dra/ml: -------------------------------------------------------------------------------- 1 | name Malayalam 2 | language ml 3 | 4 | intonation 2 5 | //consonants 80 6 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/dra/ta: -------------------------------------------------------------------------------- 1 | name Tamil 2 | language ta 3 | 4 | intonation 2 5 | consonants 80 6 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/dra/te: -------------------------------------------------------------------------------- 1 | name Telugu 2 | language te 3 | 4 | status testing 5 | 6 | intonation 2 7 | //consonants 80 8 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/esx/kl: -------------------------------------------------------------------------------- 1 | name Greenlandic 2 | language kl 3 | 4 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/eu: -------------------------------------------------------------------------------- 1 | name Basque 2 | language eu 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmq/da: -------------------------------------------------------------------------------- 1 | name Danish 2 | language da 3 | 4 | tunes s2 c2 q2 e2 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmq/is: -------------------------------------------------------------------------------- 1 | name Icelandic 2 | language is 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmq/nb: -------------------------------------------------------------------------------- 1 | name Norwegian Bokmål 2 | language nb 3 | language no 4 | phonemes no 5 | dictionary no 6 | 7 | intonation 4 8 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmq/sv: -------------------------------------------------------------------------------- 1 | name Swedish 2 | language sv 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmw/af: -------------------------------------------------------------------------------- 1 | name Afrikaans 2 | language af 3 | 4 | maintainer Christo de Klerk 5 | status mature 6 | 7 | roughness 0 8 | pitch 63 120 9 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmw/de: -------------------------------------------------------------------------------- 1 | name German 2 | language de 3 | tunes s4 c1 q4 e1 4 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmw/en: -------------------------------------------------------------------------------- 1 | name English (Great Britain) 2 | language en-gb 2 3 | language en 2 4 | 5 | maintainer Reece H. Dunn 6 | status mature 7 | 8 | tunes s1 c1 q1 e1 9 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmw/en-029: -------------------------------------------------------------------------------- 1 | name English (Caribbean) 2 | language en-029 3 | language en 10 4 | 5 | maintainer Reece H. Dunn 6 | status mature 7 | 8 | phonemes en-wi 9 | dictrules 8 10 | stressLength 175 175 175 175 220 220 250 290 11 | 12 | replace 00 D d 13 | replace 00 T t[ 14 | replace 00 U@ o@ 15 | replace 03 @ a# 16 | replace 03 3 a# 17 | replace 03 N n 18 | 19 | formant 1 98 100 100 20 | formant 2 98 100 100 21 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmw/en-GB-scotland: -------------------------------------------------------------------------------- 1 | name English (Scotland) 2 | language en-gb-scotland 3 | language en 4 4 | 5 | maintainer Reece H. Dunn 6 | status mature 7 | 8 | phonemes en-sc 9 | dictrules 2 5 6 7 10 | stressLength 180 130 200 200 0 0 250 270 11 | 12 | replace 03 @ V 13 | replace 03 I i 14 | replace 03 I2 i 15 | replace 01 aI aI2 16 | replace 02 a a/ 17 | replace 02 u: U 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmw/en-GB-x-gbclan: -------------------------------------------------------------------------------- 1 | name English (Lancaster) 2 | language en-gb-x-gbclan 3 | language en-gb 3 4 | language en 5 5 | 6 | maintainer Reece H. Dunn 7 | status mature 8 | 9 | phonemes en-n 10 | 11 | stressLength 160 150 180 180 220 220 290 290 12 | 13 | replace 03 N n 14 | replace 03 i I2 15 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmw/en-GB-x-gbcwmd: -------------------------------------------------------------------------------- 1 | name English (West Midlands) 2 | language en-gb-x-gbcwmd 3 | language en-gb 9 4 | language en 9 5 | 6 | phonemes en-wm 7 | 8 | replace 00 h NULL 9 | replace 00 o@ O@ 10 | dictrules 6 11 | intonation 4 12 | stressAdd 0 0 0 0 0 0 0 20 13 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmw/en-GB-x-rp: -------------------------------------------------------------------------------- 1 | name English (Received Pronunciation) 2 | language en-gb-x-rp 3 | language en-gb 4 4 | language en 5 5 | 6 | maintainer Reece H. Dunn 7 | status mature 8 | 9 | phonemes en-rp 10 | 11 | replace 00 o@ O@ 12 | replace 03 I i 13 | replace 03 I2 i 14 | replace 03 @ a# 15 | replace 03 3 a# 16 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmw/en-US: -------------------------------------------------------------------------------- 1 | name English (America) 2 | language en-us 2 3 | language en 3 4 | 5 | maintainer Reece H. Dunn 6 | status mature 7 | 8 | phonemes en-us 9 | dictrules 3 6 10 | option reduce_t 1 11 | 12 | stressLength 140 120 190 170 0 0 255 300 13 | stressAmp 17 16 19 19 19 19 21 19 14 | 15 | replace 03 I i 16 | replace 03 I2 i 17 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/gmw/nl: -------------------------------------------------------------------------------- 1 | name Dutch 2 | language nl 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/grk/el: -------------------------------------------------------------------------------- 1 | name Greek 2 | language el 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/grk/grc: -------------------------------------------------------------------------------- 1 | name Greek (Ancient) 2 | language grc 3 | 4 | stressLength 170 170 190 190 0 0 230 240 5 | dictrules 1 6 | words 3 7 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/inc/as: -------------------------------------------------------------------------------- 1 | name Assamese 2 | language as 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/inc/bn: -------------------------------------------------------------------------------- 1 | name Bengali 2 | language bn 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/inc/bpy: -------------------------------------------------------------------------------- 1 | name Bishnupriya Manipuri 2 | language bpy 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/inc/gu: -------------------------------------------------------------------------------- 1 | name Gujarati 2 | language gu 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/inc/hi: -------------------------------------------------------------------------------- 1 | name Hindi 2 | language hi 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/inc/kok: -------------------------------------------------------------------------------- 1 | name Konkani 2 | language kok 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/inc/mr: -------------------------------------------------------------------------------- 1 | name Marathi 2 | language mr 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/inc/ne: -------------------------------------------------------------------------------- 1 | name Nepali 2 | language ne 3 | 4 | dictrules 1 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/inc/or: -------------------------------------------------------------------------------- 1 | name Oriya 2 | language or 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/inc/pa: -------------------------------------------------------------------------------- 1 | name Punjabi 2 | language pa 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/inc/sd: -------------------------------------------------------------------------------- 1 | name Sindhi 2 | language sd 3 | maintainer Ejaz Shah 4 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/inc/si: -------------------------------------------------------------------------------- 1 | name Sinhala 2 | language si 3 | 4 | status testing 5 | 6 | intonation 2 7 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/inc/ur: -------------------------------------------------------------------------------- 1 | name Urdu 2 | language ur 3 | maintainer Ejaz Shah 4 | status testing 5 | 6 | stressRule 6 7 | 8 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/ine/hy: -------------------------------------------------------------------------------- 1 | name Armenian (East Armenia) 2 | language hy 3 | language hy-arevela 4 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/ine/hyw: -------------------------------------------------------------------------------- 1 | name Armenian (West Armenia) 2 | language hyw 3 | language hy-arevmda 4 | language hy 8 5 | 6 | dictionary hy 7 | dictrules 1 8 | 9 | phonemes hy 10 | 11 | // change consonants for West Armenian pronunciation 12 | replace 00 b p# 13 | replace 00 d t# 14 | replace 00 dz ts# 15 | replace 00 dZ tS# 16 | replace 00 g k# 17 | 18 | replace 00 p b 19 | replace 00 t d 20 | replace 00 ts dz 21 | replace 00 tS dZ 22 | replace 00 k g 23 | 24 | replace 00 R2 R // ?? 25 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/ine/sq: -------------------------------------------------------------------------------- 1 | name Albanian 2 | language sq 3 | 4 | // add this line to remove 'ë' at the end of words 5 | // replace 00 @/ NULL 6 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/ira/fa: -------------------------------------------------------------------------------- 1 | name Persian 2 | language fa 3 | maintainer Shadyar Khodayari 4 | status mature 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/ira/fa-Latn: -------------------------------------------------------------------------------- 1 | name Persian (Pinglish) 2 | // Sometimes, Farsi speakers write Farsi words using English characters, particularly in Chat and SMS (texte messages).), called Pinglish 3 | language fa-latn 4 | maintainer Shadyar Khodayari 5 | status mature 6 | dictrules 1 7 | phonemes fa 8 | 9 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/ira/ku: -------------------------------------------------------------------------------- 1 | name Kurdish 2 | language ku 3 | 4 | //words 1 48 5 | 6 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/itc/la: -------------------------------------------------------------------------------- 1 | name Latin 2 | language la 3 | stressRule 2 33 0 2 4 | // rule=penultimate 5 | // flags=0100001 (no automatic secondary stress + don't stres monosyllables) 6 | // unstressed_wd1=0 7 | // unstressed_wd2=2 8 | 9 | // short gap between words 10 | words 2 11 | 12 | // Note: The Latin voice needs long vowels to be marked with macrons 13 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/jpx/ja: -------------------------------------------------------------------------------- 1 | name Japanese 2 | language ja 3 | phonemes ja 4 | 5 | intonation 4 6 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/ko: -------------------------------------------------------------------------------- 1 | name Korean 2 | language ko 3 | pitch 80 118 4 | intonation 2 5 | 6 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/map/haw: -------------------------------------------------------------------------------- 1 | name Hawaiian 2 | language haw 3 | status testing 4 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/myn/quc: -------------------------------------------------------------------------------- 1 | name K'iche' 2 | language quc 3 | status testing 4 | stressRule 3 // stress on final syllable 5 | stressAmp 8 8 20 15 0 0 25 25 // reduce unstressed vowels 6 | stressLength 120 120 200 150 0 0 250 250 // reduce unstressed vowels 7 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/poz/id: -------------------------------------------------------------------------------- 1 | name Indonesian 2 | language id 3 | 4 | stressLength 160 200 180 180 0 0 220 240 5 | stressAmp 16 18 18 18 0 0 22 21 6 | 7 | consonants 80 80 8 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/poz/mi: -------------------------------------------------------------------------------- 1 | name Māori 2 | language mi 3 | status testing 4 | 5 | // https://github.com/espeak-ng/espeak-ng/blob/master/docs/voices.md#words 6 | words 1 2 7 | 8 | // taken from Jacky 9 | pitch 115 130 10 | 11 | formant 0 150 155 100 12 | formant 1 90 155 70 13 | formant 2 95 70 64 14 | formant 3 15 20 30 15 | formant 4 20 30 40 16 | formant 5 65 20 65 17 | formant 6 70 80 100 18 | formant 7 20 80 100 19 | formant 8 100 95 80 20 | voicing 135 21 | consonants 110 22 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/poz/ms: -------------------------------------------------------------------------------- 1 | // Last updated: 14 October 2010, Jason Ong (jason@portalgroove.com) 2 | name Malay 3 | language ms 4 | phonemes id 5 | 6 | translator id 7 | 8 | stressLength 160 200 180 180 0 0 220 240 9 | stressAmp 16 18 18 18 0 0 22 21 10 | intonation 3 // Less intonation, and comma does not raise the pitch. 11 | 12 | // Nuance - Peninsula Malaysia 13 | // replace 3 a @ // change 'saya' to 'saye' 14 | // (only the last phoneme of a word, only in unstressed syllables) 15 | 16 | consonants 80 80 17 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/qu: -------------------------------------------------------------------------------- 1 | name Quechua 2 | language qu 3 | stressRule 2 // stress on penultimate syllable 4 | status testing 5 | 6 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/roa/an: -------------------------------------------------------------------------------- 1 | name Aragonese 2 | language an 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/roa/ca: -------------------------------------------------------------------------------- 1 | name Catalan 2 | language ca 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/roa/es: -------------------------------------------------------------------------------- 1 | name Spanish (Spain) 2 | language es 3 | dictrules 1 4 | tunes s6 c6 q6 e6 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/roa/es-419: -------------------------------------------------------------------------------- 1 | name Spanish (Latin America) 2 | language es-419 3 | language es-mx 6 4 | language es 6 5 | 6 | phonemes es-la 7 | dictrules 2 8 | intonation 2 9 | stressLength 170 200 230 180 0 0 250 280 10 | 11 | replace 00 T s 12 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/roa/fr: -------------------------------------------------------------------------------- 1 | name French (France) 2 | language fr-fr 3 | language fr 4 | 5 | dictrules 1 6 | tunes s3 c3 q3 e3 7 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/roa/fr-BE: -------------------------------------------------------------------------------- 1 | name French (Belgium) 2 | language fr-be 3 | language fr 8 4 | 5 | dictrules 2 6 | tunes s3 c3 q3 e3 7 | 8 | 9 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/roa/fr-CH: -------------------------------------------------------------------------------- 1 | name French (Switzerland) 2 | language fr-ch 3 | language fr 8 4 | 5 | dictrules 3 6 | tunes s3 c3 q3 e3 7 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/roa/ht: -------------------------------------------------------------------------------- 1 | name Haitian Creole 2 | language ht 3 | status testing 4 | maintainer // TODO somebody should take responsibility for this 5 | 6 | phonemes ht 7 | dictionary ht 8 | 9 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/roa/it: -------------------------------------------------------------------------------- 1 | name Italian 2 | language it 3 | 4 | maintainer Christian Leo M 5 | status mature 6 | 7 | tunes s4 c4 q4 e4 8 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/roa/pap: -------------------------------------------------------------------------------- 1 | name Papiamento 2 | language pap 3 | 4 | status testing 5 | 6 | phonemes base2 7 | 8 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/roa/pt: -------------------------------------------------------------------------------- 1 | name Portuguese (Portugal) 2 | language pt 3 | language pt-pt 4 | phonemes pt-pt 5 | 6 | dictrules 1 7 | intonation 2 8 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/roa/pt-BR: -------------------------------------------------------------------------------- 1 | name Portuguese (Brazil) 2 | language pt-br 3 | language pt 6 4 | 5 | dictrules 2 6 | stressLength 200 115 230 230 0 0 250 270 7 | 8 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/roa/ro: -------------------------------------------------------------------------------- 1 | name Romanian 2 | language ro 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/sai/gn: -------------------------------------------------------------------------------- 1 | name Guarani 2 | language gn 3 | dictrules 1 4 | words 0 1 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/sem/am: -------------------------------------------------------------------------------- 1 | name Amharic 2 | language am 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/sem/ar: -------------------------------------------------------------------------------- 1 | name Arabic 2 | language ar 3 | phonemes ar 4 | 5 | stressRule 4 6 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/sem/he: -------------------------------------------------------------------------------- 1 | name Hebrew 2 | language he 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/sem/mt: -------------------------------------------------------------------------------- 1 | name Maltese 2 | language mt 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/sit/hak: -------------------------------------------------------------------------------- 1 | name Hakka Chinese 2 | language hak 3 | maintainer Chen Chien-ting 4 | status testing 5 | translator hak 6 | phonemes hak 7 | dictionary hak 8 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/sit/my: -------------------------------------------------------------------------------- 1 | name Myanmar (Burmese) 2 | maintainer Min Maung 3 | language my 4 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/sit/yue: -------------------------------------------------------------------------------- 1 | name Chinese (Cantonese) 2 | language yue 3 | language zh-yue 4 | language zh 8 5 | 6 | translator zhy 7 | phonemes zhy 8 | dictionary zhy 9 | 10 | // interpret English letters as 1=English words, 2=jyutping 11 | dictrules 1 12 | 13 | words 1 14 | dict_min 10000 15 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/tai/shn: -------------------------------------------------------------------------------- 1 | name Shan (Tai Yai) 2 | language shn 3 | maintainer ronaldaug 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/tai/th: -------------------------------------------------------------------------------- 1 | name Thai 2 | language th 3 | status testing 4 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/trk/az: -------------------------------------------------------------------------------- 1 | name Azerbaijani 2 | language az 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/trk/ba: -------------------------------------------------------------------------------- 1 | name Bashkir 2 | language ba 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/trk/cv: -------------------------------------------------------------------------------- 1 | name Chuvash 2 | language cv 3 | status testing 4 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/trk/kk: -------------------------------------------------------------------------------- 1 | name Kazakh 2 | language kk 3 | status testing 4 | 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/trk/ky: -------------------------------------------------------------------------------- 1 | name Kyrgyz 2 | language ky 3 | 4 | tunes s3 c3 q3 e3 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/trk/nog: -------------------------------------------------------------------------------- 1 | name Nogai 2 | language nog 3 | status testing 4 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/trk/tk: -------------------------------------------------------------------------------- 1 | name Turkmen 2 | language tk 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/trk/tr: -------------------------------------------------------------------------------- 1 | name Turkish 2 | language tr 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/trk/tt: -------------------------------------------------------------------------------- 1 | name Tatar 2 | language tt 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/trk/ug: -------------------------------------------------------------------------------- 1 | name Uyghur 2 | language ug 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/trk/uz: -------------------------------------------------------------------------------- 1 | name Uzbek 2 | language uz 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/urj/et: -------------------------------------------------------------------------------- 1 | name Estonian 2 | language et 3 | 4 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/urj/fi: -------------------------------------------------------------------------------- 1 | name Finnish 2 | language fi 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/urj/hu: -------------------------------------------------------------------------------- 1 | name Hungarian 2 | language hu 3 | option bracket 0 0 4 | pitch 81 117 5 | 6 | 7 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/zle/ru: -------------------------------------------------------------------------------- 1 | name Russian 2 | language ru 3 | replace 03 a a# 4 | dict_min 20000 5 | speed 95 6 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/zle/ru-LV: -------------------------------------------------------------------------------- 1 | name Russian (Latvia) 2 | language ru-lv 2 3 | 4 | maintainer Valdis Vitolins 5 | status testing 6 | 7 | phonemes ru-lv 8 | dictrules 2 9 | dict_min 20000 10 | speed 95 11 | 12 | words 0 2 13 | tone 150 220 450 255 750 20 3500 255 14 | stressAmp 12 10 8 8 0 0 16 17 15 | stressLength 160 140 200 140 0 0 240 160 16 | 17 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/zle/uk: -------------------------------------------------------------------------------- 1 | name Ukrainian 2 | language uk 3 | status testing 4 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/zls/bg: -------------------------------------------------------------------------------- 1 | name Bulgarian 2 | language bg 3 | 4 | stressAmp 13 12 17 17 20 22 22 21 5 | stressLength 180 170 200 200 200 200 210 220 6 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/zls/bs: -------------------------------------------------------------------------------- 1 | name Bosnian 2 | language bs 3 | phonemes hr 4 | 5 | pitch 81 120 6 | formant 0 100 100 100 7 | formant 1 97 97 100 8 | formant 2 97 97 100 9 | formant 3 97 102 100 10 | formant 4 97 102 100 11 | formant 5 97 102 100 12 | 13 | stressAdd 10 10 0 0 0 0 -30 -30 14 | dictrules 3 4 15 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/zls/hr: -------------------------------------------------------------------------------- 1 | name Croatian 2 | language hr 3 | language hbs 4 | 5 | // attributes towards !variant3 6 | pitch 81 120 7 | formant 0 100 100 100 8 | formant 1 97 97 100 9 | formant 2 97 97 100 10 | formant 3 97 102 100 11 | formant 4 97 102 100 12 | formant 5 97 102 100 13 | 14 | stressAdd 10 10 0 0 0 0 -30 -30 15 | dictrules 1 16 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/zls/mk: -------------------------------------------------------------------------------- 1 | name Macedonian 2 | language mk 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/zls/sl: -------------------------------------------------------------------------------- 1 | name Slovenian 2 | language sl 3 | 4 | status testing 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/zls/sr: -------------------------------------------------------------------------------- 1 | name Serbian 2 | language sr 3 | 4 | // attributes towards !variant3 pitch 80 120 5 | formant 0 100 100 100 6 | formant 1 97 97 100 7 | formant 2 97 97 100 8 | formant 3 97 102 100 9 | formant 4 97 102 100 10 | formant 5 97 102 100 11 | 12 | stressAdd 10 10 0 0 0 0 -30 -30 13 | dictrules 2 4 14 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/zlw/cs: -------------------------------------------------------------------------------- 1 | name Czech 2 | language cs 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/zlw/pl: -------------------------------------------------------------------------------- 1 | name Polish 2 | language pl 3 | 4 | intonation 2 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lang/zlw/sk: -------------------------------------------------------------------------------- 1 | name Slovak 2 | language sk 3 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lfn_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lfn_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lt_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lt_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lv_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/lv_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/mi_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/mi_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/mk_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/mk_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ml_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ml_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/mr_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/mr_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ms_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ms_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/mt_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/mt_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/my_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/my_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/nci_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/nci_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ne_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ne_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/nl_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/nl_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/no_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/no_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/om_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/om_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/or_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/or_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/pa_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/pa_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/pap_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/pap_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/phondata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/phondata -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/phonindex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/phonindex -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/phontab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/phontab -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/pl_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/pl_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/pt_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/pt_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/py_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/py_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/qu_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/qu_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ro_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ro_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ru_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ru_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sd_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sd_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/shn_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/shn_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/si_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/si_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sk_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sk_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sl_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sl_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sq_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sq_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sr_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sr_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sv_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sv_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sw_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/sw_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ta_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ta_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/te_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/te_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/th_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/th_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/tk_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/tk_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/tn_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/tn_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/tr_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/tr_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/tt_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/tt_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ug_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ug_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/uk_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/uk_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ur_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/ur_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/uz_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/uz_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/vi_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/vi_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Andrea: -------------------------------------------------------------------------------- 1 | language variant 2 | name Andrea 3 | gender female 4 | 5 | pitch 200 265 6 | roughness 0 7 | 8 | formant 0 100 100 100 9 | formant 1 110 100 80 10 | formant 2 110 80 80 11 | formant 3 115 110 80 12 | formant 4 115 80 100 13 | formant 5 95 50 100 14 | formant 6 0 0 0 15 | formant 7 120 100 100 16 | formant 8 110 100 100 17 | intonation 3 18 | stressLength 0 1 2 3 4 5 6 7 19 | stressAdd 130 140 140 100 0 0 130 160 20 | voicing 150 -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Andy: -------------------------------------------------------------------------------- 1 | language variant 2 | name Andy 3 | gender Male 4 | 5 | #echo 230 30 6 | pitch 85 110 7 | 8 | flutter 0 9 | formant 0 80 80 80 80 10 | formant 1 100 100 100 120 11 | formant 2 100 88 100 12 | formant 3 0 0 0 13 | formant 4 80 80 80 14 | formant 5 80 80 80 15 | formant 6 0 0 0 16 | formant 7 0 0 0 17 | formant 8 0 0 0 18 | stressAdd 0 0 0 0 0 0 0 200 19 | stressAmp 35 35 35 35 35 35 35 35 35 20 | 21 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Annie: -------------------------------------------------------------------------------- 1 | language variant 2 | name Annie 3 | gender female 4 | pitch 120 280 5 | 6 | formant 0 105 125 120 7 | formant 1 120 140 120 8 | formant 2 120 150 140 9 | formant 3 130 150 130 10 | formant 4 120 120 110 11 | formant 5 120 120 110 12 | formant 6 120 140 130 13 | formant 7 120 140 130 14 | formant 8 120 140 130 15 | intonation 1 16 | voicing 30 17 | consonants 110 120 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/AnxiousAndy: -------------------------------------------------------------------------------- 1 | language variant 2 | name anxiousAndy 3 | gender Male 4 | 5 | #echo 230 30 6 | pitch 115 110 7 | 8 | flutter 0 9 | formant 0 80 80 80 80 10 | formant 1 100 100 100 120 11 | formant 2 100 100 100 12 | formant 3 0 0 0 13 | formant 4 0 0 0 14 | formant 5 100 100 100 15 | formant 6 100 100 100 16 | formant 7 100 100 100 17 | formant 8 100 100 100 18 | stressAdd 100 100 100 100 100 100 100 300 19 | stressAmp 35 35 35 35 35 35 35 35 35 20 | 21 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Denis: -------------------------------------------------------------------------------- 1 | language variant 2 | name Denis 3 | gender male 35 4 | pitch 80 115 5 | flutter 0 6 | roughness 0 7 | 8 | 9 | formant 0 100 160 160 10 | formant 1 95 95 95 11 | formant 2 100 100 100 12 | formant 3 90 90 90 13 | formant 4 40 40 40 14 | formant 5 80 80 80 15 | formant 6 10 10 10 16 | formant 7 10 10 10 17 | formant 8 10 10 10 18 | voicing 40 19 | consonants 80 80 20 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Diogo: -------------------------------------------------------------------------------- 1 | language variant 2 | name Diogo 3 | gender male 25 4 | pitch 82 122 5 | echo 0 0 6 | flutter 0 7 | roughness 0 8 | stressAmp 20 18 20 20 20 22 22 22 9 | 10 | 11 | formant 0 105 200 140 12 | formant 1 95 150 120 13 | formant 2 100 120 140 14 | formant 3 95 95 140 15 | formant 4 30 30 30 -100 16 | formant 5 90 90 90 17 | formant 6 110 60 65 18 | formant 7 100 0 100 19 | formant 8 100 0 100 20 | voicing 35 21 | consonants 60 40 22 | tone 60 250 140 100 1000 50 3500 35 23 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Gene: -------------------------------------------------------------------------------- 1 | language variant 2 | name Gene 3 | 4 | pitch 80 110 5 | 6 | formant 0 120 120 120 7 | formant 1 90 100 110 8 | formant 2 100 100 95 9 | formant 3 90 100 100 10 | formant 4 90 100 110 11 | formant 5 90 110 110 12 | formant 6 100 70 100 13 | formant 7 100 70 100 14 | formant 8 100 80 100 15 | voicing 120 16 | consonants 50 110 17 | 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Gene2: -------------------------------------------------------------------------------- 1 | language variant 2 | name Gene2 3 | 4 | pitch 100 130 5 | 6 | formant 0 120 120 120 7 | formant 1 90 100 110 8 | formant 2 100 100 95 9 | formant 3 90 100 100 10 | formant 4 90 100 110 11 | formant 5 90 110 110 12 | formant 6 100 70 100 13 | formant 7 100 70 100 14 | formant 8 100 80 100 15 | voicing 120 16 | consonants 50 110 17 | 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Henrique: -------------------------------------------------------------------------------- 1 | language variant 2 | name Henrique 3 | gender male 25 4 | pitch 70 130 5 | echo 0 0 6 | flutter 0 7 | roughness 0 8 | stressAmp 20 18 20 20 20 22 22 22 9 | 10 | 11 | formant 0 105 200 140 12 | formant 1 95 150 120 13 | formant 2 100 120 140 14 | formant 3 95 95 140 15 | formant 4 30 30 30 -100 16 | formant 5 90 90 90 17 | formant 6 110 60 65 18 | formant 7 100 0 100 19 | formant 8 100 0 100 20 | voicing 35 21 | consonants 60 40 22 | tone 70 250 230 80 1100 30 3500 40 23 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Hugo: -------------------------------------------------------------------------------- 1 | language variant 2 | name Hugo 3 | gender male 25 4 | pitch 70 130 5 | echo 0 0 6 | flutter 0 7 | roughness 0 8 | stressAmp 20 18 20 20 20 22 22 22 9 | 10 | 11 | formant 0 105 200 140 12 | formant 1 95 150 120 13 | formant 2 100 120 140 14 | formant 3 95 95 140 15 | formant 4 30 30 30 -100 16 | formant 5 90 90 90 17 | formant 6 110 60 65 18 | formant 7 100 0 100 19 | formant 8 100 0 100 20 | voicing 35 21 | consonants 60 40 22 | tone 400 160 1100 90 3500 90 150 35 23 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Jacky: -------------------------------------------------------------------------------- 1 | language variant 2 | name Jacky 3 | 4 | pitch 85 130 5 | 6 | formant 0 150 155 100 7 | formant 1 90 155 70 8 | formant 2 95 70 64 9 | formant 3 15 20 30 10 | formant 4 20 30 40 11 | formant 5 65 20 65 12 | formant 6 70 80 100 13 | formant 7 20 80 100 14 | formant 8 100 95 80 15 | voicing 135 16 | consonants 110 17 | 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Lee: -------------------------------------------------------------------------------- 1 | language variant 2 | name Lee 3 | gender Male 4 | 5 | #echo 230 30 6 | pitch 85 110 7 | 8 | flutter 0 9 | formant 0 80 80 80 80 10 | formant 1 80 80 100 100 11 | formant 2 80 80 80 12 | formant 3 9 9 9 13 | formant 4 290 290 14 | formant 5 130 0 0 15 | formant 6 90 90 90 16 | formant 7 90 90 90 17 | formant 8 90 90 90 18 | stressAdd 0 0 0 200 0 0 0 100 19 | stressAmp 30 30 30 30 30 30 30 30 30 20 | 21 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Mario: -------------------------------------------------------------------------------- 1 | language variant 2 | name Mario 3 | 4 | pitch 75 125 5 | 6 | formant 0 100 111 95 7 | formant 1 100 111 60 8 | formant 2 95 90 55 9 | formant 3 100 50 65 10 | formant 4 69 65 65 11 | formant 5 79 60 75 12 | formant 6 89 60 75 13 | formant 7 99 0 100 14 | formant 8 109 0 100 15 | voicing 135 16 | consonants 115 120 17 | 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Michael: -------------------------------------------------------------------------------- 1 | language variant 2 | name Michael 3 | 4 | pitch 75 125 5 | 6 | formant 0 105 111 95 7 | formant 1 85 111 60 8 | formant 2 95 90 55 9 | formant 3 59 50 65 10 | formant 4 69 65 65 11 | formant 5 79 60 75 12 | formant 6 89 60 75 13 | formant 7 99 0 100 14 | formant 8 109 0 100 15 | voicing 135 16 | consonants 115 120 17 | 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Mr serious: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Mr serious -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Nguyen: -------------------------------------------------------------------------------- 1 | language variant 2 | name Nguyen 3 | 4 | pitch 95 175 5 | 6 | formant 0 100 125 100 7 | formant 1 96 90 80 8 | formant 2 97 70 90 9 | formant 3 97 60 90 10 | formant 4 97 60 90 11 | formant 5 75 50 90 12 | formant 6 90 50 100 13 | formant 7 100 50 100 14 | formant 8 100 50 100 15 | 16 | tone 100 200 600 150 800 100 2400 80 3600 95 5400 100 17 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/RicishayMax: -------------------------------------------------------------------------------- 1 | language variant 2 | name RicishayMax 3 | echo 100 10000 4 | 5 | formant 0 90 120 100 6 | formant 1 100 100 75 7 | formant 2 100 100 75 8 | formant 3 100 80 75 9 | formant 4 100 80 75 10 | formant 5 100 80 75 11 | formant 6 100 0 75 12 | formant 7 100 0 75 13 | formant 8 100 0 75 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/RicishayMax2: -------------------------------------------------------------------------------- 1 | language variant 2 | name RicishayMax2 3 | echo 150 500 4 | 5 | formant 0 90 120 100 6 | formant 1 100 100 75 7 | formant 2 100 100 75 8 | formant 3 100 80 75 9 | formant 4 100 80 75 10 | formant 5 100 80 75 11 | formant 6 100 0 75 12 | formant 7 100 0 75 13 | formant 8 100 0 75 14 | 15 | 16 | roughness 5 17 | 18 | intonation 10 19 | voicing 150 20 | consonants 110 120 21 | stressLength 0 1 2 3 4 5 6 7 22 | stressAdd 130 140 140 100 0 0 130 160 23 | stressAmp 16 16 24 24 16 16 20 24 24 | 25 | tone 100 255 600 70 1200 22 2000 66 3000 12 26 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/RicishayMax3: -------------------------------------------------------------------------------- 1 | language variant 2 | name RicishayMax3 3 | echo 200 500 4 | 5 | formant 0 90 120 100 6 | formant 1 100 100 75 7 | formant 2 100 100 75 8 | formant 3 100 80 75 9 | formant 4 100 80 75 10 | formant 5 100 80 75 11 | formant 6 100 0 75 12 | formant 7 100 0 75 13 | formant 8 100 0 75 14 | 15 | 16 | roughness 5 17 | 18 | intonation 10 19 | voicing 150 20 | consonants 110 120 21 | stressLength 0 1 2 3 4 5 6 7 22 | stressAdd 130 140 140 100 0 0 130 160 23 | stressAmp 16 16 24 24 16 16 20 24 24 | 25 | tone 100 255 600 70 1200 22 2000 66 3000 12 26 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Storm: -------------------------------------------------------------------------------- 1 | language variant 2 | language en-us 3 | name Storm 4 | gender male 5 | formant 0 100 100 100 6 | formant 1 95 95 95 7 | formant 2 95 95 95 8 | formant 3 95 95 95 9 | formant 4 70 70 70 10 | formant 5 70 70 70 11 | formant 6 25 25 25 12 | formant 7 25 25 25 13 | formant 8 25 25 25 14 | breath 0 0 0 0 0 0 0 0 15 | consonants 100 16 | echo 0 0 17 | flutter 0 18 | intonation 3 19 | pitch 60 100 20 | roughness 0 21 | stressAdd 5 5 3 3 0 0 -15 -15 22 | tone 500 255 1500 255 2500 255 23 | voicing 100 24 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Tweaky: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/Tweaky -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/anika: -------------------------------------------------------------------------------- 1 | language variant 2 | name anika 3 | gender female 4 | pitch 200 300 5 | flutter 6 6 | stressAmp 20 18 20 20 20 22 22 22 7 | 8 | roughness 0 9 | 10 | formant 0 105 200 140 11 | formant 1 95 150 120 12 | formant 2 100 120 140 13 | formant 3 95 95 140 14 | formant 4 120 120 110 15 | formant 5 120 120 110 16 | formant 6 110 60 65 17 | formant 7 100 0 100 18 | formant 8 100 0 100 19 | intonation 10 20 | voicing 30 21 | consonants 60 40 22 | stressLength 0 1 2 3 4 5 6 7 23 | stressAdd 130 140 140 100 0 0 130 160 24 | stressAmp 16 16 24 24 16 16 20 24 25 | tone 100 255 600 70 1200 22 2000 66 3000 12 26 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/anikaRobot: -------------------------------------------------------------------------------- 1 | language variant 2 | name anikaRobot 3 | gender female 4 | pitch 200 300 5 | flutter 1 6 | stressAmp 20 18 20 20 20 22 22 22 7 | echo 10 10000 8 | 9 | roughness 0 10 | 11 | formant 0 105 200 140 12 | formant 1 95 150 120 13 | formant 2 100 120 140 14 | formant 3 95 95 140 15 | formant 4 120 120 110 16 | formant 5 120 120 110 17 | formant 6 110 60 65 18 | formant 7 100 0 100 19 | formant 8 100 0 100 20 | intonation 10 21 | voicing 30 22 | consonants 60 40 23 | stressLength 0 1 2 3 4 5 6 7 24 | stressAdd 130 140 140 100 0 0 130 160 25 | stressAmp 16 16 24 24 16 16 20 24 26 | tone 100 255 600 70 1200 22 2000 66 3000 12 27 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/announcer: -------------------------------------------------------------------------------- 1 | name Half-Life Announcement System 2 | language variant 3 | pitch 37 83 4 | klatt 4 5 | 6 | formant 1 88 100 100 0 7 | formant 2 96 100 100 0 8 | formant 3 98 100 100 0 9 | formant 4 96 100 100 0 10 | formant 5 100 100 100 0 11 | formant 6 100 100 100 0 12 | formant 7 100 100 100 0 13 | formant 8 100 100 100 0 14 | 15 | voicing 70 16 | consonants 70 70 17 | echo 154 26 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/antonio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/antonio -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/aunty: -------------------------------------------------------------------------------- 1 | language variant 2 | 3 | name Auntie 4 | 5 | gender female 6 | 7 | 8 | #echo 130 15 9 | 10 | pitch 204 176 11 | 12 | flutter 12 13 | formant 0 88 85 154 14 | 15 | formant 1 115 80 160 -20 16 | 17 | formant 2 130 75 150 -200 18 | 19 | formant 3 123 75 150 20 | 21 | formant 4 125 80 150 22 | 23 | formant 5 125 80 150 24 | 25 | formant 6 110 80 150 26 | 27 | formant 7 110 75 150 28 | 29 | formant 8 110 75 150 30 | 31 | 32 | 33 | stressAdd -20 -20 -20 -20 0 0 20 120 34 | 35 | stressAmp 18 16 20 20 20 20 20 20 36 | 37 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/belinda: -------------------------------------------------------------------------------- 1 | language variant 2 | name Belinda 3 | gender female 4 | 5 | ;echo 130 15 6 | pitch 200 247 7 | flutter 3 8 | 9 | formant 0 88 85 154 10 | formant 1 135 58 169 -30 11 | formant 2 120 70 150 -260 12 | formant 3 120 39 150 13 | formant 4 125 57 80 14 | formant 5 125 80 150 15 | formant 6 110 80 150 16 | formant 7 110 75 150 17 | formant 8 110 75 150 18 | 19 | stressAdd -20 -20 -20 -20 0 3 20 12 20 | stressAmp 18 16 20 20 10 20 27 20 21 | 22 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/boris: -------------------------------------------------------------------------------- 1 | language variant 2 | name Boris 3 | 4 | formant 0 47 120 100 5 | formant 1 100 90 75 6 | formant 2 104 100 75 7 | formant 3 57 80 75 8 | formant 4 104 80 75 9 | formant 5 107 80 75 10 | formant 6 68 0 75 11 | formant 7 105 0 75 12 | formant 8 105 0 75 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/croak: -------------------------------------------------------------------------------- 1 | language variant 2 | name croak 3 | gender male 70 4 | 5 | pitch 85 117 6 | flutter 20 7 | 8 | formant 0 100 80 110 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/ed: -------------------------------------------------------------------------------- 1 | language variant 2 | name Ed 3 | 4 | pitch 90 145 5 | 6 | formant 0 110 120 200 5 7 | formant 1 102 100 80 8 | formant 2 101 120 100 9 | formant 3 100 80 75 10 | formant 4 150 30 80 11 | formant 5 95 95 155 12 | formant 6 167 100 75 13 | formant 7 100 200 75 14 | formant 8 60 200 95 15 | consonants 55 80 16 | voicing 100 17 | tone 650 250 1000 130 240 255 -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/f1: -------------------------------------------------------------------------------- 1 | language variant 2 | name female1 3 | gender female 70 4 | 5 | pitch 140 200 6 | flutter 8 7 | roughness 4 8 | formant 0 115 80 150 9 | formant 1 120 80 180 10 | formant 2 100 70 150 150 11 | formant 3 115 70 150 12 | formant 4 110 80 150 13 | formant 5 110 90 150 14 | formant 6 105 80 150 15 | formant 7 110 70 150 16 | formant 8 110 70 150 17 | 18 | stressAdd -10 -10 -20 -20 0 0 40 60 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/f2: -------------------------------------------------------------------------------- 1 | language variant 2 | name female2 3 | gender female 4 | 5 | pitch 142 220 6 | roughness 3 7 | 8 | formant 0 105 80 150 9 | formant 1 110 80 160 10 | formant 2 110 70 150 11 | formant 3 110 70 150 12 | formant 4 115 80 150 13 | formant 5 115 80 150 14 | formant 6 110 70 150 15 | formant 7 110 70 150 16 | formant 8 110 70 150 17 | 18 | stressAdd 0 0 -10 -10 0 0 10 40 19 | breath 0 2 3 3 3 3 3 2 20 | echo 140 10 21 | consonants 125 125 22 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/f3: -------------------------------------------------------------------------------- 1 | language variant 2 | name female3 3 | gender female 4 | 5 | pitch 140 240 6 | formant 0 105 80 150 7 | formant 1 120 75 150 -50 8 | formant 2 135 70 150 -250 9 | formant 3 125 80 150 10 | formant 4 125 80 150 11 | formant 5 125 80 150 12 | formant 6 120 70 150 13 | formant 7 110 70 150 14 | formant 8 110 70 150 15 | 16 | stressAmp 18 18 20 20 20 20 20 20 17 | //breath 0 2 4 4 4 4 4 4 18 | breath 0 2 3 3 3 3 3 2 19 | echo 120 10 20 | roughness 4 21 | 22 | 23 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/f4: -------------------------------------------------------------------------------- 1 | language variant 2 | name female4 3 | gender female 4 | 5 | echo 130 15 6 | pitch 142 200 7 | formant 0 120 80 150 8 | formant 1 115 80 160 -20 9 | formant 2 130 75 150 -200 10 | formant 3 123 75 150 11 | formant 4 125 80 150 12 | formant 5 125 80 150 13 | formant 6 110 80 150 14 | formant 7 110 75 150 15 | formant 8 110 75 150 16 | 17 | stressAdd -20 -20 -20 -20 0 0 20 120 18 | stressAmp 18 16 20 20 20 20 20 20 19 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/f5: -------------------------------------------------------------------------------- 1 | language variant 2 | name female5 3 | gender female 4 | 5 | pitch 160 228 6 | roughness 0 7 | 8 | formant 0 105 80 150 9 | formant 1 110 80 160 10 | formant 2 110 70 150 11 | formant 3 110 70 150 12 | formant 4 115 80 200 13 | formant 5 115 80 100 14 | formant 6 110 70 150 15 | formant 7 110 70 100 16 | formant 8 110 70 150 17 | 18 | stressAdd 0 0 -10 -10 0 0 10 40 19 | breath 0 4 6 6 6 6 0 10 20 | echo 140 10 21 | voicing 75 22 | consonants 150 150 23 | breathw 150 150 200 200 400 400 24 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/fast: -------------------------------------------------------------------------------- 1 | language variant 2 | name fast_test 3 | 4 | // Try decreasing these values to make eSpeak's fastest speed faster. 5 | // The 3 parameters affect: 6 | // pauses, 7 | // unvoiced consonants, 8 | // vowels and voiced consonants 9 | // The default values are: fast 15 72 110 10 | 11 | fast_test 15 72 110 12 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/grandma: -------------------------------------------------------------------------------- 1 | language variant 2 | 3 | name grandma 4 | gender female 90 5 | pitch 120 230 6 | 7 | flutter 20 8 | formant 0 105 150 150 9 | formant 1 100 80 100 10 | formant 2 105 105 105 11 | formant 3 80 80 80 12 | formant 4 60 60 60 13 | formant 5 90 90 90 14 | formant 6 10 10 10 15 | formant 7 10 10 10 16 | formant 8 20 20 20 17 | voicing 50 -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/grandpa: -------------------------------------------------------------------------------- 1 | language variant 2 | name grandpa 3 | pitch 80 120 4 | flutter 20 5 | formant 0 100 100 100 6 | formant 1 100 100 100 7 | formant 2 100 100 100 8 | formant 3 100 100 100 9 | formant 4 100 100 100 10 | formant 5 100 100 100 11 | formant 6 10 10 10 12 | formant 7 10 10 10 13 | formant 8 10 10 10 14 | intonation 1 15 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/gustave: -------------------------------------------------------------------------------- 1 | language variant 2 | name Gustave 3 | 4 | pitch 80 123 5 | 6 | formant 0 85 141 135 7 | formant 1 77 131 45 8 | formant 2 92 70 55 9 | formant 3 59 50 65 10 | formant 4 69 65 65 11 | formant 5 79 60 75 12 | formant 6 89 60 75 13 | formant 7 99 0 100 14 | formant 8 109 0 100 15 | voicing 135 16 | consonants 115 120 17 | 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/iven: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/iven -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/iven2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/iven2 -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/iven3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/iven3 -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/iven4: -------------------------------------------------------------------------------- 1 | language variant 2 | name Iven4 3 | pitch 74 118 4 | formant 0 52 133 88 5 | formant 1 87 82 76 6 | formant 2 94 56 42 7 | formant 3 93 52 130 8 | formant 4 110 76 65 9 | formant 5 102 45 20 10 | formant 6 40 50 50 11 | formant 7 60 50 60 12 | formant 8 100 50 40 13 | voicing 165 14 | tone 600 170 1200 100 2000 40 -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/john: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/john -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/kaukovalta: -------------------------------------------------------------------------------- 1 | language variant 2 | name Kaukovalta 3 | formant 0 80 80 100 4 | formant 1 40 80 100 5 | formant 2 70 100 130 6 | formant 3 80 100 60 7 | formant 4 70 90 100 8 | formant 5 70 90 100 9 | formant 6 70 100 90 10 | formant 7 100 90 110 11 | formant 8 100 95 100 12 | pitch 70 120 13 | tone 100 130 800 130 2000 130 14 | consonants 70 70 15 | roughness 4 16 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/klatt: -------------------------------------------------------------------------------- 1 | language variant 2 | name klatt 3 | klatt 1 4 | 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/klatt2: -------------------------------------------------------------------------------- 1 | language variant 2 | name klatt2 3 | klatt 2 4 | 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/klatt3: -------------------------------------------------------------------------------- 1 | language variant 2 | name klatt3 3 | klatt 3 4 | 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/klatt4: -------------------------------------------------------------------------------- 1 | language variant 2 | name klatt4 3 | klatt 4 4 | 5 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/linda: -------------------------------------------------------------------------------- 1 | language variant 2 | name Linda 3 | gender female 4 | 5 | #echo 130 15 6 | pitch 200 247 7 | flutter 3 8 | formant 0 88 85 154 9 | formant 1 135 58 169 -30 10 | formant 2 131 75 152 -260 11 | formant 3 123 75 150 12 | formant 4 125 80 150 13 | formant 5 125 80 150 14 | formant 6 110 80 150 15 | formant 7 110 75 150 16 | formant 8 110 75 150 17 | 18 | stressAdd -20 -20 -20 -20 0 3 20 120 19 | stressAmp 18 16 20 20 20 20 27 20 20 | 21 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/m1: -------------------------------------------------------------------------------- 1 | language variant 2 | name male1 3 | gender male 70 4 | 5 | pitch 75 109 6 | flutter 5 7 | roughness 4 8 | consonants 80 100 9 | 10 | formant 0 98 100 100 11 | formant 1 97 100 100 12 | formant 2 97 95 100 13 | formant 3 97 95 100 14 | formant 4 97 85 100 15 | formant 5 105 80 100 16 | formant 6 95 80 100 17 | formant 7 100 100 100 18 | formant 8 100 100 100 19 | 20 | //stressAdd -10 -10 -20 -20 0 0 40 70 21 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/m2: -------------------------------------------------------------------------------- 1 | language variant 2 | name male2 3 | gender male 4 | 5 | pitch 88 115 6 | echo 130 15 7 | formant 0 100 80 120 8 | formant 1 90 85 120 9 | formant 2 110 85 120 10 | formant 3 105 90 120 11 | formant 4 100 90 120 12 | formant 5 100 90 120 13 | formant 6 100 90 120 14 | formant 7 100 90 120 15 | formant 8 100 90 120 16 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/m3: -------------------------------------------------------------------------------- 1 | language variant 2 | name male3 3 | gender male 4 | 5 | pitch 80 122 6 | formant 0 100 100 100 7 | formant 1 96 97 100 8 | formant 2 96 97 100 9 | formant 3 96 103 100 10 | formant 4 95 103 100 11 | formant 5 95 103 100 12 | formant 6 100 100 100 13 | formant 7 100 100 100 14 | formant 8 100 100 100 15 | 16 | consonants 100 17 | stressAdd 10 10 0 0 0 0 -30 -30 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/m4: -------------------------------------------------------------------------------- 1 | language variant 2 | name male4 3 | gender male 4 | 5 | pitch 70 110 6 | 7 | formant 0 103 100 100 8 | formant 1 103 100 100 9 | formant 2 103 100 100 10 | formant 3 103 100 100 11 | formant 4 106 100 100 12 | formant 5 106 100 100 13 | formant 6 106 100 100 14 | formant 7 103 100 100 15 | formant 8 103 100 100 16 | 17 | stressAdd -10 -10 -30 -30 0 0 60 90 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/m5: -------------------------------------------------------------------------------- 1 | language variant 2 | name male5 3 | gender male 4 | 5 | formant 0 100 85 130 6 | formant 1 90 85 130 40 7 | formant 2 80 85 130 310 8 | formant 3 105 85 130 9 | formant 4 105 85 130 10 | formant 5 105 85 130 11 | formant 6 105 85 150 12 | formant 7 105 85 150 13 | formant 8 105 85 150 14 | 15 | intonation 2 16 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/m6: -------------------------------------------------------------------------------- 1 | language variant 2 | name male6 3 | gender male 4 | 5 | pitch 82 117 6 | 7 | formant 0 100 90 120 8 | formant 1 100 90 140 9 | formant 2 100 70 140 10 | formant 3 100 75 140 11 | formant 4 100 80 140 12 | formant 5 100 80 140 13 | 14 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/m7: -------------------------------------------------------------------------------- 1 | language variant 2 | name male7 3 | gender male 4 | 5 | pitch 75 125 6 | 7 | formant 0 100 125 100 8 | formant 1 100 90 80 9 | formant 2 100 70 90 10 | formant 3 100 60 90 11 | formant 4 100 60 90 12 | formant 5 75 50 90 13 | formant 6 90 50 100 14 | formant 7 100 50 100 15 | formant 8 100 50 100 16 | voicing 155 17 | 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/m8: -------------------------------------------------------------------------------- 1 | language variant 2 | name male8 3 | gender male 50 4 | 5 | pitch 65 102 6 | formant 0 100 125 100 7 | formant 1 96 90 80 8 | formant 2 97 70 90 9 | formant 3 97 60 90 10 | formant 4 97 60 90 11 | formant 5 100 50 90 12 | formant 6 90 50 100 13 | formant 7 100 50 100 14 | formant 8 100 50 100 15 | 16 | tone 100 255 600 70 1200 22 2000 66 3000 12 17 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/marcelo: -------------------------------------------------------------------------------- 1 | language variant 2 | name Marcelo 3 | 4 | pitch 65 115 5 | 6 | formant 0 65 161 35 7 | formant 1 75 131 65 8 | formant 2 90 60 40 9 | formant 3 59 50 55 10 | formant 4 69 65 35 11 | formant 5 69 60 25 12 | formant 6 59 60 35 13 | formant 7 149 0 10 14 | formant 8 199 0 90 15 | voicing 135 16 | consonants 115 120 17 | 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/max: -------------------------------------------------------------------------------- 1 | language variant 2 | name Max 3 | 4 | formant 0 90 120 100 5 | formant 1 100 100 75 6 | formant 2 100 100 75 7 | formant 3 100 80 75 8 | formant 4 100 80 75 9 | formant 5 100 80 75 10 | formant 6 100 0 75 11 | formant 7 100 0 75 12 | formant 8 100 0 75 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/michel: -------------------------------------------------------------------------------- 1 | language variant 2 | name Michel 3 | gender male 25 4 | pitch 82 122 5 | echo 0 0 6 | flutter 0 7 | roughness 0 8 | stressAmp 20 18 20 20 20 22 22 22 9 | 10 | 11 | formant 0 105 200 140 12 | formant 1 95 150 120 13 | formant 2 100 120 140 14 | formant 3 95 95 140 15 | formant 4 30 30 30 -100 16 | formant 5 90 90 90 17 | formant 6 110 60 65 18 | formant 7 100 0 100 19 | formant 8 100 0 100 20 | voicing 35 21 | consonants 60 40 22 | tone 400 160 1500 100 3000 70 4500 40 23 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/miguel: -------------------------------------------------------------------------------- 1 | language variant 2 | name Miguel 3 | gender male 25 4 | pitch 80 130 5 | echo 0 0 6 | flutter 0 7 | roughness 0 8 | stressAmp 20 18 20 20 20 22 22 22 9 | 10 | 11 | formant 0 105 200 140 12 | formant 1 95 150 120 13 | formant 2 100 120 140 14 | formant 3 95 95 140 15 | formant 4 30 30 30 -100 16 | formant 5 90 90 90 17 | formant 6 110 60 65 18 | formant 7 100 0 100 19 | formant 8 100 0 100 20 | voicing 35 21 | consonants 60 40 22 | tone 300 240 400 160 1500 100 3000 70 23 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/norbert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/norbert -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/pablo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/pablo -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/pablo2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/pablo2 -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/paul: -------------------------------------------------------------------------------- 1 | language variant 2 | name Paul 3 | 4 | pitch 70 100 5 | 6 | formant 0 90 120 100 7 | formant 1 103 100 75 8 | formant 2 98 100 75 9 | formant 3 100 80 75 10 | formant 4 102 30 100 11 | formant 5 100 80 100 12 | formant 6 100 80 75 13 | formant 7 100 0 75 14 | formant 8 100 60 75 15 | consonants 90 60 16 | voicing 230 17 | tone 420 255 1300 130 4000 100 -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/pedro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/pedro -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/quincy: -------------------------------------------------------------------------------- 1 | language variant 2 | name Quincy 3 | 4 | pitch 67 100 5 | 6 | formant 0 85 108 106 3 7 | formant 1 97 110 56 8 | formant 2 96 80 60 9 | formant 3 101 50 50 10 | formant 4 110 33 55 11 | formant 5 110 22 65 12 | formant 6 77 60 60 65 13 | formant 7 66 0 100 14 | formant 8 100 0 100 15 | voicing 99 16 | consonants 66 90 17 | 18 | roughness 0 19 | tone 600 170 1200 100 2000 70 20 | stressAmp 16 16 24 20 20 16 28 24 21 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/rob: -------------------------------------------------------------------------------- 1 | language variant 2 | name Rob 3 | 4 | pitch 50 130 5 | formant 0 100 100 100 6 | formant 1 95 100 60 7 | formant 2 97 90 50 8 | formant 3 101 70 50 9 | formant 4 110 65 55 10 | formant 5 110 70 65 11 | formant 6 110 70 65 12 | formant 7 0 0 0 13 | formant 8 0 0 0 14 | 15 | voicing 115 16 | consonants 110 120 17 | 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/robert: -------------------------------------------------------------------------------- 1 | language variant 2 | name Robert 3 | 4 | pitch 65 115 5 | 6 | formant 0 85 108 100 7 | formant 1 95 110 60 8 | formant 2 97 90 50 9 | formant 3 101 50 50 10 | formant 4 110 65 55 11 | formant 5 110 60 65 12 | formant 6 110 60 65 13 | formant 7 100 0 100 14 | formant 8 100 0 100 15 | voicing 115 16 | consonants 110 120 17 | 18 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/robosoft3: -------------------------------------------------------------------------------- 1 | language variant 2 | name Robosoft3 3 | echo 10 10000 4 | klatt 4 5 | 6 | pitch 75 115 7 | formant 0 100 125 100 8 | formant 1 96 90 80 9 | formant 2 97 70 90 10 | formant 3 97 60 90 11 | formant 4 97 60 90 12 | formant 5 100 50 90 13 | formant 6 90 50 100 14 | formant 7 100 50 100 15 | formant 8 100 50 100 16 | 17 | roughness 5 18 | 19 | intonation 10 20 | voicing 150 21 | consonants 110 120 22 | stressLength 0 1 2 3 4 5 6 7 23 | stressAdd 130 140 140 100 0 0 130 160 24 | stressAmp 16 16 24 24 16 16 20 24 25 | 26 | tone 100 255 600 70 1200 22 2000 66 3000 12 27 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/robosoft4: -------------------------------------------------------------------------------- 1 | language variant 2 | name Robosoft4 3 | echo 10 10000 4 | 5 | pitch 75 115 6 | formant 0 100 125 100 7 | formant 1 96 90 80 8 | formant 2 97 70 90 9 | formant 3 97 60 90 10 | formant 4 97 60 90 11 | formant 5 100 50 90 12 | formant 6 90 50 100 13 | formant 7 100 50 100 14 | formant 8 100 50 100 15 | 16 | roughness 5 17 | 18 | intonation 10 19 | voicing 150 20 | consonants 110 120 21 | stressLength 0 1 2 3 4 5 6 7 22 | stressAdd 130 140 140 100 0 0 130 160 23 | stressAmp 16 16 24 24 16 16 20 24 24 | 25 | tone 100 255 600 70 1200 22 2000 66 3000 12 26 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/robosoft5: -------------------------------------------------------------------------------- 1 | language variant 2 | name Robosoft5 3 | echo 10 10000 4 | 5 | pitch 75 115 6 | formant 0 100 125 100 7 | formant 1 96 90 80 8 | formant 2 97 70 90 9 | formant 3 97 60 90 10 | formant 4 97 60 90 11 | formant 5 100 50 90 12 | formant 6 90 50 100 13 | formant 7 100 50 100 14 | formant 8 100 50 100 15 | 16 | roughness 0 17 | 18 | intonation 10 19 | voicing 150 20 | consonants 60 40 21 | stressLength 0 1 2 3 4 5 6 7 22 | stressAdd 130 140 140 100 0 0 130 160 23 | stressAmp 16 16 24 24 16 16 20 24 24 | 25 | tone 100 255 600 70 1200 22 2000 66 3000 12 26 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/robosoft6: -------------------------------------------------------------------------------- 1 | language variant 2 | name Robosoft6 3 | echo 40 10000 4 | pitch 150 150 5 | formant 0 100 125 100 6 | formant 1 96 90 80 7 | formant 2 97 70 90 8 | formant 3 97 60 90 9 | formant 4 97 60 90 10 | formant 5 100 50 90 11 | formant 6 90 50 100 12 | formant 7 100 50 100 13 | formant 8 100 50 100 14 | 15 | tone 100 255 600 70 1200 22 2000 66 3000 12 16 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/robosoft7: -------------------------------------------------------------------------------- 1 | language variant 2 | name Robosoft7 3 | echo 10 10000 4 | 5 | pitch 75 115 6 | 7 | formant 0 90 120 100 8 | formant 1 100 100 75 9 | formant 2 100 100 75 10 | formant 3 100 80 75 11 | formant 4 100 80 75 12 | formant 5 100 80 75 13 | formant 6 100 0 75 14 | formant 7 100 0 75 15 | formant 8 100 0 75 16 | 17 | roughness 0 18 | 19 | intonation 10 20 | voicing 150 21 | consonants 60 40 22 | stressLength 0 1 2 3 4 5 6 7 23 | stressAdd 130 140 140 100 0 0 130 160 24 | 25 | tone 100 255 600 70 1200 22 2000 66 3000 12 26 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/robosoft8: -------------------------------------------------------------------------------- 1 | language variant 2 | name Robosoft8 3 | echo 40 10000 4 | pitch 150 150 5 | formant 0 90 120 100 6 | formant 1 100 100 75 7 | formant 2 100 100 75 8 | formant 3 100 80 75 9 | formant 4 100 80 75 10 | formant 5 100 80 75 11 | formant 6 100 0 75 12 | formant 7 100 0 75 13 | formant 8 100 0 75 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/sandro: -------------------------------------------------------------------------------- 1 | // This file is UTF-8 encoded 2 | // Variant sandro (ver.25-3) for eSpeak-ng Copyright (C)2019 by Lolo vmanolo301@gmail.com 3 | 4 | language variant 5 | name sandro 6 | gender male 7 | 8 | formant 0 95 146 100 9 | formant 1 98 90 100 10 | formant 2 103 98 100 11 | formant 3 100 90 100 12 | formant 4 100 101 100 13 | formant 5 110 120 100 2123 14 | formant 6 100 100 100 1200 15 | formant 7 32 125 80 600 16 | formant 8 34 95 30 49 17 | 18 | voicing 165 19 | consonants 194 255 20 | pitch 78 115 21 | roughness 3 22 | breath 20 5 2 10 5 0 27 100 23 | breathw 255 255 60 180 160 255 255 255 24 | 25 | tone 500 210 470 70 160 155 2985 32 26 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/shelby: -------------------------------------------------------------------------------- 1 | language variant 2 | name shelby 3 | flutter 0 4 | roughness 0 5 | 6 | formant 0 100 160 190 7 | formant 1 90 90 90 8 | formant 2 140 140 140 9 | formant 3 130 150 130 10 | formant 4 110 110 110 11 | formant 5 120 120 110 12 | formant 6 10 10 10 13 | formant 7 10 10 10 14 | formant 8 10 10 10 15 | 16 | pitch 100 210 17 | voicing 40 18 | consonants 90 70 -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/steph: -------------------------------------------------------------------------------- 1 | language variant 2 | name Steph 3 | gender female 4 | 5 | pitch 166 200 6 | flutter 1 7 | roughness 0 8 | tone 100 255 600 70 1200 22 2000 66 3000 12 9 | 10 | formant 0 99 80 150 11 | formant 1 120 60 160 12 | formant 2 99 70 110 150 13 | formant 3 116 77 150 14 | formant 4 9 59 110 15 | formant 5 100 50 2 16 | formant 6 104 80 150 17 | formant 7 110 70 150 18 | formant 8 110 70 150 19 | 20 | stressAmp 16 16 24 24 16 16 20 24 21 | consonants 55 90 22 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/steph2: -------------------------------------------------------------------------------- 1 | language variant 2 | name Steph2 3 | gender female 4 | 5 | pitch 166 200 6 | flutter 1 7 | roughness 0 8 | tone 100 255 600 70 1200 22 2000 66 3000 12 9 | 10 | formant 0 99 100 150 11 | formant 1 120 80 160 12 | formant 2 99 90 110 150 13 | formant 3 116 97 150 14 | formant 4 9 73 116 15 | formant 5 100 70 2 16 | formant 6 104 100 150 17 | formant 7 110 90 150 18 | formant 8 110 90 150 19 | 20 | stressAmp 16 16 24 24 16 16 20 24 21 | consonants 55 90 22 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/steph3: -------------------------------------------------------------------------------- 1 | language variant 2 | name Steph3 3 | gender female 4 | 5 | pitch 166 200 6 | flutter 1 7 | roughness 0 8 | voicing 200 9 | tone 100 255 600 70 1200 22 2000 66 3000 12 10 | 11 | formant 0 99 80 150 12 | formant 1 120 60 160 13 | formant 2 99 70 110 150 14 | formant 3 116 77 150 15 | formant 4 9 59 110 16 | formant 5 100 50 2 17 | formant 6 104 80 150 18 | formant 7 110 70 150 19 | formant 8 110 70 150 20 | 21 | stressAmp 16 16 24 24 16 16 20 24 22 | consonants 70 90 23 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/travis: -------------------------------------------------------------------------------- 1 | language variant 2 | name travis 3 | gender male 30 4 | 5 | pitch 75 120 6 | 7 | formant 0 90 90 90 90 8 | formant 1 50 100 80 95 9 | formant 2 90 60 90 100 10 | formant 3 80 80 90 100 11 | formant 4 50 90 100 100 12 | formant 5 100 95 100 55 13 | formant 6 80 50 100 85 14 | formant 7 60 60 60 120 15 | formant 8 80 80 140 100 16 | 17 | tone 600 100 1000 200 1500 50 18 | flutter 1 19 | 20 | roughness 3 21 | 22 | voicing 200 23 | consonants 120 190 24 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/victor: -------------------------------------------------------------------------------- 1 | language variant 2 | name victor 3 | gender male 25 4 | 5 | formant 0 100 100 100 6 | formant 1 95 95 95 7 | formant 2 90 90 90 8 | formant 3 90 90 90 9 | formant 4 40 40 40 10 | formant 5 80 80 80 11 | formant 6 20 20 20 12 | formant 7 20 20 20 13 | formant 8 20 20 20 14 | pitch 80 110 15 | voicing 60 16 | breath 2 4 -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/whisper: -------------------------------------------------------------------------------- 1 | language variant 2 | name whisper 3 | gender male 4 | 5 | pitch 82 117 6 | flutter 20 7 | 8 | formant 0 100 0 100 9 | formant 1 100 80 100 10 | 11 | voicing 17 12 | breath 75 75 50 40 15 10 13 | breathw 150 150 200 200 400 400 14 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/whisperf: -------------------------------------------------------------------------------- 1 | language variant 2 | name female_whisper 3 | gender female 4 | 5 | pitch 160 220 6 | roughness 3 7 | 8 | formant 0 105 0 150 9 | formant 1 110 40 160 10 | formant 2 110 70 150 11 | formant 3 110 70 150 12 | formant 4 115 80 150 13 | formant 5 115 80 150 14 | formant 6 110 70 150 15 | formant 7 110 70 150 16 | formant 8 110 70 150 17 | 18 | stressAdd 0 0 -10 -10 0 0 10 40 19 | 20 | // whisper 21 | voicing 20 22 | breath 75 75 50 40 15 10 23 | breathw 150 150 200 200 400 400 24 | 25 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/voices/!v/zac: -------------------------------------------------------------------------------- 1 | language variant 2 | name Zac 3 | flutter 5 4 | 5 | pitch 240 390 6 | formant 0 145 100 145 7 | formant 1 145 100 145 8 | formant 2 145 100 145 9 | formant 3 145 100 145 10 | formant 4 145 100 145 11 | formant 5 145 120 145 12 | formant 6 145 120 145 13 | formant 7 145 120 145 14 | formant 8 145 120 145 15 | voicing 80 16 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/zh_dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak-ng-data/zh_dict -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/synthDrivers/espeak.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/synthDrivers/espeak.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/ucrtbase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/ucrtbase.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/unicodedata.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/unicodedata.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/uninstall.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/uninstall.exe -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/userConfig/addonsState.pickle: -------------------------------------------------------------------------------- 1 | (dp0 2 | VpendingRemovesSet 3 | p1 4 | c__builtin__ 5 | set 6 | p2 7 | ((lp3 8 | tp4 9 | Rp5 10 | sVpendingInstallsSet 11 | p6 12 | g2 13 | ((lp7 14 | tp8 15 | Rp9 16 | sVdisabledAddons 17 | p10 18 | g2 19 | ((lp11 20 | tp12 21 | Rp13 22 | sVpendingEnableSet 23 | p14 24 | g2 25 | ((lp15 26 | tp16 27 | Rp17 28 | sVpendingDisableSet 29 | p18 30 | g2 31 | ((lp19 32 | tp20 33 | Rp21 34 | s. -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/userConfig/profiles/test.ini: -------------------------------------------------------------------------------- 1 | schemaVersion = 4 2 | -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/userConfig/updateCheckState.pickle: -------------------------------------------------------------------------------- 1 | (dp0 2 | VlastCheck 3 | p1 4 | F1621847369.465638 5 | sVdontRemindVersion 6 | p2 7 | NsVpendingUpdateFile 8 | p3 9 | NsVpendingUpdateVersion 10 | p4 11 | NsVpendingUpdateAPIVersion 12 | p5 13 | (I0 14 | I0 15 | I0 16 | tp6 17 | sVpendingUpdateBackCompatToAPIVersion 18 | p7 19 | g6 20 | s. -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/vccorlib140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/vccorlib140.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/waves/browseMode.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/waves/browseMode.wav -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/waves/error.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/waves/error.wav -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/waves/exit.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/waves/exit.wav -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/waves/focusMode.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/waves/focusMode.wav -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/waves/screenCurtainOff.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/waves/screenCurtainOff.wav -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/waves/screenCurtainOn.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/waves/screenCurtainOn.wav -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/waves/start.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/waves/start.wav -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/waves/suggestionsClosed.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/waves/suggestionsClosed.wav -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/waves/suggestionsOpened.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/waves/suggestionsOpened.wav -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/waves/textError.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/waves/textError.wav -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/winsound.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/winsound.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/wx._adv.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/wx._adv.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/wx._core.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/wx._core.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/wx._stc.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/wx._stc.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/wx.siplib.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/wx.siplib.pyd -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/wxbase30u_net_vc140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/wxbase30u_net_vc140.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/wxbase30u_vc140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/wxbase30u_vc140.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/wxmsw30u_adv_vc140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/wxmsw30u_adv_vc140.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/wxmsw30u_core_vc140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/wxmsw30u_core_vc140.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/portable/wxmsw30u_stc_vc140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eps1lon/screen-reader-testing-library/89a5d3c1964b69a0b1a14147c8b282f3a1a3ebf8/vendor/nvda-2020.4/portable/wxmsw30u_stc_vc140.dll -------------------------------------------------------------------------------- /vendor/nvda-2020.4/settings/addonsState.pickle: -------------------------------------------------------------------------------- 1 | (dp0 2 | VpendingRemovesSet 3 | p1 4 | c__builtin__ 5 | set 6 | p2 7 | ((lp3 8 | tp4 9 | Rp5 10 | sVpendingInstallsSet 11 | p6 12 | g2 13 | ((lp7 14 | tp8 15 | Rp9 16 | sVdisabledAddons 17 | p10 18 | g2 19 | ((lp11 20 | tp12 21 | Rp13 22 | sVpendingEnableSet 23 | p14 24 | g2 25 | ((lp15 26 | tp16 27 | Rp17 28 | sVpendingDisableSet 29 | p18 30 | g2 31 | ((lp19 32 | tp20 33 | Rp21 34 | s. --------------------------------------------------------------------------------