Independent ALSA and linux audio support site

Copy (plugin)

From the ALSA wiki

Jump to: navigation, search

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

Retrieved from "http://alsa.opensrc.org/Copy_(plugin)"

Category: ALSA plugins