jack: Removed FIXME comment that has since been fixed.

main
Ryan C. Gordon 2023-10-18 15:47:01 -04:00
parent 797b70877d
commit bf269571fc
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 0 additions and 2 deletions

View File

@ -333,8 +333,6 @@ static int JACK_OpenDevice(SDL_AudioDevice *device)
return SDL_SetError("No physical JACK ports available"); return SDL_SetError("No physical JACK ports available");
} }
/* !!! FIXME: docs say about buffer size: "This size may change, clients that depend on it must register a bufsize_callback so they will be notified if it does." */
// Jack pretty much demands what it wants. // Jack pretty much demands what it wants.
device->spec.format = SDL_AUDIO_F32; device->spec.format = SDL_AUDIO_F32;
device->spec.freq = JACK_jack_get_sample_rate(client); device->spec.freq = JACK_jack_get_sample_rate(client);