emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/greader c956401cc8: greader.el: version 0.10.1


From: ELPA Syncer
Subject: [elpa] externals/greader c956401cc8: greader.el: version 0.10.1
Date: Sun, 9 Jun 2024 21:58:23 -0400 (EDT)

branch: externals/greader
commit c956401cc87dbd38a19c96a4c071e3ba4256eb66
Author: Michelangelo Rodriguez <michelangelo.rodriguez@gmail.com>
Commit: Michelangelo Rodriguez <michelangelo.rodriguez@gmail.com>

    greader.el: version 0.10.1
    
    greader audiobook.el: Commentary updated to explain better the module's 
functionality.
---
 greader-audiobook.el | 21 +++++++++++++++++++--
 greader.el           |  2 +-
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/greader-audiobook.el b/greader-audiobook.el
index 9458390ef5..598febf6e9 100644
--- a/greader-audiobook.el
+++ b/greader-audiobook.el
@@ -13,14 +13,31 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; 
 ;;; Commentary:
-;; This module define just one command:
+;; This module defines just one command:
 ;; `greader-audiobook-buffer'.  All the rest of the functionality is
 ;; controlled by customizing the module through customizing the group
 ;; `greader-audiobook' so:
 ;; 'M-x customize-group <RET> greader-audiobook <RET>.
 ;; Please see the documentation of each single customization item, and
 ;; the documentation of `greader-audiobook-buffer'.
-
+;;
+;; The parameters of espeak are the same used normally with
+;; `greader-read', so you just have to configure greader normally in
+;; terms of the back-end.
+;; If you want the maximum speed of the conversion, disable
+;; `greader-audiobook-transcode-wave-files'.
+;; In this way you will have a directory with only the wave files
+;; produced by espeak.
+;; in order for greader-audiobook to transcode your files you must
+;; have ffmpeg utility installed on your system.
+;; the default format in which transcode the files produced by espeak
+;; is "mp3", but honestly it is not the better choice, only the most
+;; popular.
+;; If you want better quality of output, you can set
+;; `greader-audiobook-transcode-format to "m4a" or "flac"; The
+;; conversion will take more time, but as sayd first, the quality is
+;; definitely better.
+;;
 ;; 
 ;; 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
diff --git a/greader.el b/greader.el
index 77cb51dfac..6c7b70a44b 100644
--- a/greader.el
+++ b/greader.el
@@ -6,7 +6,7 @@
 ;; Author: Michelangelo Rodriguez <michelangelo.rodriguez@gmail.com>
 ;; Keywords: tools, accessibility
 ;; URL: https://www.gitlab.com/michelangelo-rodriguez/greader
-;; Version: 0.10.0
+;; Version: 0.10.1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by



reply via email to

[Prev in Thread] Current Thread [Next in Thread]