From 7ee4c1908228ee4e0bb0b6179f9a535dbcdfe378 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 5 May 2023 15:24:05 -0700 Subject: [PATCH] remove FIXME note --- src/Audio/StreamingSoundQoa.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Audio/StreamingSoundQoa.cs b/src/Audio/StreamingSoundQoa.cs index ab5683a..178c989 100644 --- a/src/Audio/StreamingSoundQoa.cs +++ b/src/Audio/StreamingSoundQoa.cs @@ -31,7 +31,6 @@ namespace MoonWorks.Audio throw new AudioLoadException("Error opening QOA file!"); } - // FIXME: return samples per frame, not the byte size of the frame FAudio.qoa_attributes(qoaHandle, out var channels, out var sampleRate, out var samplesPerChannelPerFrame, out var totalSamplesPerChannel); return new StreamingSoundQoa(