Skip to content

Commit

Permalink
reverb SC, buffer location
Browse files Browse the repository at this point in the history
  • Loading branch information
pio committed Jan 13, 2025
1 parent 52aaef1 commit 898a3c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/effect_reverbsc_F32.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,11 @@ class AudioEffectReverbSc_F32 : public AudioStream_F32
bypass_set(flags.bypass^1);
return flags.bypass;
}

uint32_t getBfAddr()
{
float32_t *addr = aux_;
return (uint32_t)addr;
}
private:
struct flags_t
{
Expand Down

0 comments on commit 898a3c5

Please sign in to comment.