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

[osx] utilize planar support from AE in the OSX sink #4774

Merged
merged 5 commits into from May 25, 2014

Conversation

jmarshallnz
Copy link
Contributor

@Memphiz @FernetMenta please take a look. Thanks!


/* For planar audio we set m_frameSize to be the size per plane */
if (m_planes > 1)
m_format.m_frameSize /= m_planes;

This comment was marked as spam.

This comment was marked as spam.

@MartijnKaijser MartijnKaijser added this to the Pending for inclusion milestone May 24, 2014
@jmarshallnz
Copy link
Contributor Author

Updated. Also included some fixes for bitstreaming (which is likely not going to be planar, but at least it now correctly takes things from the planes if it is) and a bit of cleanup.

@Memphiz mind reviewing?

jenkins build this please

@herrnst
Copy link
Member

herrnst commented May 25, 2014

Retested (slight changes compared to the "previous" implementation) against kXAudioDriver, still gives flawless audio output for all channel setups and all input sample rates. Can't test S/PDIF passthrough though. AppleHDA 2-channel-interleaved remains intact.

@Memphiz
Copy link
Member

Memphiz commented May 25, 2014

looks good to me :)

@jmarshallnz
Copy link
Contributor Author

Thanks! Will rebase down and build test.

@jmarshallnz
Copy link
Contributor Author

jenkins build this please

jmarshallnz added a commit that referenced this pull request May 25, 2014
[osx] utilize planar support from AE in the OSX sink
@jmarshallnz jmarshallnz merged commit 84b4e50 into xbmc:master May 25, 2014
@jmarshallnz jmarshallnz deleted the planar branch May 25, 2014 22:42
@MartijnKaijser MartijnKaijser modified the milestones: Helix 14.0-alpha1, Pending for inclusion Jun 7, 2014
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.

None yet

7 participants