Greg Erskine wrote: 
> hi doggod,
> 
> I previous versions of pCP this "beta" software sort of worked, but when
> RPF "fixed" ALSA and other pCP changes it got completely broken.
> 
> Fixing this led me to another solution.
> 
> 
> > 
Code:
--------------------
  >   > # piCorePlayer mono
  > 
  > pcm.mono {
  >     @args [ CARD DEV ]
  >     @args.CARD {
  >             type string
  >     }
  >     @args.DEV {
  >             type integer
  >     }
  >     type route
  >     slave.pcm {
  >             type hw
  >             card $CARD
  >             device $DEV
  >     }
  >     ttable {
  >             0.1 0.85
  >             0.0 0.85
  >             1.0 0.85
  >             1.1 0.85
  >     }
  > }
  > 
  > 
--------------------
> > 
> 
> Step 1 - Create .asoundrc
> 
> - Copy the above example into file `/root/.asoundrc`
> 
> Step 2 - Add .asoundrc to backup
> 
> - Add `root\.asoundrc` to `/opt/.filetool.lst`
> 
> Step 3 - Backup
> 
> - $ `pcp bu`
> 
> 
> This will give you a "mono" option for all your sound cards for the
> "Output setting" field. Look under the help> link.
> 
> regards
> Greg

Hi Greg, 

finally found some time to test your suggestions and I've followed your
instructions with creating the .asoundrc file and pasting your code to
it. I use "WinSCP" and had some problems with file permissions so first
question is exactly what permissions should the .asoundrc file have?
Since I was not sure I gave it "0664" i.e rw-rw-r which is the same as
the other two files that were placed in that directory. I guess it's
correct since the "mono option" is working.

But man before I figured out where to find yours > >  This will give you a 
"mono" option for all your sound cards for the
> "Output setting" field. Look under the help> link.

Sure gave me a bit of headache ...:confused: so for anyone else reading
this it's PcP GUI > Squeezelite settings tab > and then click the
"more>" link and then just click on the "mono" option to whatever card
you're using (in my case it's shows as "mono:CARD=IQaudIODAC,DEV=0").

But Greg the action adding the .asoundrc seems to have brought a
downside, now squeezelite seemingly refuse to automatically start up
when PcP boot! I've tested a couple of times back and forth with the
settings just to be sure and it definitely seems so.

Any tweak or adjustment I can do to get back the autostart function of
Squeezelite?


------------------------------------------------------------------------
doggod's Profile: http://forums.slimdevices.com/member.php?userid=46431
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to