Skip to content

Reproduce mono buffers in all channels if a stereo buffer is present #108

@Alynva

Description

@Alynva

Currently, mergeAudio and concatAudio takes the maximum number of channels as the number of channels in the output buffer but for each input buffer it only gets its own channels and apply them to the corresponding channel in the output buffer. Its somewhat like this:

in: [[M], [L, R]]
out: [M+L, R]

The first buffer (which was mono) isn't reproduced in the right channel in the output buffer.

Mono buffers should be reproduced in all output channels.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions