First commit
[echo-analysis.git] / README.markdown
1 # Echo analysis
2
3 The repository basically consists of two components:
4
5 1. The tool echorec plays a some sound and simultaneously records the
6 acoustic feedback.
7
8 2. An ipython notebook and a python wrapper around echorec that generates a
9 pulse, invokes echorec and analyzes the feedback.
10
11
12 ## echorec
13
14 The tool echorec is a tool written in C99 and built using cmake. It depends on
15 the PulseAudio soundserver and uses the asynchronous API.
16
17 mkdir build
18 cd build
19 cmake ..
20 make
21 src/echorec -h