Good point, I've updated the install instructions for Linux.

Thanks!

Peter

On Monday, 3 July 2017 17:18:54 UTC+2, [email protected] wrote:
>
> 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/2ba996a5-3e86-41a8-8cbf-5efd0d846c37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to