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

Audio Generator fails because player not started before getting stream playback. #913

Closed
blackears opened this issue Apr 21, 2023 · 2 comments
Labels

Comments

@blackears
Copy link

Which demo project is affected:

Audio Generator

OS/device including version:
Windows 10

Issue description:

godotengine/godot#76324

Tried to use Audio Generator demo with Godot 4. If failed with an error due to $Player.get_stream_playback() returning null. However, moving the line $Player.play() to the line before this one resolved the issue.

Screenshots of issue:

@blackears blackears added the bug label Apr 21, 2023
@zf-moth
Copy link
Contributor

zf-moth commented Jun 5, 2023

I gave it a try and it looks like the issue has been fixed in #782. Everything seems to be working. This issue can be closed.

@PreetomBoro
Copy link

@zf-moth hi, the zip file in https://godotengine.org/asset-library/asset/2759 still doesn't reflect the changes. Thanks.

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

No branches or pull requests

3 participants