James Fung
James Fung
Most convolver software support only one impulse response file at a time. The length of the impulse response can be arbitrary.
> Hello James, great project! and interesting results you mention here 👏 If you don't mind saying, when you mention a latency of 46.4 ms, does this include the same...
I have long time not following up old posts. Latest JDSP has EEL, a user-programmable processor allows user to program their own effect with C-liked language. Viper reverse engineering project...
I only back to core development of JDSP Any Android related questions is still can't be answered, I feel like answer you are looking for already exist in Telegram group
Hi, I'm not active in responding to Github issues. If you are interested in model coefficients generation, we can provide model coefficients conversion service. Please contact [email protected]
Yeah, I uploaded it, all of it contain armeabi-v7a and x86 libs 1. https://github.com/james34602/AudioAnalyzer/releases 2. https://github.com/james34602/audio-analyzer-for-android/releases
I hope to see FFT using RenderScript. Graphic display using RS is great, but use it as 'standard' computation, which performance gain maybe controversy and device depend. But I will...
I think I have to contact thepbone and request a debug build Release build show very little useful information around the crash
It downupgrade gives crash just as new one, you are expect to get JDSP app data clean up. I'm unable to develop a system that compatible with previous setting without...
I think LV2 would be fine. As long as a proper C/C++ compiler with proper linear algebra library(MKL, CBLAS), it will be compiled. However, I don't have Linux. I would...