Remove FIXME in OSS driver

Why shouldn't we reuse the int16 buffer for dithering before streaming to OSS?
This commit is contained in:
derselbst 2022-01-28 16:32:51 +01:00
parent 0c4342b461
commit 3e0321f49c
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ new_fluid_oss_audio_driver2(fluid_settings_t *settings, fluid_audio_func_t func,
goto error_recovery;
}
/* allocate the buffers. FIXME!!! don't use interleaved samples */
/* allocate the buffers. */
dev->buffer = FLUID_MALLOC(dev->buffer_byte_size);
dev->buffers[0] = FLUID_ARRAY(float, dev->buffer_size);
dev->buffers[1] = FLUID_ARRAY(float, dev->buffer_size);