-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
174 additions
and
11 deletions.
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Wavy | ||
|
||
Make some waves -- see your favorite tracks in a new light. | ||
|
||
Wavy is a web application built using the Web Audio API and HTML5 Canvas for generating visual representations of sound files. | ||
|
||
[see Wavy live][heroku] | ||
|
||
[heroku]: http://jmsoper.github.io/audio_visualizer | ||
|
||
Wavy allows users to: | ||
|
||
- Play their own recordings | ||
- Play a sample track | ||
- Adjust the color or style of the visualization | ||
- See data on the track from the Web Audio API as represented by canvas | ||
|
||
###Welcome View | ||
![welcome] | ||
|
||
###Landing Page | ||
![landingPage] | ||
|
||
###Technical Details | ||
COMING SOON | ||
|
||
###Future Features | ||
* Users can create and listen to playlists | ||
* Offers more visualizations | ||
* Uses particles to generate touch-responsive visualizations | ||
* Allow for sound manipulation | ||
|
||
###To-Do: | ||
* [ ] buffer tracks to allow for more analysis | ||
* [ ] build waveform reader and rendering | ||
* [ ] provide slider bars to warp and manipulate tracks | ||
* [ ] make playlist interface | ||
* [ ] allow for storage of multiple tracks | ||
* [ ] implement buttons for moving between tracks | ||
* [ ] implement sequential playing | ||
|
||
|
||
[welcome]: ./welcome.png | ||
[landingPage]: ./landing.png |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.