Audio Formats?
Audio Formats?
Just wanted to ask which audio formats for sound effects are valid. I looked at the base mod and could only see .OGG files. now I wanted to know if other formats are allowed too and if yes which formats
I'm currently working on a tool that will allow everyone to create mods for Factorio without having to learn any of the complicated stuff.
Follow the development here: viewtopic.php?f=137&t=40830.
Follow the development here: viewtopic.php?f=137&t=40830.
Re: Audio Formats?
I recommend using OGG as audio format for modding purposes.
OGG has the big advantage that it can have the same quality as a high quality MP3 file while OGG uses a way smaller bitrate.
OGG has the big advantage that it can have the same quality as a high quality MP3 file while OGG uses a way smaller bitrate.
Former moderator
Re: Audio Formats?
ok. just wanted to know if I should include an audio converter in a project.Kajanor wrote:I recommend using OGG as audio format for modding purposes.
OGG has the big advantage that it can have the same quality as a high quality MP3 file while OGG uses a way smaller bitrate.

I'm currently working on a tool that will allow everyone to create mods for Factorio without having to learn any of the complicated stuff.
Follow the development here: viewtopic.php?f=137&t=40830.
Follow the development here: viewtopic.php?f=137&t=40830.
Re: Audio Formats?
Seems like this shows up in some search results and I just documented this, so here is the answer:
Support sound file formats are .ogg, .wav and .voc.
Support sound file formats are .ogg, .wav and .voc.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
- Stargateur
- Filter Inserter
- Posts: 258
- Joined: Sat Oct 05, 2019 6:17 am
- Contact:
Re: Audio Formats?
where did you document it ? Can't find anything in wiki or docBilka wrote: Fri Oct 08, 2021 6:30 pm Seems like this shows up in some search results and I just documented this, so here is the answer:
Support sound file formats are .ogg, .wav and .voc.
Re: Audio Formats?
On the sound type: https://lua-api.factorio.com/latest/typ ... l#filenameStargateur wrote: Tue Jun 03, 2025 4:43 pmwhere did you document it ? Can't find anything in wiki or docBilka wrote: Fri Oct 08, 2021 6:30 pm Seems like this shows up in some search results and I just documented this, so here is the answer:
Support sound file formats are .ogg, .wav and .voc.
In the meantime we dropped support for .voc.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
- Stargateur
- Filter Inserter
- Posts: 258
- Joined: Sat Oct 05, 2019 6:17 am
- Contact:
Re: Audio Formats?
Thanks, I start from play_sound of runtime doc, then realize I needed to add my audio file in data stage. Since `play_sound` need a `path` I was using `__mymod__` directly and the game just quitBilka wrote: Tue Jun 03, 2025 5:01 pm On the sound type: https://lua-api.factorio.com/latest/typ ... l#filename

