Fix tests some more

This commit is contained in:
Vanilagy
2026-05-12 00:43:08 +02:00
parent 5599e52a1a
commit 060ceb8ed3
6 changed files with 45 additions and 20 deletions
@@ -88,6 +88,7 @@ const encodeAndDecodeFirstSample = async (audioSample: AudioSample) => {
await output.start();
await audioSource.add(audioSample);
audioSample.close();
audioSource.close();
await output.finalize();