###### (This function is part of SDL_sound, a separate library from SDL.) # Sound_Version This function gets the version of the dynamically linked SDL_sound library. ## Header File Defined in [](https://github.com/icculus/SDL_sound/blob/main/include/SDL3_sound/SDL_sound.h) ## Syntax ```c int Sound_Version(void); ``` ## Return Value (int) Returns SDL_sound version. ## Thread Safety It is safe to call this function from any thread. ## Version This function is available since SDL_sound 3.0.0. ---- [CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction), [CategorySDLSound](CategorySDLSound)