mirror of
https://github.com/M336G/SFXConverter.git
synced 2026-07-28 22:16:15 +00:00
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%
| Properties | ||
| public | ||
| releaseOrganizer | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| appsettings.json | ||
| crossCompile.bat | ||
| LICENSE | ||
| README.md | ||
| SFXConverter.csproj | ||
| SFXConverter.sln | ||
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:
- Make sure the server you want to use this on uses MegaSa1nt's GMDprivateServer fork.
- Download one of the binaries in the releases tab.
- Extract the .zip archive you downloaded.
- 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 runMAX_SIZE_LIMIT— The maximum size of audio files sent to the server in megabytesDOMAIN_LIST_MODE— EitherWHITELISTorBLACKLIST, will affect the domains you put indomainList.json