balbuze

Results 27 comments of balbuze

I made a lot of test, but no success. The best I get is playback for 4 minutes... Then hang. Not sure where does the problem come from. it happens...

Hello, here asound.conf ``` pcm.!default { type empty slave.pcm "volumio" } pcm.volumio { type empty slave.pcm "volumioDsp" } #------ FusionDsp section ------- pcm.volumioDsp { type plug slave.pcm "fusiondsphook" } pcm.fusiondsphook...

Thanks for your answer. I will give a try with Bauer ladspa plugin 😉

You are right that this not always the case. Some radio don't even send info. But when something is sent, it is often in the form artist - track. Of...

Back with this... I tested HifiberryOs and it displays album art and metadata from radio. Not in volumio. I do think that it should work just by re-arranging where and...

Hi, Yes, Dac enumerating changed... but As I told you, the alsa pipeline is being reworked for next Volumio. Each plugin that need a specific configuration for asound would provide...

not better setting log level off. It plays several minutes and hangs.

I made some test and use a bash script that contains #!/bin/bash #here we send standard output to a file ./librespot -b 320 -c /tmp --name 'Volumio-pine64' --backend alsa --device...

@ov3rk1ll I found your solution elegant. Reading the spotify doc https://developer.spotify.com/migration-guide-for-unauthenticated-web-api-calls/ it seems we are in this case : "If your app is hosted (i.e. the code is not exposed...

Oh I see Oauth is required to get this infos... more complicated...