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


------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
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