From fe3d9beea6ed552f237b314d7552b4259ca4e020 Mon Sep 17 00:00:00 2001 From: serifpersia <62844718+serifpersia@users.noreply.github.com> Date: Fri, 18 Jul 2025 20:55:10 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index c9b5da4..5033869 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,10 @@ An unofficial ALSA kernel module for the TASCAM US-144MKII USB audio interface. This driver is under active development. While playback is functional, several key features are not yet implemented. ### ✅ Implemented Features -* **Vendor-Specific Device Initialization:** Correctly sets up the device for audio streaming. * **Audio Playback:** - * 2-channel, 24-bit (S24_3LE) format. - * Supported sample rates: 44.1, 48, 88.2, and 96 kHz. +* **Audio Capture (Recording):** ### 📝 To-Do & Known Limitations -* **Audio Capture (Recording):** Not yet fully implemented. EDIT: Capture works with Jack with latency of 64 period 4(higher less bad audio) * **MIDI IN/OUT:** Not yet implemented. ## Installation and Usage