• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

benchmarks/15-Dec-2024-2,230988

fuzz/14-Jan-2024-818542

include/audio_utils/14-Jan-2024-14,5847,063

private/14-Jan-2024-367

spdif/15-Dec-2024-1,336844

tests/15-Dec-2024-10,3727,040

Android.bpD15-Dec-20245 KiB230207

Balance.cppD14-Jan-20246.6 KiB191133

ChannelMix.cppD15-Dec-20246 KiB167100

DoxyfileD14-Jan-2024107.8 KiB2,5171,948

ErrorLog.cppD14-Jan-20241.4 KiB4826

MelAggregator.cppD14-Jan-20249.2 KiB282209

MelProcessor.cppD15-Dec-202418.2 KiB486386

Metadata.cppD15-Dec-20246.1 KiB193152

PowerLog.cppD15-Dec-202411.8 KiB341256

README.mdD14-Jan-2024288 1411

channels.cppD14-Jan-202428.3 KiB712425

echo_reference.cD14-Jan-202422.1 KiB573441

fifo.cppD14-Jan-202425.3 KiB689564

fifo_index.cppD14-Jan-20244.4 KiB176122

fifo_writer_T.cppD14-Jan-20242.5 KiB8155

fixedfft.cppD14-Jan-20246.8 KiB164121

format.cD14-Jan-20248.1 KiB230204

hal_smoothness.cD14-Jan-20246.3 KiB224150

limiter.cD14-Jan-20241.9 KiB7046

minifloat.cD14-Jan-20241.9 KiB6340

mono_blend.cppD14-Jan-20242 KiB6647

mutex.cppD15-Dec-20241.7 KiB5224

power.cppD15-Dec-202410.2 KiB323230

primitives.cD14-Jan-202416.8 KiB645541

resampler.cD14-Jan-20249.7 KiB266200

roundup.cD14-Jan-20241 KiB3313

sample.cD14-Jan-20242.6 KiB8453

threads.cppD15-Dec-20243 KiB9057

tinysndfile.cD15-Dec-202420.9 KiB647598

README.md

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