I have an old VB 6.0 project where I used DirectX to acquire sound sample data and generate sound, a bit similarly to a spectrum analyser (doing FFT and such on the received signal) and also generating fixed frequency sounds. The application was a low frequency vector network analyser.
I would like to see if I can create a B4J version of that software. Is there any recommendation for a suitable library?
TIA
I do not need an FFT library, most of those I have come across don't do exactly what I need (I need the phase information), and I already have written the FFT code I need in the original VB project.
What I do not have is a library to acquire the sound samples (16 bit stereo at a selectable bit rate).
This is an new version of the jAudioRecord library (but not a direct plugin replacement) provided as a b4xlib and uses current B4x practices and classes. It allows selection of audio inputs and capturing directly to file or to a byte array so you can process the data further. The library no...
This is an new version of the jAudioRecord library (but not a direct plugin replacement) provided as a b4xlib and uses current B4x practices and classes. It allows selection of audio inputs and capturing directly to file or to a byte array so you can process the data further. The library no...