| Summary: | Spectrum Analyzer not working | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Walter Kargus <waltk4> |
| Component: | Context View/Spectrum Analyzer | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dasmith, TheCrasher, tuomas |
| Priority: | NOR | ||
| Version First Reported In: | 2.9.71 | ||
| Target Milestone: | kf5 | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/amarok/-/commit/13a6e3d0ed9da970f21a3a8092ce1eb27f9509ed | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Walter Kargus
2024-08-26 15:05:21 UTC
Unfortunately caused by missing functionality in phonon-vlc backend: https://bugs.kde.org/show_bug.cgi?id=320215 Would work with phonon-gstreamer; however, phonon-gstreamer backend is in unmaintained state, so cannot be recommended as an alternative. Also somewhat related to equalizer problems with phonon-vlc: https://bugs.kde.org/show_bug.cgi?id=486342 Fixing this (& some other similar bugs) will need either a load of work on phonon-vlc, (someone taking up maintaining phonon-gstreamer or) changing the Amarok playback system to use something else than Phonon. Hopefully one of those will happen at some point not in too distant future. I understand. Since, Amarok is now being worked on again, I wanted to point this out. I know Strawberry does it, but it is too small for my liking and thought it would be a simple fix. (In reply to Walter Kargus from comment #2) > I understand. Since, Amarok is now being worked on again, I wanted to point > this out. I know Strawberry does it, but it is too small for my liking and > thought it would be a simple fix. Yes, it is good to have a bug report on this, thank you for filing! Even though the bug might look obvious, now it is tracked, and additionally someone else wondering the same might find this report and get some background information here. Unfortunately not a simple fix, but definitely something I will spend some time on after Qt6 port is done. Git commit 13a6e3d0ed9da970f21a3a8092ce1eb27f9509ed by Tuomas Nurmi. Committed on 23/06/2025 at 17:28. Pushed by nurmi into branch 'master'. Implement analyzer for the new gstreamer backend M +1 -1 src/EngineController.cpp M +208 -10 src/EngineGstPipeline.cpp M +15 -0 src/EngineGstPipeline.h M +2 -2 src/context/applets/analyzer/plugin/AnalyzerBase.cpp https://invent.kde.org/multimedia/amarok/-/commit/13a6e3d0ed9da970f21a3a8092ce1eb27f9509ed |