Glossary

"Audio does not play."

Is the `AudioStreamPlayer` in the scene? - Did you call `.play()` on it? - Is the `volume_db` turned down? `0.0` is normal; `-80` is silent. - On web: has the user clicked anywhere yet? Browsers require user interaction before audio.

Learn More

Related Terms