Interface LiveMusicServerContent

Server update generated by the model in response to client messages.

Content is generated as quickly as possible, and not in real time. Clients may choose to buffer and play it out in real time.

interface LiveMusicServerContent {
    audioChunks?: AudioChunk[];
}

Properties

Properties

audioChunks?: AudioChunk[]

The audio chunks that the model has generated.