Skip to Content.
Sympa Menu

emacspeak - Re: [Emacspeak] Sharpwin First (hopefully) Useable Release

Subject: Emacspeak discussion list

List archive

Re: [Emacspeak] Sharpwin First (hopefully) Useable Release


Chronological Thread 
  • From: Devin Prater <r.d.t.prater AT gmail.com>
  • To: Robert Melton <lists AT robertmelton.com>, Emacspeaks <emacspeak AT emacspeak.net>
  • Subject: Re: [Emacspeak] Sharpwin First (hopefully) Useable Release
  • Date: Thu, 11 Apr 2024 06:21:57 -0500

So, it turned out to be a nuget issue, I didn't have any sources set. Somehow. Thanks Google Gemini. So now, it compiled, I setup my .emacs from scratch, and now Emacs is complaining that cl-member is a void function. So I add (require 'cl-lib) so that hopefully it brings in cl-member, but that doesn't work. I'm running Emacs 29.3, and Emacspeak 59. Do I need to just run from Emacspeak main branch?

Here's, my .emacs:

(require 'cl-lib)
(load-file "C:\\Users\\devin\\Downloads\\emacspeak-59.0\\lisp\\emacspeak-setup.elc")

(setq dtk-program "sharpwin")

(setenv "SHARPWIN_TONE_VOLUME" "0.1")
(setenv "SHARPWIN_SOUND_VOLUME" "0.1")
; this is between 0 and 100
(setenv "SHARPWIN_VOICE_VOLUME" "100")
(push "sharpwin" tts-multi-engines)
(setq tts-notification-device "right")
(require 'emacspeak-setup)
; Heree you can just do "en-US" or just ":Zira"
(dtk-set-language "en-US:Zira")
(dtk-set-rate 8 t)

On 4/9/2024 4:39 PM, Robert Melton (via emacspeak Mailing List) wrote:
SharpWin 1.2.0 is available for the Brave and True.

https://github.com/robertmeta/sharpwin

It works, and is a reasonable implementation, with some notable
missing things, the biggest being pitch manipulation. It will
have to be done by hand and I am working on it. A log-sharpwin
is also notably missing, Windows stdin/stdout handling is a
thing of nightmares, trying to find a way to do this with
powershell and a batch file (you can see attempt in the repo,
doesn't work).

But notifications, voice selection, all the other basics are
in place and mostly working. It is all in either standard C#
or using NAudio for additional processing.

Report any bugs you find to the github repo! Thanks.

--
Robert "robertmeta" Melton
lists AT robertmelton.com <mailto:lists AT robertmelton.com>


Emacspeak discussion list -- emacspeak AT emacspeak.net
To unsubscribe send email to:
emacspeak-request AT emacspeak.net with a subject of: unsubscribe

--
Devin Prater



Archive powered by MHonArc 2.6.19+.

Top of Page