Home


Audio Apps

Audio Pro

Support

Licensing

WebShop
VB-Audio Virtual Cables Voicemeeter, Virtual Audio Mixer Voicemeeter Banana, The Advanced Audio Mixer Voicemeeter Potato, The Ultimate Audio Mixer Macro-Buttons application VBAN, The VB-Audio Network VB-Audio Matrix, Real Time Audio Router VB-Audio Matrix Coconut, Real Time Audio Router
VBAN Audio Protocol for any network infra structure



VBAN Network Example with Voicemeeter Audio HUB, Receptors and Talkie

VBAN, The VB-Audio Network Protocol,

VBAN Protocol has been designed for real-time transport of digital audio stream in IP-based network environments. VBAN allows to send or / and receive audio to / from other computers of any local networks. Voicemeeter already allows easy way to manage several incoming / outgoing streams.
For Any Local Network Infra-Structure

Based on UDP Protocol, VBAN is made for Audio Pro and Audiophiles, to transport multichannel audio in native PCM format (all sampling rate supported). Developed like a "RADIO" transmitter / receptor system, the VBAN protocol can also broadcast other data (Serial, TXT...).








Voicemeeter VBAN Implementation
The easiest way to send or receive several VBAN Audio Streams



VBAN Implementation in Voicemeeter Banana
Voicemeeter Audio HUB,

Voicemeeter now offers VBAN features to send up to 8 audio streams and receive up to 8 ones on any input(s). Just define a destination IP-Address to send Audio to another computer of a local network... Use 255 UDP Broadcast Address to send Audio Stream to all computers of a local network.
Easy Way to Manage VBAN

VBAN Stack in Voicemeeter is able to manage any audio stream, in any audio format (PCM), in any sample rate (independently from the mainstream sample rate), from 1 to 8 channels. So it's possible to send/receive stereo, 5.1 or even 7.1 signal in native PCM format (HD Audio).








VBAN Receptor & Talkie
The Simple Application To listen or generate a VBAN Audio Streams



VBAN Receptor and Talkie

VBAN Receptor.

VBAN-Receptor is a simple Application to receive and listen VBAN Audio Streams (PC Version is distributed as Donationware).


VBAN-Receptor 1.0.0.5 (ZIP Package)
Standalone Application (XP to WIN11 32/64 bits)

  VBANReceptor_v1005.zip (2.1 MB - FEB 2022)


INSTALLATION: none - copy it on hard disk/desktop and/or Run it


  VBAN-Receptor for Mac
  macOS 10.11 or later.


VBAN Receptor for Mobile Devices.


  VBAN-Receptor for iOS
  iPhone, iPad or iPod-Touch (iOS 7.0 or later).


  VBAN-Receptor for Android
  phone, tablet (Android 4.2 or later).
VBAN Talkie

VBAN-Talkie is a simple Application to receive and transmit VBAN Audio Streams (PC Version is distributed as Donationware).


VBAN-Talkie 1.0.0.6 (ZIP Package)
Standalone Application (XP to WIN11 32/64 bits)

  VBANTalkie_v1006.zip (2.1 MB - OCT 2022)


INSTALLATION: none - copy it on hard disk/desktop and/or Run it


  VBAN-Talkie for Mac
  macOS 10.11 or later.


VBAN Talkie for Mobile Devices.


  VBAN-Talkie for iOS
  iPhone, iPad or iPod-Touch (iOS 7.0 or later).


  VBAN-Talkie for Android
  phone, tablet (Android 4.2 or later).



In the Spotlight:
Take a look on the last Video to about VBAN-Streaming capabilities and functions.


Thanks to all to talk about our applications, feel free to contact us to let us know about your last video, review, use case...



SPECIFICATIONS
Application Type:
VBAN Receptor (VBAN End Point)
Compatibility:
Windows XP, VISTA, WIN7, WIN8, WIN8.1, WIN10, WIN11 (32 / 64 bits)
PC Configuration:
Min: Celeron / Duo Core 1.8 GHz - 512 MB RAM - Disk < 100 MB

