tehkillerbee / mopidy-tidal

Tidal Backend plugin for Mopidy
Apache License 2.0
93 stars 28 forks source link

Return audio quality to show in Iris? #141

Closed 9acca9 closed 1 year ago

9acca9 commented 1 year ago

Hello. Is it possible to return the audio quality? The idea would be to....... ask https://github.com/jaedb/Iris if he can incorporate that value into the interface. That is to say, to be able to see if it is in 24bits, 96kz, 16bit... etc. I don't know if that information can be obtained from Tidal. If not, perhaps Iris could incorporate something that takes the quality of the operating system . On the raspberry pi the command would be:

cat /proc/asound/IQaudIODAC/pcm0p/sub0/hw_params 
access: RW_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 441
buffer_size: 8820

... i dont know if this is possible i will ask also to the dev of Iris.

Thanks!

9acca9 commented 1 year ago

It seems that the best place for this is just mopidy https://github.com/jaedb/Iris/issues/920#issuecomment-1706069207

Thanks!