-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Surround sound support #696
Labels
Comments
gavv
changed the title
Surround & multitrack in backends
Surround & multitrack & encoding in backends
Feb 10, 2024
gavv
changed the title
Surround & multitrack & encoding in backends
Encodings in backends
Feb 10, 2024
This was referenced Feb 10, 2024
Closed
gavv
added a commit
to gavv/roc-toolkit
that referenced
this issue
Apr 9, 2024
…ends To initialize channels in sndio backends, we now use: channel_set().set_count(count) instead of: channel_set().set_range(0, count-1) The new version tries to find a sensible mask for given count. E.g. for 2 channels, set_range() call above would set FL+FC, and set_count() would set FL+FR (stereo). This is an intermediate solution, for appropriate surround support we'll need to update backends to map channels from file/device to channel set. set_count() is just a fallback for backends that don't (yet) have proper support.
gavv
added a commit
to gavv/roc-toolkit
that referenced
this issue
Apr 9, 2024
…ends To initialize channels in sndio backends, we now use: channel_set().set_count(count) instead of: channel_set().set_range(0, count-1) The new version tries to find a sensible mask for given count. E.g. for 2 channels, set_range() call above would set FL+FC, and set_count() would set FL+FR (stereo). This is an intermediate solution, for appropriate surround support we'll need to update backends to map channels from file/device to channel set. set_count() is just a fallback for backends that don't (yet) have proper support.
gavv
changed the title
Encodings, surround, and mtr in backends
Surround and MTR in backends
Apr 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pipeline
Backends
API
TBD
CLI
TBD
The text was updated successfully, but these errors were encountered: