{{ currentTrack ? `${currentTrackIndex + 1}. ${currentTrack.artist} - ${currentTrack.title}` : 'No Track Loaded' }}
{{ formatTime(currentTime) }}
{{ Math.round(audioRate / 1000) || '0' }}
kbps
{{ Math.round(audioSampleRate / 1000) || '0' }}
kHz
{{ stereoStatus }}