Number of Audio Device I/O:


1 Physical Output

BUS / Layer:
1x BUS / Single Layer
Audio Engine Capabilities:

32, 44.1, 48, 88.2 or 96 kHz
Output A1 (Main):
WDM, KS, MME, ASIO (32 kHz to 96 kHz) - 1 to 8 channels

VBAN Stream

Single Stream (all samplerates - 1 to 8 channels).

Strip Processing:
- 3 Bands Graphic Equalizer.
- Mute.
BUS Processing:
- Integrated Limiter and Peak Remover.
- Mix Down to convert 5.1 or 7.1 to Stereo.
- Stereo Repeat (Stereo signal copied on channel 3,4 / 5,6 / 7,8)
- Mono
Others:
- Output Delay in system settings dialog box.








VBAN-Screen
Monitor VBAN-Frame streams (Video) or Draw what you want.


VBAN-Screen Application

INSTALL VBAN Screen.

VBAN-Screen is a simple application to monitor new VBAN-Frame protocol (Video) over your local network! VBAN-Screen can manage up to 4 streams and can send mouse event to sender application to offer basic remoting functions.

Currently installed with latest Matrix Beta Package, VBAN-Screen can also display some drawing sent by VBAN-TEXT request like DrawText, DrawRectangle... and let you use VBAN-Screen as multipurpose display!

Just copy VBAN-Screen in any folder and run it directly (simple application without setup).

VBAN-Screen 1.0.0.2 (ZIP Package)
Standalone Application (WIN7, WIN8, WIN10, WIN11 32/64 bits)

  VBANScreen_v1002.zip (671 KB - SEP 2025)

Donationware License!

VBAN-Screen application is free to use with all functions available. You pay what you want when you want if you find it useful. Thanks for your participation!

Install it & Test it first!

After 30 days, VBAN-Screen About box will invite you to buy a license or continue to evaluate the program. Just click on BUY ONLINE to purchase your license on our webshop!

VBAN-Screen Application does not need any internet connection and does not collect any user data. COO (Country Of Origin): France.

More info about our licensing here.



SPECIFICATIONS
Application Type:
StandAlone application to monitor up to 4x video / display streams.
Compatibility:
WIN7, WIN8, WIN8.1, WIN10, WIN11 (32 / 64 bits)
PC Configuration:
Min: Celeron / Duo Core 1.8 GHz - 512 MB RAM - Disk < 100 MB

VBAN input streams:

- 4x VBAN-Frame streams.
- 4x Audio streams.
- 4x VBAN-TEXT for Drawing commands.


VBAN output streams:

- 4x VBAN-TEXT to send mouse commands.


Drawing Functions:




Function Reset:


Reset(color=000000, dx=1600, dy=900);
Initialize Display background and coordinates system.


Function DrawLine:

DrawLine(color=FFFFFF, x0=0, y0=0, x1=1600, y1=600);
Draw pixel Line in specified color from (x0,y0) to (x1,y1) coordinates.


Function DrawTriangle:


DrawTriangle(color=FF0000, border=0000FF, x0=0, y0=0, x1=1600, y1=600, x2=500, y2=500);
Draw Triange in specified colors according coordinates.


Function DrawRectangle:

DrawRectangle(color=00FF00, border=000000, x0=200, y0=200, dx=400, dy=400);
Draw Rectangle in specified colors in rectangle defined by (x0,y0) and (x1,y1) or (x0+dx, y0+dy) coordinates (roundx, roundy can also be define to sharp corner).


Function DrawEllipse:

DrawEllipse(color=00FF00, border=000000, x0=200, y0=200, x1=600, y1=400);
Draw Ellipse in specified colors in rectangle defined by (x0,y0) and (x1,y1) or (x0+dx, y0+dy) coordinates.


Function DrawText:

DrawText(color=000000, bkg=FFFFFF, x0=200, y0=200, dx=400, dy=400, font="Arial", size=48, weight=400, text="ON AIR", halign=left, valign=center);
Regular DrawText function


Drawing specifications:

