For those who have a more picky DAC and want to use it with a bluetooth
player:
Normally, you set the output format in the Squeezelite settings, but a
bluetooth player seems to bypass these. So, here is what I did (for a
Hifiberry driver forced to give 32bit output):

  
-  Modify /etc/asound.conf:
  Change the default entry to:
    
Code:
--------------------
        
    pcm.!default {
    type plug
    slave.pcm "deviceS32_LE"
    }
    
--------------------
    
  and add an entry
    
Code:
--------------------
        
    pcm.deviceS32_LE {
    format S32_LE
    type hw
    card sndrpihifiberry
    device 0
    }
    
--------------------
    
-  Backup from the pCP Main Page
-  On the Squeezelite Settings Page, select "default" as output
  setting and save
  

I'm sure that there are more elegant ways to do this, but it works :D


------------------------------------------------------------------------
fvzeppelin's Profile: http://forums.slimdevices.com/member.php?userid=65388
View this thread: http://forums.slimdevices.com/showthread.php?t=111972

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to