remove FIXME note
parent
1e0b1b093a
commit
7ee4c19082
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue