mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #943] Feat: Adding real-time audio visualisation #1875
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1875
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/943
Author: @Narqulie
Created: 3/6/2026
Status: 🔄 Open
Base:
master← Head:feature/audio-visualization📝 Commits (2)
9da21f2feat: add real-time audio visualization using FFTdc5f741Missed 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.