-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added link to the EZ file in the README
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Soundload | ||
|
||
The goal of this project will be to create a utility that can download a file from a remote source, and dynamically play sound effects depending on the current download speed and size of the file. It will be written in Java and likely use the Swing GUI framework. | ||
The goal of this project will be to create a utility that can download a file from a remote source, and dynamically play sound effects depending on the current download speed and size of the file. It will be written in Java and likely use the Swing GUI framework. UH Manoa's EZ graphics library will be used to order to assist with the graphics and sound effects; link to the project [here](http://www2.hawaii.edu/~dylank/ics111/). |