A port of MegaSa1nt's GDPS-ConvertSFX webserver on C#, made to work faster and more efficiently https://converter.m336.dev
  • C# 65.8%
  • JavaScript 29.2%
  • HTML 2.5%
  • Batchfile 2.5%
Find a file
2025-07-05 18:36:21 +02:00
Properties Initial commit 2025-07-05 18:23:18 +02:00
public Initial commit 2025-07-05 18:23:18 +02:00
releaseOrganizer Initial commit 2025-07-05 18:23:18 +02:00
src Initial commit 2025-07-05 18:23:18 +02:00
.env.example Initial commit 2025-07-05 18:23:18 +02:00
.gitignore Initial commit 2025-07-05 18:23:18 +02:00
appsettings.json Initial commit 2025-07-05 18:23:18 +02:00
crossCompile.bat Initial commit 2025-07-05 18:23:18 +02:00
LICENSE Create LICENSE 2025-07-05 18:28:47 +02:00
README.md Create README.md 2025-07-05 18:36:21 +02:00
SFXConverter.csproj Initial commit 2025-07-05 18:23:18 +02:00
SFXConverter.sln Initial commit 2025-07-05 18:23:18 +02:00

SFX Converter

A port of MegaSa1nt's GDPS-ConvertSFX webserver, made to work faster and more efficiently.Converts any audio format to .ogg for proper use in Geometry Dash.

How to run:

  1. Make sure the server you want to use this on uses MegaSa1nt's GMDprivateServer fork.
  2. Download one of the binaries in the releases tab.
  3. Extract the .zip archive you downloaded.
  4. Run the server.

Configuration

If you wish, you can configure your API further with environment variables:

  • SERVER_PORT — This is the port on which the application will run
  • MAX_SIZE_LIMIT — The maximum size of audio files sent to the server in megabytes
  • DOMAIN_LIST_MODE — Either WHITELIST or BLACKLIST, will affect the domains you put in domainList.json