Hello everyone,
We’ve recently released the Audio Pack, along with documentation and examples. Here’s a quick recap for those interested in adding audio support to their applications.
MicroEJ applications can access audio devices through audio stream abstractions provided by the Audio API. The VEE Port-specific audio implementation handles the native behavior of the audio device by implementing the Audio Low-Level API and validating it.
Here are some application examples:
- Audio Playback Example: An example that plays an audio track.
- Audio Recording Example: An example that records audio to the file system.
Refer to Audio API Javadoc for a full class reference to integrate audio playback and recording functionality in your applications.
Developing Audio Applications
Adding Audio to your VEE Port
Thanks for tuning in - Happy coding!
The MicroEJ Team.