====== Tone with MPD In Linux ====== ===== System Preparatione ===== ==== Disable PulseAudio for Tone2 Pro, Tone1, and other Khadas Audio Devices ==== For maximum performance, you need to use the native [[https://en.wikipedia.org/wiki/Advanced_Linux_Sound_Architecture|Linux-ALSA]] stack! Please avoid PulseAudio if you want to obtain the best audio quality from your Tone2 Pro or Tone1. You can skip this step if PulseAudio not installed in your system. To check, use the command: ```shell $ which pulseaudio || echo PulseAudio not installed ``` If PulseAudio is installed, it is very easy to create a custom configuration file! ```sh install-pulse-audio-udev-rules.sh sudo tee /etc/udev/rules.d/89-pulseaudio-usb.rules <