- Drawing is made in the request order (in a stack of 128 functions max)
- Overlapped requests are removed from the stack.
- Reset function resets the stack.
- Reset background color is not used when drawing on video stream (overlay).


Other:

VBAN-Screen can be launched up to 128 times to manage up to 128x 4 video streams.









VBAN-Spot
To Broadcast VBAN Stream on WIFI Access Point(s)



VBAN Spot Application

INSTALL VBAN Spot.

VBAN-Spot is a simple application to broadcast a VBAN Audio Streams over your local network! VBAN-Spot get audio from any recording devices to send it as VBAN Stream to any VBAN Receptor devices.

Especially made for VBAN-Receptor lite version, With VBAN Spot, it is now possible to use a WIFI AP as radio antenna and broadcast audio conference, show, multi lang, music, movie sound to your audience, up to 250 mobile devices!
Just Run VBAN-Spot Setup Program to install the application on your system.

VBAN-Spot 1.0.0.1 (ZIP Package)
Standalone Application (XP, VISTA, WIN7, WIN8, WIN10, WIN11 32/64 bits)

  VBANSpotSetup_v1001.zip (2.83 MB - APR 2017)
  Click Here to download from alternative web site.

INSTALLATION: Just Run setup program.

Purchase License / Support Us !

Free to use, VBAN-Spot is distributed as donationware! If you find it useful, choose the price of your license according to your uses or means and receive your activation code.

Your activation code will be automatically given by the Webshop after purchase according your Challenge Code, given by VBAN-Spot running on your computer (see Menu: About Box).

Purchase VBAN-Spot License

Purchase VBAN-Spot License

VBAN Spot Workflow


Send Audio To Mobile Device with VBAN Receptor Lite
How to send audio to your Mobile Devices ? Learn More...

  VBAN-Receptor Lite for iOS (Free)
  iPhone, iPad or iPod-Touch (iOS 7.0 or later).


  VBAN-Receptor Lite for Android (Free)
  phone, tablet (Android 4.2 or later).


SPECIFICATIONS
Application Type:
VBAN Transmitter (VBAN-Spot)
Compatibility:
Windows XP, VISTA, WIN7, WIN8, WIN8.1, WIN10, WIN11 (32 / 64 bits)
PC Configuration:
Min: Celeron / Duo Core 1.8 GHz - 512 MB RAM - Disk < 100 MB

Number of Audio Device I/O:


1 Physical Input (WDM, KS, MME, ASIO)

Audio Sources:
Audio device or VBAN Stream
Audio Engine Capabilities:

44.1, 48, 88.2 or 96 kHz
Output (Monitoring):
WDM, KS, MME, ASIO (32 kHz to 192 kHz) - 1 to 8 channels

VBAN Stream

Single Stream (44100 Hz, 16bits Stereo).

Network:
up to 255 address in any 255 address range.
Detection:
Detection by standard PING
Others:








VBAN PROTOCOL
Get more info and specifications on our support page.












Contact Us!

Privacy Policy

Social Network:
VB-Audio On Facebook
VB-Audio On Instagram
VB-Audio On Twitter
VB-Audio On Youtube

VB-Audio Forums
VB-Audio Discord Server
Voicemeeter on Reddit



Audio Apps:
VB-Cable
Hi-Fi Cable & ASIO Bridge
Voicemeeter
Voicemeeter Banana
Voicemeeter Potato
VBAN Protocol & Tools
Spectralissime
VB-Audio Matrix

About Donationware model...
About Licensing / Distribution...



Other web sites:
VOICEMEETER.COM
SPECTRALISSIME.COM
DOWNLOAD.VB-AUDIO.COM

Freeware:
LF-Generator
TimeCalc
FFX-4

About us:
Our history / Blog



Audio Pro:
MT32-Splite
MT64-Standard
MT128-Pro
MT128-Integration
WWW.MT128.COM

Buy Online:
VB-Audio WebShop
General Terms
Last Newsletter



Copyright V.Burel ©1998-2025. All rights reserved. All technical specifications and any informations of the products specified on this web site may be subject to change without notice.