my Godot won´t play ANY audio.
Asked Answered
C

10

0

I am a newbie in Godot, i run the engine from steam, cuz my OpenGL isn´t supported by godot, so i enter the engine and it was all normal, but when i import an audio(mp3, ogg or even wav) and play them, nothing happens, i already checked the audio from my pc but it was all normal, i checked godot audio tab and it was normal too, it wont play in game and in the inspector. Could someone help(sorry for the bad english btw)

Colquitt answered 2/3, 2024 at 2:12 Comment(0)
E
0

Does Godot create .import files for the audio files?

For example, if you import an audio file named sound1.ogg, Godot should create another file named sound1.ogg.import. The .import file is a text file that contains the settings for the audio file.

Everson answered 2/3, 2024 at 3:47 Comment(0)
L
0

Find your audio file in the FileSystem tab, and double-click it. The reimport dialog window should open. When you click the Play button in the bottom-left corner, can you hear any sound?

Lauraine answered 2/3, 2024 at 8:5 Comment(0)
B
0

Colquitt In addition to the above comments, HOW are you coding your sound? Is there an object or code trying to play it?

Business answered 2/3, 2024 at 19:46 Comment(0)
C
0

Everson yes, it creates an .import file, but the problem stills

Colquitt answered 3/3, 2024 at 18:57 Comment(0)
C
0

Business no, but it should play in the inspector, but it just stays silent

Colquitt answered 3/3, 2024 at 18:59 Comment(0)
C
0

Lauraine sadly, no sound

Colquitt answered 3/3, 2024 at 19:1 Comment(0)
B
0

Colquitt perhaps try using an install outside of Steam?

Business answered 4/3, 2024 at 0:50 Comment(0)
C
0

Business sadly, when i install outside the steam, the engine gives me an OpenGL error message

Colquitt answered 5/3, 2024 at 2:42 Comment(0)
C
0

Nvm, i fixed the problem, just open the audio tab in windows and click in "App volume and device preferences"

Colquitt answered 6/3, 2024 at 22:57 Comment(0)
B
0

Colquitt Ah Windows and its audio device shenanigans. Wonders never cease. 😆

Business answered 9/3, 2024 at 23:40 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.