mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 15:45:54 +03:00
[PR #110] [MERGED] Add FLAC Audio Quality Analyzer with Spectrum Visualization #518
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#518
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/afkarxyz/SpotiFLAC/pull/110
Author: @Lukas200301
Created: 11/25/2025
Status: ✅ Merged
Merged: 11/25/2025
Merged by: @afkarxyz
Base:
main← Head:main📝 Commits (1)
b7b2065Add FLAC audio quality analysis and spectrum visualization📊 Changes
12 files changed (+1145 additions, -0 deletions)
View changed files
📝
app.go(+49 -0)➕
backend/analysis.go(+181 -0)📝
backend/folder.go(+28 -0)➕
backend/spectrum.go(+205 -0)➕
frontend/src/components/AudioAnalysis.tsx(+161 -0)➕
frontend/src/components/AudioAnalysisDialog.tsx(+143 -0)📝
frontend/src/components/Header.tsx(+2 -0)➕
frontend/src/components/SpectrumVisualization.tsx(+275 -0)➕
frontend/src/hooks/useAudioAnalysis.ts(+60 -0)📝
frontend/src/types/api.ts(+27 -0)📝
go.mod(+4 -0)📝
go.sum(+10 -0)📄 Description
Add FLAC Audio Quality Analyzer with Spectrum Visualization
🎯 What's New
Audio quality analyzer that verifies true lossless quality of FLAC files with detailed technical metrics and frequency spectrum visualization.
Key Features:
🔧 Technical Details
Backend:
backend/analysis.go,backend/spectrum.goFrontend:
AudioAnalysisDialog,AudioAnalysis,SpectrumVisualizationuseAudioAnalysishook for state management📦 Dependencies
github.com/mewkiz/flac v1.0.13icza/bitio,mewkiz/pkg,mewpkg/term📝 Files Changed
app.go,backend/folder.go,Header.tsx,types/api.tsParent:
ddf1844(v6.2)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.