On Thursday, June 4, 2015 at 9:21:06 AM UTC+2, Peter Bienstman wrote: > Hi, > > As a fallback, you can rely on playing audio through mplayer. > > In pyqt_ui/pyqt_render_chain.py, you find: > > class PyQtRenderChain(RenderChain): > > id = "default" > > if sys.platform == "win32": > filters = [Latex, EscapeToHtml, ExpandPaths, MplayerAudio, > MplayerVideo, RTLHandler, NonLatinFontSizeIncrease] > else: > filters = [Latex, EscapeToHtml, ExpandPaths, Html5Audio, > Html5Video, RTLHandler, NonLatinFontSizeIncrease] > > renderers = [HtmlCss] > > Just replace 'if sys.platform == "win32":' by 'if True:'. > > Cheers, > > Peter
Hi Peter, I recently upgraded my debian system to 9.0 and also upgraded to the distro's version of Mnemosyne (2.4-0.1). Unfortunately Mnemosyne was mute afterwards. I also tried versions 2.4.1 and 2.5 from your download area - still mute. I spent hours, installing, reinstalling and removing various Python and Qt packages, that I figured might be relevant - still mute. Then I looked into pyqt-render-chain.py and saw, that Mnemosyne needs MPlayer! After installing Mnemosyne plays sound like a charm. Perhaps you should mention this requirement in your install requirements. Cheers, Juergen (otherwise very happy with Mnemosyne :-)) -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/a68bab7a-2b3c-4056-9a3b-9e75e1c950a2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
