Skip to content

Commit

Permalink
extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
gmilette committed Jun 7, 2012
1 parent bad52d6 commit 7a14016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio.md
Expand Up @@ -10,7 +10,7 @@ GAST has a framework for collecting and analyzing audio data. It currently suppo

## Collect and analyze audio data

- Collect using AsyncTasks like [this](https://github.com/gast-lib/gast-lib/blob/maste r/app/src/root/gast/playground/audio/RecordAudioTask.java) and [this](https://github.com/gast-lib/gast-lib/blob/master/app/src/root/gast/playground/audio/RecordAmplitudeTask.java)
- Collect using AsyncTasks like [this](https://github.com/gast-lib/gast-lib/blob/master/app/src/root/gast/playground/audio/RecordAudioTask.java) and [this](https://github.com/gast-lib/gast-lib/blob/master/app/src/root/gast/playground/audio/RecordAmplitudeTask.java)

- Analyze the data by implementing a listener. Gast has some listeners that implement various kinds of [clappers](https://github.com/gast-lib/gast-lib/tree/master/library/src/root/gast/audio/interp)

Expand Down

0 comments on commit 7a14016

Please sign in to comment.