Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playing a vorbis file crashes python #9

Closed
kiwec opened this issue Aug 11, 2019 · 1 comment
Closed

Playing a vorbis file crashes python #9

kiwec opened this issue Aug 11, 2019 · 1 comment

Comments

@kiwec
Copy link

kiwec commented Aug 11, 2019

This looks related to TeamPyOgg/PyOgg#10 but might not be.
It's not crashing when loading, but when playing - using the default windows openal32.dll.
It works just fine playing opus or wave files.

Here is the code and file used :

import time
from openal import *

source = oalOpen('test.ogg')
source.play()

while source.get_state() == AL_PLAYING:
	time.sleep(1)

oalQuit()

https://files.catbox.moe/wr9w16.ogg (github doesn't allow ogg uploads)

@Zuzu-Typ
Copy link
Owner

Zuzu-Typ commented Aug 11, 2019

Thank you for letting me know.

Indeed, it was an issue on PyOgg's side.

It should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants