Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.63 KB

list_of_soundcards.md

File metadata and controls

61 lines (47 loc) · 1.63 KB
layout title
default
Tested Soundcards

If you have tried other soundcards with xwax please add your findings here or report it to mailing list.

You can find ALSA device names by entering cat /proc/asound/cards or aplay -l into the terminal.

This list is avalible as JSON here.

Working Tested Soundcards

{% for card in site.data.soundcards %}

Tested On:

    {% for platform in card.tested_on %}
  • {{ platform }}
  • {% endfor %}

ALSA Device Names:

    {% for name in card.alsa_device_names %}
  • {{ name }}
  • {% endfor %}

Notes:

{{ card.comments | markdownify }}

See also:

    {% for link in card.links %}
  • {{ link }}
  • {% endfor %}
{% endfor %}

Broken Soundcards

Soundcard Status Tested with... Comment
American Audio VMS4 Buggy Debian Squeeze Distortion on phono preamps, supposedly fixed in later VMS4.1 model. Spinbacks don't work in xwax (related to input distortion?). Poor JACK performance, xruns even at large buffer sizes.

Other Soundcard Resources

Mark's Soundcard resources for Linux DJs page contains some useful information.