summaryrefslogtreecommitdiffstats
path: root/src/app/analyzer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Create a AudioView widget for audio-only streamsmio2025-01-201-1/+6
| | | | | | | | | | 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> (cherry picked from commit 5cfecec40972f7d6f77879e1209bc10d6019625b)
* Fix the audio analyzermio2024-10-281-52/+559
| | | | | | | | | | | | | Most of the code was already borrowed from Amarok, but wasn't properly finished. This just updates the code to more closely match what is currently in TDE's Amarok. The Analyzer still sits in the statusBar(), which is cool, but can have some delays when watching a video (the video itself is unaffected). See: TDE/codeine#23 Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit a3ea0ee70fe8590a96df03dca43ca77f3f28791e)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-041-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1ca6231ff7a251916340814041990bef8e282308)
* Conversion to the cmake building system.gregory guy2020-06-211-5/+7
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Conversion qt3 -> tqt3gregory guy2020-06-131-13/+13
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Initial code import from debian snapshotMichele Calgaro2020-06-131-0/+131
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>