From 4a8e09685a47b9da205770381ad1bd31ef228e16 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 24 Sep 2022 16:45:44 -0500 Subject: [PATCH] fix --- src/engine/sample.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/engine/sample.cpp b/src/engine/sample.cpp index cc24b9110..5e994c70b 100644 --- a/src/engine/sample.cpp +++ b/src/engine/sample.cpp @@ -911,7 +911,8 @@ void DivSample::render() { } if (depth!=DIV_SAMPLE_DEPTH_VOX) { // BRR if (!initInternal(DIV_SAMPLE_DEPTH_BRR,samples)) return; - brrEncode(data16,dataBRR,samples); + // TODO: loop point + brrEncode(data16,dataBRR,samples,0); } if (depth!=DIV_SAMPLE_DEPTH_VOX) { // VOX if (!initInternal(DIV_SAMPLE_DEPTH_VOX,samples)) return;