Music and sound

This commit is contained in:
2023-01-15 15:53:50 +00:00
parent b8f67a8f9e
commit 2731d01bc1
10 changed files with 62 additions and 57 deletions

View File

@@ -61,7 +61,7 @@ void audio_close();
void sound_fillbuf(struct sound *s, short *buf, int n);
struct wav make_sound(const char *wav);
struct wav *make_sound(const char *wav);
void wav_norm_gain(struct wav *w, double lv);
struct sound *play_sound(struct wav *wav);