Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalstocki committed Feb 14, 2014
1 parent 1ce8e95 commit 83e611e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,24 @@ Recorder JS Interface
**getMicrophone**: returns the microphone object

Gradle Build
==========================
---------------------
Set environment variable **FLEX_HOME** (compiled with Flex SDK 4.6.0 on windows)

Build with `gradlew dist`


Change Log
---------------------

0.7.0

- New demo page
- Added ability to get **current level** of microphone
- Added build using gradle
- Added ability to obtain **sound samples** from microphone
- Introducing unit tests

0.6.0

- Added ability to **pause** playback
- Added ability to get **current time** while playback
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.6.1
version=0.7.0
projectName=FlashWavRecorder

0 comments on commit 83e611e

Please sign in to comment.