diff options
| author | robojumper <robojumper@gmail.com> | 2025-05-27 19:27:56 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-05-27 19:27:56 +0200 |
| commit | 45f9cf1e7c6f736807cf9ec66543bf6b89f66c16 (patch) | |
| tree | 3124e512033f66e3daf3db4287aae2136bd1f0d1 /include | |
| parent | c283825ba66099ea2a6885b9bb557130229d36e0 (diff) | |
snd_AxVoice OK
Diffstat (limited to 'include')
| -rw-r--r-- | include/nw4r/snd/snd_AxVoice.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/nw4r/snd/snd_AxVoice.h b/include/nw4r/snd/snd_AxVoice.h index 4e6d34b7..0b709c4b 100644 --- a/include/nw4r/snd/snd_AxVoice.h +++ b/include/nw4r/snd/snd_AxVoice.h @@ -121,6 +121,8 @@ namespace nw4r { namespace snd { namespace detail void SetVoiceBiquad(AXPBBIQUAD const &biquad); void SetVoiceBiquadCoefs(u16 b0, u16 b1, u16 b2, u16 a1, u16 a2); void SetVoiceRmtIIR(__AXPBRMTIIR const &iir); + void SetVoiceRmtOn(u16 on); + void SetVoiceRmtMix(_AXPBRMTMIX const &iir); void SetVoiceRmtIIRCoefs(u16 type, ...); void Set(AXVPB *vpb); @@ -243,7 +245,7 @@ namespace nw4r { namespace snd { namespace detail void SetAdpcm(AdpcmParam const *param); void SetAdpcmLoop(AdpcmLoopParam const *param); bool SetMix(MixParam const ¶m); - bool SetRmtMix(const RemoteMixParam ¶m); + void SetRmtMix(const RemoteMixParam ¶m); void SetSrc(f32 ratio, bool initialUpdate); void SetVe(f32 volume, f32 initVolume); void SetLpf(u16 freq); |
