Joined: Wed Jan 21, 2009 4:36 pm Posts: 209 Location: San Diego, CA
|
Well this little application has nothing to do with IndieLib but I thought I'd share it anyway. I needed a list-based application that can load and play sound effects and music files for a project I'm working on.
Basically you can:
- load sound files supported by FMOD. Refer to its documentation for the latest supported file formats. I use FMOD Ex 4.24.01.
- load sound files from anywhere.
- play, pause, resume, stop audio files selected from the list box.
- select multiple files to remove from the list
- remove all files from the list
- volume control
- looping playback
It's written in C# and needs .NET 2.0 at a minimum. It may not be perfect and hopefully is stable but I'm not making any guarantees.
There's nothing earth shattering here. I just wanted something to help me sample sounds and music quickly.
Enjoy!
Regards,
Steve
|
|