corinfinite / brp-pacu

An audio analysis tool to configure any sound system with an equalizer. It compares the output of the system to the input of the system and allows you to use this data to perform final equalization by matching the results with actual DSP/EQ.
GNU Lesser General Public License v3.0
13 stars 4 forks source link

Processing is done in JACK callback #28

Closed corinfinite closed 7 years ago

corinfinite commented 7 years ago

The JACK callback should return as fast as possible but there is buffer filling and shuffling that occurs. This should be moved into the main thread or a new thread, along with the other processing tasks.

corinfinite commented 7 years ago

Closed by 4290c9c1f49df3a47815b76250b7c5aa92aa6999