Files
dog-trainer/.asoundrc
2023-12-02 03:15:11 +01:00

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
}
}