diff --git a/Sources/kinc/audio1/sound.h b/Sources/kinc/audio1/sound.h index b90c3834c..fbdaf0610 100644 --- a/Sources/kinc/audio1/sound.h +++ b/Sources/kinc/audio1/sound.h @@ -32,9 +32,9 @@ typedef enum { } kinc_a1_audioformat_t; /// -/// Create a sound from a wav file. +/// Create a sound from a wav or ogg file. /// -/// Path to a wav file +/// Path to a wav or ogg file /// The newly created sound KINC_FUNC kinc_a1_sound_t *kinc_a1_sound_create(const char *filename);