/BuiltInAudioPlayer

Audio Player with built-in audio with single play button

Primary LanguageC#MIT LicenseMIT

Built-in Audio Player

I don't know why I made this
One of my friend sent me a program that can play steel pipe sound with a button
And my another friend want to change the audio but he can't decompile it

Environment Dependence

Godot 4.2.1 Stable Mono Official
.NET 8.0.100 (well actually, .net8 is not necessary, if you want to use other version of .net, just change the TargetFramework in BuiltInAudioPlayer.csproj)

How 2 use

Export this project to exe
then copy the options.ini to the same folder with exe file

Find a audio file (technically it can be .ogg/.wav/.mp3, but only .ogg is useable now and I don't know why, mp3 is not loadable, and wav can only make noise)
Rename the file to audio.<file extension>
then put it to the same folder with exe file
Run the exe and it will work
It should be ok to pack them into single exe, options.ini won't be edit by program

options.ini

AdditionLabel: Additional instructions, only show "Current: " if False (default: True)
Pauseble: Allow user to pause audio, remove pause button when False (default: True)
AllowSelecting: When False, it won't pop-up a window to select audio file when no audio file was found (default: True)
ShowProgressBar: Show progress bar if True (default: True)
AllowDragProgressBar: Progress bar will be draggable if True (Only works when ShowProgressBar is True) (default: True)
ForceLocale: Lock language and remove language option, change it to "" to disable this feature (default: "")

To-do list

  • Fix .wav
  • Fix .mp3
  • Draggable progress bar