Show current bitrate on display??

I’m looking for a way to retrieve&display the current bitrate/resolution in use by volumio/mpd while playing…

Any suggestions??

Not 100% sure (not able to verify right now) but if I call correctly you have to look into /proc/asound/card0/pcm0p/sub0/hw_param something. There you can find the actual bitrate while playing.

Sent from my iPhone using Tapatalk

Card 1 actualy for me since i use both a DAC for volumio/2.0 sound as the HDMI sound for kodi with 5.1 :slight_smile:

cat /proc/asound/card1/pcm0p/sub0/hw_params

access: RW_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 2048
buffer_size: 16384

Thanx for the tip !!