8000 Why need to set frame size to multiple of 128? · Issue #55 · leomccormack/SPARTA · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Why need to set frame size to multiple of 128? #55
Open
@DBraun

Description

@DBraun

For ambiBIN, is it necessary to require the frame size to be a multiple of 128?

https://github.com/leomccormack/Spatial_Audio_Framework/blob/e32c6ec8f1e87fa6360aa75725b3073d02fef1c4/examples/src/ambi_bin/ambi_bin.c#L408 and

if((nCurrentBlockSize % frameSize == 0)){ /* divisible by frame size */

2022-03-02 11_01_41-

I'm trying to use the plugin in a real-time environment, and I think it has a fluctuating non-standard block size. If the audio rate is 44100, and the video rate of the environment is 60, then the requested number of samples is 735, and this is not a multiple of 128.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0