Yesss! Sorted It.
Massive thanks to a post over at Doozan by PeterGunn. He has solved my issues as well as his own
http://forum.doozan.com/read.php?2,2840,3071Here is what he done
Created /etc/asound.conf with the following configuration;
pcm.!default {
type plug
slave.pcm "softvol"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0"
period_time 0
period_size 4096
buffer_size 131072
rate 50000
}
bindings {
0 0
1 1
}
}
pcm.dsnooper {
type dsnoop
ipc_key 1024
slave {
pcm "hw:0"
channels 2
period_time 0
period_size 4096
buffer_size 131072
rate 50000
}
bindings {
0 0
1 1
}
}
pcm.softvol {
type softvol
slave { pcm "dmixer" }
control {
name "Master"
card 0
}
}
ctl.!default {
type hw
card 0
}
ctl.softvol {
type hw
card 0
}
ctl.dmixer {
type hw
card 0
}
and edit /etc/modprobe.d/alsa-base.conf
change this line from;
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2
to;
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=0
Reboot, and perfect sound using
aoss ./squeezeslave localhost
Brilliant, im really pleased. Controlling it using ipeng on the iphone and it sounds pretty good.