xref: /aosp_15_r20/system/media/audio_utils/README.md (revision b9df5ad1c9ac98a7fefaac271a55f7ae3db05414)
1# How to build and view documentation
2
3* doxygen Doxyfile
4* cd html
5* python -m SimpleHTTPServer
6* open in web browser
7  http://localhost:8000/classaudio__utils__fifo.html
8* when done: rm -rf html
9
10Files with explicit Android dependencies:
11 * echo\_reference.c
12 * resampler.c
13 * most C++
14