diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-03 23:43:56 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-03 23:43:56 +0100 |
commit | 0399f008b22482c46d37fa15e6be205b85681011 (patch) | |
tree | 003060dce02839a145cf2e798d1a14e352faf212 /README.md | |
parent | 22cdfccb11679d6ae241653c9cb92c32f4fc1fde (diff) |
Buffer position compensation for PCM, added active sensing detection
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 +} |