Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 1.19 KB

audio.md

File metadata and controls

19 lines (9 loc) · 1.19 KB

Audio Processing

GAST has a framework for collecting and analyzing audio data. It currently supports some simple audio processing algorithms. You can add your own!

Analyze audio data from two sources

Collect and analyze audio data

  • Collect using AsyncTasks like this and this

  • Analyze the data by implementing a listener. Gast has some listeners that implement various kinds of clappers

  • Use GAST audio processing algorithms. There are in this package