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
> -----Original Message-----
> From: [email protected] [mailto:mnemosyne-
> [email protected]] On Behalf Of Francesco Ariis
> Sent: 03 June 2015 17:09
> To: [email protected]
> Subject: Re: [mnemosyne-proj-users] No sound in mnemosyne
>
> On Wed, Jun 03, 2015 at 08:37:50AM +0200, Peter Bienstman wrote:
> > Hi,
> >
> > It's indeed Qt that takes care of sound playing.
>
> Sad but true, Qt4 on debian (and derivatives, I think) doesn't work with Alsa
> [1]; I opened a thread on debian-users [2] to check whether there are any
> workarounds.
>
> If mnemosyne could (optionally) rely backends error it would be awesome
> for debugging purposes.
>
>
> [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740451
> [2] https://lists.debian.org/debian-user/2015/06/msg00095.html
>
> --
> 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 mnemosyne-proj-
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mnemosyne-proj-
> users/20150603150926.GA15285%40casa.casa.
> For more options, visit https://groups.google.com/d/optout.
--
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/007301d09e96%24fde41290%24f9ac37b0%24%40UGent.be.
For more options, visit https://groups.google.com/d/optout.