[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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@xxxxxxxxxxxxxxxx <mailto:lists@xxxxxxxxxxxxxxxx>


Emacspeak discussion list -- emacspeak@xxxxxxxxxxxxx
To unsubscribe send email to:
emacspeak-request@xxxxxxxxxxxxx with a subject of: unsubscribe

--
Devin Prater


|Full archive May 1995 - present by Year|Search the archive|


If you have questions about this archive or had problems using it, please contact us.

Contact Info Page