Skip to content

environment: Bufferize the single audio frames

Adrien Plazas requested to merge wip/aplazas/audio-samples into master

This improves the performances significantly in cores sending single audio samples rather than batches, as sending them in batches avoids emitting many costly signals stupidly often.

Fixes #20 (closed)

Merge request reports