summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-03 23:43:56 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-03 23:43:56 +0100
commit0399f008b22482c46d37fa15e6be205b85681011 (patch)
tree003060dce02839a145cf2e798d1a14e352faf212 /README.md
parent22cdfccb11679d6ae241653c9cb92c32f4fc1fde (diff)
Buffer position compensation for PCM, added active sensing detection
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index 190d9a2..5e91c1f 100644
--- a/README.md
+++ b/README.md
@@ -18,3 +18,24 @@ Features:
- Display:
- set/detected tempo (from clock/click)
- detected notes
+
+Configure device:
+
+Find your card with:
+$ cat /proc/asound/cards
+
+To get valid ALSA card names, use aplay:
+
+$ aplay -l
+
+and then create /etc/asound.conf with following:
+
+pcm.!default {
+ type hw
+ card 1
+}
+
+ctl.!default {
+ type hw
+ card 1
+}