mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Added SDL prefix AUDIO_* constants
This commit is contained in:
parent
1ee2832326
commit
079ae065f1
35 changed files with 327 additions and 227 deletions
|
|
@ -180,7 +180,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
spec.freq = SAMPLE_RATE_HZ;
|
||||
spec.format = AUDIO_S16SYS;
|
||||
spec.format = SDL_AUDIO_S16SYS;
|
||||
spec.samples = 4096;
|
||||
spec.callback = fill_buffer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue