M2-PT-DRP/README.md
study-faraphel 11e4861082 improved latency before playing an audio
prevented playing packets that are too old to avoid offset
2024-11-14 13:24:49 +01:00

25 lines
442 B
Markdown

## Installation
Debian
```bash
# Pre-requires
sudo apt install chrony
# Download
sudo apt install -y git
git clone https://git.faraphel.fr/study-faraphel/M2-PT-DRP
cd M2-PT-DRP
# Dependencies
sudo apt install -y libmpg123-dev libssl-dev portaudio19-dev
# Compile
sudo apt install -y build-essential cmake ninja-build pkg-config
cmake -S . -B build -G Ninja
cmake --build build
cd build
# Run
sudo ./M2-PT-DRP --host ff02::1 --ipv6
```