From 0399f008b22482c46d37fa15e6be205b85681011 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 Jan 2025 23:43:56 +0100 Subject: Buffer position compensation for PCM, added active sensing detection --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README.md') 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 +} -- cgit v1.2.3