mikrosimage / loudness_validator

A set of applications to analyse, visualize and correct the loudness.
Other
13 stars 8 forks source link

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

Open cchampet opened 9 years ago

cchampet commented 9 years ago

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

MarcAntoine-Arnaud commented 9 years ago

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 notifications@github.com 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 https://github.com/mikrosimage/loudness_validator/issues/19.