#ifndef PKE_AUDIO_IMPL_SHARED_HPP #define PKE_AUDIO_IMPL_SHARED_HPP #include "audio-types.hpp" #include float pke_audio_fx_reverb(float *buffer, int64_t buffer_len, int64_t buffer_idx, pke_audio_fx_params_reverb *params); float pke_audio_fx_delay(float *buffer, int64_t buffer_len, int64_t buffer_idx, pke_audio_fx_params_delay *params); float pke_audio_fx_low_pass_filter(float *buffer, int64_t buffer_len, int64_t buffer_idx, pke_audio_fx_params_low_pass_filter *params); #endif /* PKE_AUDIO_IMPL_SHARED_HPP */