This repository was archived by the owner on Feb 25, 2024. It is now read-only.
Syntax Update & Receiving Implemented
We have finally reached version 1.0.0!
This update includes the following additions and changes:
- The syntax was updated.
- Receiving is now implemented. You can now for example open audio streams that carry bytearray-based
AudioFrameobjects withVBAN.openAudioInputStream(...). - Updated bytearray constructing using new
de.kaleidox.vban.model.UnfinishedByteArrayimplementation. - The project name was changed to be all-uppercase
VBAN-API. - Tests were constructed.