Skip to content

Add dedicated rendering functions for separate audio LR inputs.#103

Open
atsushieno wants to merge 1 commit intoschellingb:mainfrom
atsushieno:split-render
Open

Add dedicated rendering functions for separate audio LR inputs.#103
atsushieno wants to merge 1 commit intoschellingb:mainfrom
atsushieno:split-render

Conversation

@atsushieno
Copy link
Copy Markdown

Audio plugins usually process audio inputs and outputs with separate buffers, but current tsf_voice_render() and tsf_render_float() are not designed to avoid extra copying of buffers. This changeset adds such a split renderer.


Context: #102

Audio plugins usually process audio inputs and outputs with separate buffers,
but current `tsf_voice_render()` and `tsf_render_float()` are not designed
to avoid extra copying of buffers. This changeset adds such a split renderer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant