Files
dog-trainer/.asoundrc

16 lines
187 B
Plaintext

pcm.my_sound_device {
type hw
card USB
device 0
}
pcm.my_sound_device_with_converter {
type plug
slave {
pcm my_sound_device
format S16_LE
channels 2
rate 48000
}
}