Added output volume control.

This commit is contained in:
SarahW 2017-12-08 20:39:36 +00:00
commit 640c6a61e2
7 changed files with 1055 additions and 926 deletions

View file

@ -31,5 +31,7 @@ void givealbuffer_cd(int16_t *buf);
extern int sound_buf_len;
void sound_update_buf_length();
extern int sound_gain;
extern int SOUNDBUFLEN;
#define MAXSOUNDBUFLEN (48000 / 10)