Replies: 4 comments
-
Is the app working otherwise, except the voice synthesizer part? Are other voice synthesizers like espeak working? |
Beta Was this translation helpful? Give feedback.
-
The app opens text file. I can read text in the app window. I use RHvoice voice synthesizer and it works in firefox for example. Otherwise I can hear the app in settings (with spd-say -e -w -p 50). Espeak isn't installed, I don't use it. |
Beta Was this translation helpful? Give feedback.
-
@vantu5z seemed to have used RHVoice successfully; see #481 (comment). |
Beta Was this translation helpful? Give feedback.
-
@edvejak, It works for me with |
Beta Was this translation helpful? Give feedback.
-
I can hear the app in settings (with spd-say -e -w -p 50). I chose RHvoice voice synthesizer. I open cyrillic text (utf-8) and I hear nothing. The app don't speak at all
Terminal error:
`$ /usr/bin/com.github.johnfactotum.Foliate
Gjs-Message: 01:39:23.592: JS WARNING: [resource:///com/github/johnfactotum/Foliate/js/window.js 289]: reference to undefined property "direction"
Gjs-Message: 01:39:23.592: JS WARNING: [resource:///com/github/johnfactotum/Foliate/js/window.js 152]: reference to undefined property "direction"
Gjs-Message: 01:39:23.765: JS WARNING: [resource:///com/github/johnfactotum/Foliate/js/window.js 313]: reference to undefined property "layout"
(com.github.johnfactotum.Foliate:3292): Foliate-WARNING **: 01:39:48.523: TypeError: lang is undefined
(com.github.johnfactotum.Foliate:3292): Foliate-WARNING **: 01:39:57.105: TypeError: lang is undefined
(com.github.johnfactotum.Foliate:3292): Foliate-WARNING **: 01:40:37.966: TypeError: lang is undefined
(com.github.johnfactotum.Foliate:3292): Foliate-WARNING **: 01:40:42.326: TypeError: lang is undefined
(com.github.johnfactotum.Foliate:3292): Foliate-WARNING **: 01:40:44.133: TypeError: lang is undefined
(com.github.johnfactotum.Foliate:3292): Gjs-WARNING **: 01:40:46.698: Unhandled promise rejection. To suppress this warning, add an error handler to your promise chain with .catch() or a try-catch block around your await expression. Stack trace of the failed promise:
set epub/<@resource:///com/github/johnfactotum/Foliate/js/window.js:165:13
_handleAction@resource:///com/github/johnfactotum/Foliate/js/epubView.js:920:17
_init/<@resource:///com/github/johnfactotum/Foliate/js/epubView.js:617:13
main@resource:///com/github/johnfactotum/Foliate/js/main.js:476:12
run@resource:///org/gnome/gjs/modules/package.js:225:12
@/usr/bin/com.github.johnfactotum.Foliate:9:1`
I've installed deb package release com.github.johnfactotum.foliate_2.6.3_all.deb
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app must pronounce the chosen text
Version:
Beta Was this translation helpful? Give feedback.
All reactions