You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: