mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-22 06:59:56 -05:00
reasons: - rapid development - class-like code structure - more readable code features: - hcontrol binding is managed from python (opportunity to create virtual mixer without driver or join multiple cards to behave as one)
13 lines
155 B
Text
13 lines
155 B
Text
_full smixer-python.so
|
|
usb {
|
|
searchl "USB"
|
|
lib smixer-usb.so
|
|
}
|
|
ac97 {
|
|
searchl "AC97a:"
|
|
lib smixer-ac97.so
|
|
}
|
|
hda {
|
|
searchl "HDA:"
|
|
lib smixer-hda.so
|
|
}
|