Copy (plugin)
From the ALSA wiki
This is the page about the copy plugin, an ALSA plugin that copies samples from master copy PCM to given slave PCM.
Basic usage
A basic configuration in the ~/.asoundrc file looks like this:
pcm.name {
type copy # Copy PCM
slave STR # Slave name
}
See also
- The .asoundrc file, .asoundrc and Plugin Documentation - General information about setting up PCM devices
- Official documentation on the ALSA projects page.