An expanded version of the JUCE website's sound file player tutorial as a way to learn the basics of the framework. Can play .wav files, and has the following features:
- Open button (feature from tutorial)
- Play/Pause/Stop buttons (feature from tutorial)
- Progress bar (expanded feature!)
- Volume bar (expanded feature!)
- White noise bar (expanded feature!) -- User can distort the audio file's sound by introducing white noise. The amount introduced is dependent on the value of the third slider.
- Loop toggle button (feature from tutorial)