a_buffer_create

Name

a_buffer_create -- Create a new audio buffer (a container where audio can be stored and edited), or change an existing.

Parameter Format

The following table shows how the command is encoded for network transmission:

TypeNameDescription
uint8id = 160The command byte that identifies this command.
VNodeIDnode_idThe ID of the node being accessed.
VBufferIDbuffer_idThe ID of the buffer being accessed.
(End of address part of command, below is data payload)
string16nameThe name of the buffer.
VNABlockTypetypeType of the sample data stored in this buffer.
real64frequencyThe sampling frequency used for data stored in this buffer.

Description

This command creates a new audio buffer, where audio data can be sent or stored.