- Jun 6, 2020
- 11,559
- 4,422
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 longer relies on the threading library.
The CaptureRaw class uses B4xBytesBuilder from theB4xCollections library.
There are 2 demo projects.
It allows selection of audio inputs and capturing directly to file or to a byte array so you can process the data further.
برای دیدن تصاویر باید ثبت نام کنید
The CaptureRaw class uses B4xBytesBuilder from theB4xCollections library.
There are 2 demo projects.
- jAudioRecord-FileDemo
- provides the same functionality as the original jAudioRecord library i.e. records from a device that supports the provided AudioFormat parameters to a file.
- jAudioRecord2-Demo
- Demonstrates the full functionality of the library and enumerates and allows selecting the input device and capturing directly to a file or to a byte array (which is subsequently written to a file in the demo, but doesn't have to be).
- Contains CaptureMethod class which is a parent class to the CaptureRaw and...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید