Hello,

i would like to know how much function has been implemented into the
dummy driver. After setting the dummy driver up i tried to play
something to it through xmms. Unfortunately i was not able to record
what i was playing to it. Is this possible or is the data dropped very
early. The main reason is that i tried to have a dummy soundcard which
copies its data to the real one. A real virtual soundcard.
I used the following /etc/asound.conf

server.local {
        host localhost
        socket /tmp/alsa
}
pcm.first {
        type hw
        card 0
        device 0
}
ctl.first {
        type hw
        card 0
}
pcm.second {
        type hw
        card 1
        device 0
}
ctl.second {
        type hw
        card 1
}
pcm.copy{
        type plug
        slave {
                pcm second
        }
        route_policy copy
}

Thank you


Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to