Created attachment 215329 [details] speech-dispatcher.patch This project now lives on github: https://github.com/brailcom/speechd
Hi, Since you are about to update Speech Dispatcher to the latest version, could I suggest we add AO to the list of default options? On virtual machines in particular, the audio produced by speech dispatcher is choppy when using the OSS support in speech dispatcher; adding AO to the default options fixes that problem. Thanks for reading, Peter.
Created attachment 216319 [details] speech-dispatcher.patch v2 (In reply to Peter Laursen from comment #1) hm. Would PulseAudio work for you?
Hi, Pulseaudio also works.
Created attachment 216337 [details] speech-dispatcher.patch v3
Created attachment 216639 [details] speech-dispatcher.patch v4 aaaand we should use the release tarball which has the .tarball-version so that the header generates correctly.
Hi, Any news regarding the update? If we don't plan on updating the current port, could we add Pulseaudio to the default options to fix the audio stuttering I hinted at in one of the above comments? Thank you, Peter.
An update to 10.2 released four weeks ago, version 10.1 in August: https://github.com/brailcom/speechd/releases/tag/0.10.2 https://github.com/brailcom/speechd/releases/tag/0.10.1 It seems, there was some rework on the audio device ...
Created attachment 224384 [details] Update to 0.10.2
(In reply to Thomas Zander from comment #8) Can someone who uses this regularly (Greg? Peter?) check whether this update works as intended. Please also try without the pulseaudio option. If the choppy audio is resolved, I would like to avoid adding another default dependency.
Does work for me. I wasn't having issues without pulse, I just use pulse for all audio ever to get control over it (mixing, live switching to hotplugged devices etc.)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=752be38ce2a85c213bc36cd962ce9e90840a9353 commit 752be38ce2a85c213bc36cd962ce9e90840a9353 Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2021-05-01 06:16:01 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2021-05-01 07:37:14 +0000 accessibility/speech-dispatcher: update to 0.10.2. PR: 247059 Reported by: greg@unrelenting.technology accessibility/speech-dispatcher/Makefile | 30 +- accessibility/speech-dispatcher/distinfo | 6 +- .../files/patch-src_Makefile.in (gone) | 11 - accessibility/speech-dispatcher/pkg-plist | 329 ++++++++++++++++++++- 4 files changed, 346 insertions(+), 30 deletions(-)
I think lib/speech-dispatcher-modules/sd_voxin has been added since this version, but it seems to be a missing library. > ldd /usr/local/lib/speech-dispatcher-modules/sd_voxin /usr/local/lib/speech-dispatcher-modules/sd_voxin: libvoxin.so => not found (0) libsndfile.so.1 => /usr/local/lib/libsndfile.so.1 (0x80026e000) libdotconf.so.0 => /usr/local/lib/libdotconf.so.0 (0x80030a000) ︙