Skip to content

Commit 1cdda5b

Browse files
author
FastJava Team
committed
docs/ecosystem: add FastAudioPlayer to released list, remove from coming soon, and align module stats
1 parent 9c05895 commit 1cdda5b

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

MAP.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@
3838
| **FastTerminal** | 🔧 Alpha | Win32, JNI, ANSI | Double-buffered TUI engine | [](https://github.com/andrestubbe/FastTerminal) |
3939
| **FastANSI** | 🔧 Alpha | Pure Java | Zero-allocation ANSI escape sequence parser | [](https://github.com/andrestubbe/FastANSI) |
4040
| **FastEmojis** | 🔧 Alpha | Pure Java | Zero-allocation Unicode & Emoji width engine | [](https://github.com/andrestubbe/FastEmojis) |
41+
| **FastAudioPlayer** | 🔧 Alpha | WASAPI, JNI | Low-latency audio playback (20-30x) | [](https://github.com/andrestubbe/FastAudioPlayer) |
4142

4243
---
4344

44-
## Coming Soon (No Links Yet)
45+
## 🚧 Coming Soon (No Links Yet)
4546

4647
**Q2 2026:** FastAI (Unified AI), FastMouse, FastGamepad (XInput)
47-
**Q3 2026:** FastVision (GPU shaders), FastAudio (WASAPI), FastProcess, FastFileWatch
48+
**Q3 2026:** FastVision (GPU shaders), FastProcess, FastFileWatch
4849
**Q4 2026:** FastOverlay, FastDWM
4950
**2027+:** FastHash, FastAudioCapture, FastTTS, FastSTT, FastVectorDB, FastRAG, FastMCP
5051

@@ -160,11 +161,11 @@
160161

161162
## 📊 Stats
162163

163-
- **Released (Alpha):** 28 modules
164+
- **Released (Alpha):** 31 modules
164165
- **Beta/Private:** 0 modules
165-
- **In Development:** 10 modules
166-
- **Planned:** 29 modules
167-
- **Total:** 67 modules
166+
- **Coming Soon:** 13 modules
167+
- **Planned:** 37 modules
168+
- **Total:** 81 modules
168169

169170
---
170171

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
5252
| Module | Speed vs Java | Key Metrics | Tech | Status |
5353
|--------|---------------|-------------|------|--------|
5454
| **[FastAudioCapture](https://github.com/andrestubbe/FastAudioCapture)** | **❌ No WASAPI** | Real-time capture vs Java Sound | WASAPI | Alpha |
55-
| **[FastAudioPlayer](https://github.com/andrestubbe/FastAudioPlayer)** | **❌ No WASAPI** | Low-latency playback vs Java Sound | WASAPI | Alpha |
55+
| **[FastAudioPlayer](https://github.com/andrestubbe/FastAudioPlayer)** | **20-30×** | Low-latency playback vs Java Sound | WASAPI | Alpha |
5656
| FastTTS || Text-to-speech | Piper/Cloud | TODO |
5757
| FastSTT || Speech-to-text | Whisper | TODO |
5858

@@ -201,8 +201,8 @@ FastJava exists because truth shows up in microseconds, not in slogans.
201201

202202
**[ALPHA]** — APIs may change. Not production-ready yet.
203203

204-
-**32 Released** — Available now on GitHub & JitPack
205-
- 🚧 **14 Coming Soon** — Audio, Vision, AI, Advanced System (2026-2027)
204+
-**31 Released** — Available now on GitHub & JitPack
205+
- 🚧 **13 Coming Soon** — Audio, Vision, AI, Advanced System (2026-2027)
206206
- 🔄 **37 Planned** — Full 81-module pipeline
207207
- ✅ Windows fully supported — Linux/macOS in progress
208208

0 commit comments

Comments
 (0)