prg33k / Linux-Audio-Adjustments

Audio Tweaks for Debian Based RPi

Home Page:https://github.com/dynobot/Linux-Audio-Adjustments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debian Linux-Audio

Debian Based RPi tweaks for improved sound.

To improve the sound of the Raspberry Pi using Debian and other distributions of Linux several parameters can be adjusted.

  1. Improving the priority of the Audio group
  2. Improving the audio thread priority
  3. Improving the latency of the Operating System with Kernel adjustments
  4. Improve network latency

Prerequisites

  • The ability to ssh into your OS - See your OS documentation for details.

Should work on any SBC running Debian based OS, has been tested on:

  • Raspberry Pi (v1) model B
  • Raspberry Pi 2 model B
  • Raspberry Pi 3 model B and B+
  • Allo Sparky
  • ASUS Tinkerboard
  • Odroid C2

Automated Install

  • wget https://github.com/dynobot/Linux-Audio-Adjustments/raw/master/basic-install.sh
  • chmod 755 basic-install.sh
  • sudo ./basic-install.sh

Automated Removal

  • wget https://github.com/dynobot/Linux-Audio-Adjustments/raw/master/remove.sh
  • chmod 755 remove.sh
  • sudo ./remove.sh

Note: System will reboot after install and removal

About

Audio Tweaks for Debian Based RPi

https://github.com/dynobot/Linux-Audio-Adjustments


Languages

Language:Shell 100.0%