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

Intial support for 24 bits sample format (24bit stored on 4 bytes) #918

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 25, 2024

  1. Intial support for 24 bits sample format (24bit stored on 4 bytes)

    There are two common ways of storing 24 bits samples:
    - on 4 bytes (called 24, most common)
    - on 3 bytes (called 24_3)
    
    With the current code, 3 bytes seems difficult to implement and would require
    a larger code refactoring.
    
    That being said, having at least '24' helps to work with hardware that only offer it.
    abique committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ec22de1 View commit details
    Browse the repository at this point in the history