summaryrefslogtreecommitdiffstats
path: root/src/app/audioView.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add context menu to audioViewmio2025-03-071-0/+30
| | | | | | Allows people to toggle the analyzer visibility. Signed-off-by: mio <stigma@disroot.org>
* Create a AudioView widget for audio-only streamsmio2025-01-111-0/+31
Currently Codeine will show a blank area when playing an audio-only file, such as music. This patch adds a new widget that contains an instance of the Analyzer::Block class, so instead of a blank area it contains a "visualizer" of sorts. Signed-off-by: mio <stigma@disroot.org>