Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memcpy_tointerleave allow AUDIO_BLOCK_SAMPLES == 4 #420

Closed
wants to merge 1 commit into from

Commits on Dec 7, 2021

  1. memcpy_tointerleave allow AUDIO_BLOCK_SAMPLES == 4

    Previous code won't work for AUDIO_BLOCK_SAMPLES < 8.  So I would like to add a case for AUDIO_BLOCK_SAMPLES == 4, using the same pattern of interleaving code as for AUDIO_BLOCK_SAMPLES == 8, but just half as much.
    ericfont authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    4cbe615 View commit details
    Browse the repository at this point in the history