Added output volume control.
This commit is contained in:
parent
ae37557c3d
commit
640c6a61e2
7 changed files with 1055 additions and 926 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue