Godot Version
Godot 4
Question
How to save a sound from a game in a external file? For example if the game emitted random sounds how can i save them in a file mp3 or something.
Godot 4
How to save a sound from a game in a external file? For example if the game emitted random sounds how can i save them in a file mp3 or something.
You can use screen recording tools such as OBS or SimpleScreenRecorder to achieve this. You can use tools like FFmpeg to extract audio from the recorded video file.
Godot can also save audio input (e.g. from a microphone) to a WAV file, but I don’t know if it can save its own audio output directly. Check the Audio Mic Record demo for an example of this:
You don’t understand, i don’t want to record my microphone or record the display with the obs. I want to record sounds made them in the game itself, that’s what i’m looking for.