From 01dd34f305b9ad2c8e6bf0642cd976f9788fdf3a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 11 Dec 2021 17:50:24 -0800 Subject: Add an internal Super Stereo format It's not available as an AL buffer format (yet) since I'm not sure how to expose it. Internally it seems fine as a separate channel configuration, but because OpenAL combines the channel configuration and sample type, a flag may work better there. --- core/voice.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/voice.h') diff --git a/core/voice.h b/core/voice.h index 94385884..ba5e82cc 100644 --- a/core/voice.h +++ b/core/voice.h @@ -214,6 +214,7 @@ struct Voice { uint mAmbiOrder; std::unique_ptr mDecoder; + UhjDecoder::DecoderFunc mDecoderFunc{}; /** Current target parameters used for mixing. */ uint mStep{0}; -- cgit v1.2.3