16 lines
199 B
Plaintext
16 lines
199 B
Plaintext
pcm.my_usb_sound_device {
|
|
type hw
|
|
card USB
|
|
device 0
|
|
}
|
|
|
|
pcm.my_usb_sound_device_with_converter {
|
|
type plug
|
|
slave {
|
|
pcm my_usb_sound_device
|
|
format S16_LE
|
|
channels 2
|
|
rate 48000
|
|
}
|
|
}
|