mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
DSP: Revamp DSP module
This commit is contained in:
parent
c419bc516d
commit
c138bf91b4
93 changed files with 17992 additions and 1828 deletions
|
|
@ -312,8 +312,8 @@ struct DSPDemo : public AudioSource,
|
|||
|
||||
inputSource->getNextAudioBlock (bufferToFill);
|
||||
|
||||
dsp::AudioBlock<float> block (*bufferToFill.buffer,
|
||||
(size_t) bufferToFill.startSample);
|
||||
AudioBlock<float> block (*bufferToFill.buffer,
|
||||
(size_t) bufferToFill.startSample);
|
||||
|
||||
ScopedLock audioLock (audioCallbackLock);
|
||||
this->process (ProcessContextReplacing<float> (block));
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
BIN
examples/Assets/reverb_ir.wav
Normal file
BIN
examples/Assets/reverb_ir.wav
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue