summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/beattracker.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plugin: refactor into modules2 * r + 2 * t2025-09-131-52/+0
|
* plugin/ac: not singleton2 * r + 2 * t2025-09-091-2/+5
| | | | | | Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
* plugin: use lower case imports2 * r + 2 * t2025-09-081-1/+0
|
* plugin/ap: fix collector2 * r + 2 * t2025-09-081-3/+3
| | | | Actually read from speakers not mic
* plugin/ap: properly buffer data2 * r + 2 * t2025-09-071-6/+5
| | | | | Run at a stable fps instead of in large chunks Use one thread for collecting and another for processing
* plugin: async audio processing2 * r + 2 * t2025-09-061-7/+20
|
* plugin: abstract audioprovider2 * r + 2 * t2025-09-061-12/+4
|
* plugin: abstract service + ref2 * r + 2 * t2025-09-061-9/+4
|
* plugin: namespace everything2 * r + 2 * t2025-09-061-0/+4
|
* plugin: add BeatTracker2 * r + 2 * t2025-09-041-0/+47
Replaces beat-detector.cpp