Start engine sound
This commit is contained in:
parent
d0db60c02a
commit
e6c5283bf4
6 changed files with 128 additions and 3 deletions
|
@ -26,7 +26,11 @@ void audioFillCallback(void *userdata, uint8_t *s, int l)
|
|||
rewind(musicFile);
|
||||
}
|
||||
|
||||
s[i] = byte;
|
||||
// s[i] = byte;
|
||||
|
||||
s[i] = byte / 2 + LCR_gameGetNextAudioSample() / 2;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue