This commit is contained in:
tildearrow 2022-09-24 16:45:44 -05:00
parent ddfdeffc99
commit 4a8e09685a
1 changed files with 2 additions and 1 deletions

View File

@ -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;