remove FIXME note

pull/48/head
cosmonaut 2023-05-05 15:24:05 -07:00
parent 1e0b1b093a
commit 7ee4c19082
1 changed files with 0 additions and 1 deletions

View File

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