0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 11:33:54 +01:00

remove alsa output

This commit is contained in:
2025-01-31 18:45:48 +01:00
parent 47e927cd50
commit baf3eb9c0a
4 changed files with 32 additions and 134 deletions

View File

@@ -13,10 +13,10 @@ Supports 2 inputs:
- MPX (via Pulse)
and one output:
- MPX (via Pulse or ALSA)
- MPX (via Pulse)
# How to compile?
To compile you need `cmake`, `libasound2-dev` and `libpulse-dev`, if you have those then do these commands:
To compile you need `cmake` and `libpulse-dev`, if you have those then do these commands:
```
mkdir build
cd build