Applications

These are various applications that I have done to help in game development.

Sound Sampler


This application was made by myself primarily for myself as a way to "sample" or play sounds that I would eventually use in a game project. Many of the sounds, music or sound effects, were in .ogg format which could not be played using the Windows Media Player. I could have downloaded something like Audacity but it was more fun and challenging to write my own.

This application is very simple. Primarily used for sound file playback. Perhaps you might find this simple, standalone app to be useful for you as well.

    Features:

  • Load one or more sounds files.
  • Uses FMOD sound library
  • Play, pause, stop
  • Looping playback
  • Delete selected or all sound files yet will not affect files on disk
  • volume control
  • will not load duplicate files

Depends on .NET Framework 2.0. You can get the runtime redistributables here.

Download (Binaries only)

Download (Windows x86 Installer)


SoundSampler App


Easy to use!

Load files one of two ways. Menu selection or button.

SoundSampler App


Select one or more files. Use keyboard control key to individually select files or shift click to select a range.

SoundSampler App


Play a sound by selecting it in the playlist window then click the Play button. You can also play a file by double clicking on the file directly in the playlist window.

SoundSampler App


View some runtime information such as the current play time and the total track length in the status bar.

SoundSampler App


Pause or stop the current sound while playing. Adjust the volume before or during play.

SoundSampler App


Edit the playlist of sound files by selecting the individual files, using the control and and shift keys for selction control. Once the file(s) have been chosen either hit the Delete key on the keyboard or click the Delete File(s) button.

You may also clear the complete list of files from the playlist window in one shot by clicking the Clear List button.

SoundSampler App

SoundSampler App