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

Optimization: skip copy of audio buffer before each process #19

Open
cchampet opened this issue Jul 30, 2015 · 1 comment
Open

Optimization: skip copy of audio buffer before each process #19

cchampet opened this issue Jul 30, 2015 · 1 comment

Comments

@cchampet
Copy link
Collaborator

https://github.com/mikrosimage/loudness_validator/blob/develop/src/tool/common/ProcessFile.hpp#L54
This involves copy of data, and caching problems.

@MarcAntoine-Arnaud
Copy link
Collaborator

It's not possible to change that. It requires to demux every channels for
the process.
But it can be optimized using SIMD instructions.

Le jeu. 30 juil. 2015 à 16:28, Clément Champetier [email protected]
a écrit :

https://github.com/mikrosimage/loudness_validator/blob/develop/src/tool/common/ProcessFile.hpp#L54
This involves copy of data, and caching problems.


Reply to this email directly or view it on GitHub
#19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants