Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Syntax Update & Receiving Implemented

Choose a tag to compare

@burdoto burdoto released this 09 Aug 09:14
· 41 commits to master since this release

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 AudioFrame objects with VBAN.openAudioInputStream(...).
  • Updated bytearray constructing using new de.kaleidox.vban.model.UnfinishedByteArray implementation.
  • The project name was changed to be all-uppercase VBAN-API.
  • Tests were constructed.