How can I upload audio here so that people can play directly? @Tamasg @Alan @BTyson I have built the old version of the speech player, make it installable in 2025.3.2 and I don't know what I did with claude code, but it sounds like the old one, maybe not before the espeak pitch curve, sincerely I don't know, but to my ear, it's more clearer, I want to show it and possibly get some feedback whether this can be hacked as one of the classic sound in tg player
@Tamasg @Alan @BTyson I don't know how to upload audio so I am providing the addon file for people to test and provide feedback.
two varients
1. nvSpeechPlayer (Standard) - Modern eSpeak-style intonation
Uses table-based intonation system introduced in May 2014,
I really love the sounding
https://github.com/kaveinthran/NVSpeechPlayer/blob/master/nvSpeechPlayer_master-59765b0.nvda-addon #Blind #nvda #screenReader
NVSpeechPlayer/nvSpeechPlayer_master-59765b0.nvda-addon at master · kaveinthran/NVSpeechPlayer

A Klatt-based speech synthesis engine written in c++ - kaveinthran/NVSpeechPlayer

GitHub
@Tamasg @Alan @BTyson 2. nveloq (Eloquence-style) - Classic Eloquence-style intonation
Uses smooth formula-based pitch curves from April 2014, Sounds more like classic Eloquence synthesizer
Both variants are compatible with NVDA 2019.3 through 2025.3+ and can be installed side-by-side.
https://github.com/kaveinthran/NVSpeechPlayer/blob/master/nveloq_master-aa158e5.nvda-addon
@kaveinthran @Tamasg @Alan @BTyson Where is the download link? And does it support NVDA 2026.1 betas?
@amir @Tamasg @Alan @BTyson The download links are in the thead here and the git
I build specifically for 2025.3 and backwards
@kaveinthran @Tamasg @Alan @BTyson I see. I can't install them then as I'm running 2026.x betas and alphas.
@amir @Tamasg @Alan @BTyson I tried to update both addons to run on 2026x versions of #nvda
you can test both
the download links for both are in the readme
https://github.com/kaveinthran/NVSpeechPlayer
GitHub - kaveinthran/NVSpeechPlayer: A Klatt-based speech synthesis engine written in c++

A Klatt-based speech synthesis engine written in c++ - kaveinthran/NVSpeechPlayer

GitHub
@kaveinthran With NVDA 2026.x, it gives me an error message:
Could not load the nvSpeechPlayer synthesizer.
@Tamasg @Alan @BTyson
@amir @Tamasg @Alan @BTyson Sorry for that, I fixed it, the fix is up.
Release nvSpeechPlayer v1.1 - NVDA 2026.x Compatibility Fix · kaveinthran/NVSpeechPlayer

What's New in v1.1 This release fixes compatibility with NVDA 2026.x (and any 64-bit NVDA build using Python 3.13). Bug Fixes Fixed: Add-on failed to load on NVDA 2026.x — Rebuilt `speechPlayer.dl...

GitHub