audio: rewrite IAudioOut

This commit is contained in:
Liam 2024-02-19 23:13:19 -05:00
parent 001db3afdd
commit b11e15833e
7 changed files with 236 additions and 216 deletions

View file

@ -146,11 +146,11 @@ public:
break;
}
tags[released++] = tag;
if (released >= tags.size()) {
break;
}
tags[released++] = tag;
}
return released;