michele

Results 9 comments of michele

precisely what I'm trying to do... any workarounds in the meantime? :/

Thank you very much, it seems that `shairport-sync` sees the card correctly ``` hardware output devices: "hw:DAC" "hw:vc4hdmi" ``` and the output of `sps-alsa-explore` also looks fine ``` pi@raspberry3:~/sps-alsa-explore $...

Thanks for the great work! Do you think it'd be possible to have a list of dictionaries (instead of lists _within_ a dictionary) when multiple protocols are encountered inside a...

As a sort of workaround, you can add comments in between the lines: ``` plot_df = ( self.data # Round costs .assign(cost=np.round((self.data.cost / 1000), decimals=0)) ) ``` One might even...

Is there any update on this? And/or workarounds...

What would such "workarounds" be?

Hey what do you know, that worked great! :D Thank you, sorry I didn't know how to fix the config file, it was smooth!