Fix #668: Add sample rate, bit depth, channels to track info dialog

This commit is contained in:
Drew Weymouth
2025-08-08 07:50:43 -07:00
parent dbea096edf
commit 766cfdfe91
7 changed files with 31 additions and 1 deletions
+3
View File
@@ -149,6 +149,9 @@ type Track struct {
Comment string
BPM int
ReplayGain ReplayGainInfo
SampleRate int
BitDepth int
Channels int
}
type ReplayGainInfo struct {