Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulydev committed May 5, 2016
1 parent ea4baee commit c02ee89
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ wave

wave is a LÖVE sound manager with advanced audio parsing functionalities.

![demo][demo]
<img src="http://s32.postimg.org/8n00sidfn/out.gif" alt="demo" width="420"/>

Setup
----------------
Expand All @@ -28,7 +28,7 @@ beep:play()
Parsing audio
----------------

wave allows you to parse audio files to get the "energy" of the song. This allows you to add visual effects that are synchronized with the music.
wave parses audio files to get the "energy" of the song. This allows you to add visual effects that are synchronized with the music.

First, load and parse the audio, then set its intensity
```lua
Expand Down Expand Up @@ -149,6 +149,4 @@ source:setTargetPitch(pitch)

source:setTargetVolume(volume)
//-> source:getTargetVolume()
```

[demo]: http://s32.postimg.org/8n00sidfn/out.gif
```

0 comments on commit c02ee89

Please sign in to comment.