Initial version

This commit is contained in:
cpu
2023-12-01 21:15:07 +01:00
committed by cpu
parent 4abdbfc089
commit 6a9d31f231
10 changed files with 253 additions and 2 deletions

15
.asoundrc Normal file
View File

@@ -0,0 +1,15 @@
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
}
}