so there are 2 eloquence add ons for NVDA that have emerged in the last few weeks or month... what are people's experience with these? I'm playing with both and am starting to get a few thoughts but nothing I'm ready to share...
@jstark First I'm hearing of it. Honestly I'm sticking with Nick's. I have an edge case where I need to switch sound cards. NVDA core sometimes struggles with synth settings leaking between sound card switches if you use the same synth. Nick fixed it on RS. RS also has an upsampling mode from 11 KHZ to 22 KHZ. I have completely destroyed hearing, so the extra highs really help me.
@mcourcel@jstark@lerven Yes, it is. It rewrites the 32-bit bridge in rust, and does upsampling. I refused to accept the upsampling PR because it's vibe coded and I couldn't understand how it works, as well as bringing us too far from original eloquence to make me comfortable. I didn't accept the rust rewrite because I can't read rust at all, it was AI coded, and so I can't understand or proof it. Nothing against AI coders; more power to them. But I refuse to release code under my name that I don't fully understand and can't explain if asked.
@jstark@lerven@mcourcel To clarify, I do use AI to help with my eloquence addon. But just as a time-saver. All the code it spits out is read, understood, and approved by me. If I don't understand some part, it gets removed, explained, or re-written until I do.