[PR #943] Feat: Adding real-time audio visualisation #1875

Open
opened 2026-03-14 15:37:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/943
Author: @Narqulie
Created: 3/6/2026
Status: 🔄 Open

Base: masterHead: feature/audio-visualization


📝 Commits (2)

  • 9da21f2 feat: add real-time audio visualization using FFT
  • dc5f741 Missed Cargo.lock

📊 Changes

9 files changed (+426 additions, -7 deletions)

View changed files

📝 Cargo.lock (+49 -0)
📝 docs/config.md (+1 -0)
📝 spotify_player/Cargo.toml (+2 -1)
📝 spotify_player/src/config/mod.rs (+6 -0)
📝 spotify_player/src/main.rs (+2 -0)
📝 spotify_player/src/state/mod.rs (+10 -0)
📝 spotify_player/src/streaming.rs (+20 -6)
spotify_player/src/streaming_vis.rs (+231 -0)
📝 spotify_player/src/ui/playback.rs (+105 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/943 **Author:** [@Narqulie](https://github.com/Narqulie) **Created:** 3/6/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature/audio-visualization` --- ### 📝 Commits (2) - [`9da21f2`](https://github.com/aome510/spotify-player/commit/9da21f235c414055a6cba4a35aef3fa24718e642) feat: add real-time audio visualization using FFT - [`dc5f741`](https://github.com/aome510/spotify-player/commit/dc5f741ed8af375cbe74cf43d379eb05d3bf0ef9) Missed Cargo.lock ### 📊 Changes **9 files changed** (+426 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+49 -0) 📝 `docs/config.md` (+1 -0) 📝 `spotify_player/Cargo.toml` (+2 -1) 📝 `spotify_player/src/config/mod.rs` (+6 -0) 📝 `spotify_player/src/main.rs` (+2 -0) 📝 `spotify_player/src/state/mod.rs` (+10 -0) 📝 `spotify_player/src/streaming.rs` (+20 -6) ➕ `spotify_player/src/streaming_vis.rs` (+231 -0) 📝 `spotify_player/src/ui/playback.rs` (+105 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#1875
No description provided.