Skip to content

Commit 16d6eb9

Browse files
author
FastJava Team
committed
Add FastAudioPlayer/Capture to Performance Dashboard and fix Audio section
1 parent f874fbb commit 16d6eb9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
| [FastTween](https://github.com/andrestubbe/fasttween) | Animation | **❌ Java can't** | No built-in Java tweening — 8 easings + pooling |
3434
| [FastAnimation](https://github.com/andrestubbe/fastanimation) | Animation | **❌ Java can't** | No built-in Java timelines — sequences + keyframes |
3535
| **[FastOCR](https://github.com/andrestubbe/FastOCR)** | Vision | **❌ Java can't** | Native OCR — 10-50ms vs 500ms+ Tesseract4J |
36+
| **[FastAudioPlayer](https://github.com/andrestubbe/FastAudioPlayer)** | Audio | **❌ Java can't** | Native WASAPI playback — impossible in pure Java |
37+
| **[FastAudioCapture](https://github.com/andrestubbe/FastAudioCapture)** | Audio | **❌ Java can't** | Real-time WASAPI capture — no Java API exists |
3638

3739
**Zero-GC.** **Zero-Copy.** **Native Speed.**
3840

0 commit comments

Comments
 (0)