• Home
Name Date Size #Lines LOC

..--

include/audio_utils/03-May-2024-4,0701,225

private/03-May-2024-367

spdif/03-May-2024-1,021645

tests/03-May-2024-2,8931,994

Android.bpD03-May-20242.3 KiB124106

DoxyfileD03-May-202497.9 KiB2,3041,775

Doxyfile.origD03-May-202497.9 KiB2,3041,775

ErrorLog.cppD03-May-20241.5 KiB5228

PowerLog.cppD03-May-20248.4 KiB266207

README.mdD03-May-2024197 97

channels.cD03-May-202419.4 KiB484295

echo_reference.cD03-May-202421.3 KiB548415

fifo.cppD03-May-202423.7 KiB661530

fifo_index.cppD03-May-20244 KiB164116

fifo_writer32.cppD03-May-20242.4 KiB7650

fixedfft.cppD03-May-20246.8 KiB164121

format.cD03-May-20246.9 KiB196171

limiter.cD03-May-20241.9 KiB7046

minifloat.cD03-May-20241.9 KiB6340

mono_blend.cppD03-May-20242.1 KiB6948

power.cppD03-May-20248.5 KiB279192

primitives.cD03-May-202416 KiB610510

resampler.cD03-May-20249.7 KiB266198

roundup.cD03-May-20241 KiB3313

tinysndfile.cD03-May-202420.7 KiB649599

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