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

Conversation

abique
Copy link
Contributor

@abique abique commented Sep 24, 2024

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.

Depends on #915 for successful compilation.
Replaces #914

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.
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