🤯 LIKELY WORLD-FIRST: ISOLATED AUDIO CAPTURE FOR WINDOWS PROCESSES! 🚀
I'm the author of **ProcTap** (Process Tap) - a Python library that captures the *raw, isolated audio* stream from any specific game or application on Windows, without interfering with system sound. This is a deep dive into process-level audio streaming.
Now available on PyPI (v0.2.0)!
📢 **WE NEED OSS CONTRIBUTORS & AUDIO GURUS!** 📢
We're aiming for Mac & Linux support, which requires expertise in OS-native audio APIs (Core Audio, ALSA/PulseAudio). It will be a challenging, "hacky" implementation—a perfect opportunity to make a huge impact!
Are you familiar with low-level audio on Mac/Linux? Let's make cross-platform process audio isolation a reality!
Check the code and contribute here 👇
https://t.co/yrNULbe4bx
#Python #OSS #WindowsDev #AudioProcessing #ProcTap #CoreAudio #Linux
I am interested in AR glasses.
The gudget can translate any other language threw own smartphne realtime.
I am confusing in my office to use English.
It is the way to resolve the difficult English converstation.
🤯 LIKELY WORLD-FIRST: ISOLATED AUDIO CAPTURE FOR WINDOWS PROCESSES! 🚀
I'm the author of **ProcTap** (Process Tap) - a Python library that captures the *raw, isolated audio* stream from any specific game or application on Windows, without interfering with system sound. This is a deep dive into process-level audio streaming.
Now available on PyPI (v0.2.0)!
📢 **WE NEED OSS CONTRIBUTORS & AUDIO GURUS!** 📢
We're aiming for Mac & Linux support, which requires expertise in OS-native audio APIs (Core Audio, ALSA/PulseAudio). It will be a challenging, "hacky" implementation—a perfect opportunity to make a huge impact!
Are you familiar with low-level audio on Mac/Linux? Let's make cross-platform process audio isolation a reality!
Check the code and contribute here 👇
https://t.co/yrNULbe4bx
#Python #OSS #WindowsDev #AudioProcessing #ProcTap #CoreAudio #Linux
Thank you for your comment.
Yes, I've tested running both Qualcomm and MediaTek NPUs using Android's heterogeneous architecture.
I've written an NPU transpiler called NxPU, but I haven't yet tested Intel and AMD NPUs.
Regarding quantization, integer quantization is essential. Float quantization (such as NVFP4) actually slows things down.
In reality, NPUs are integer quantized matrix accumulators.
Reacently I create NPU libs by RUST language ( or plan to create with Python).
I understand may should be NPU kernel is so useful.
Quantized GEMM is so faster than CPU (x30 over faster).
If u wont to know how to use NPU, please reply me.
#NPU#kernel#Android#AI