Start crash sound
This commit is contained in:
parent
367112dbd9
commit
b90f5bbfc8
4 changed files with 103 additions and 46 deletions
|
@ -29,6 +29,7 @@ void audioFillCallback(void *userdata, uint8_t *s, int l)
|
|||
// s[i] = byte;
|
||||
|
||||
s[i] = byte / 2 + LCR_gameGetNextAudioSample() / 2;
|
||||
//s[i] = LCR_gameGetNextAudioSample();
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue