On 23/05/14 09:06, Bastien Roques wrote:
Hi,

I'm facing some difficulties playing sound with Pyglet 1.1.4 and the latest Avbin (10 or 11 in alpha version) on my Ubuntu 64 (14.04).

This code doesn't play nothing:

In [1]: import pyglet
In [2]: music = pyglet.resource.media('test.mp3')
In [3]: music.play()
Out[3]: <pyglet.media.ManagedSoundPlayer at 0x7ff22da04650>
In [4]: pyglet.app.run()

If I try the given example media_player.py:

./media_player.py test.mp3

No sound at all. If I touch the cursor, the window vanish returning a Segmentation fault (core dumped)

Can someone help me?


Hi,

Could you post the core dump somewhere please? You could open an issue at https://code.google.com/p/pyglet/issues/list I would also suggest trying the development version of pyglet, instructions here: http://pyglet.org/download.html

Adam.

--
You received this message because you are subscribed to the Google Groups 
"pyglet-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].
Visit this group at http://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to