Verify built-in transcoding is processing at the right level

Issue description:

(Navidrome)

Trying out Symfonium and loving it very much. One of the things I wanted to verify is when I am on mobile, that the tanscoding is doing this at the proper bitrate. I went to “Settings > Playback > Decoding and transcoding > Mobile maximum bitrate = 64 kbps”

When I go off of WiFi, I then attempt to play a song. While its playing I check its details, it shows as 320 Kbps.

Is it not transcoding?

Logs:

Upload description: jchristl2202

Additional information:

 

 

Reproduction steps:

 

 

Media provider:

Subsonic

Screenshots:

     

You need to check the now playing screen, the 3 dots details shows the original files details.

In the logs the 64k is properly used.

PS: Your navidrome version seems outdated.

Thanks. I just noticed that myself; so I updated navidrome. I also went to the output logs in navidrome and when I am on wifi it displays as follows :

bitRate=0 cached=false format=raw originalBitRate=320 originalFormat=mp3

When i am on mobile it changed to this :

bitRate=0 cached=false format=raw originalBitRate=320 originalFormat=mp3
bitRate=64 cached=false format=opus originalBitRate=320 originalFormat=mp3
bitRate=64 cached=true format=opus originalBitRate=320 originalFormat=mp3

So i do believe I got it configured correctly, Thank you