Open MasseGuillaume opened 6 years ago
Thank you for your contributions.
This has been automatically marked as stale because it has had no activity for 180 days.
If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.
Here are suggestions that might help resolve this more quickly:
I have the same issue with Brave and Firefox :
Steps to reproduce :
nix-shell --packages brave speechd espeak --command "sh -c 'speech-dispatcher --run-single --log-level 5 --timeout 0 & brave --enable-speech-dispatcher https://jsfiddle.net/wdhLd55r/2/'"
Test
Actual result : No sound
Expected result : Speech
@pinage404 while looking for a solution myself, I run into this pr https://github.com/NixOS/nixpkgs/pull/210453 that solved the issue for me on Firefox.
speechd
is included in chromium
as of https://github.com/NixOS/nixpkgs/pull/133544 (and switched to speechd-minimal
in https://github.com/NixOS/nixpkgs/pull/329658). Can anyone reproduce this issue on Chromium?
Yes, same problem for me with Chromium 130.0.6723.58.
Steps to reproduce:
expected: should say hello world obtained: silence
expected: should return an non-empty array of
SpeechSynthesisVoice
obtained: empty arraysee: https://jsfiddle.net/wdhLd55r/2/