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

@ -125,6 +125,7 @@ static event_t *sound_cd_event;
static unsigned int cd_vol_l, cd_vol_r;
int sound_buf_len = 48000 / 10;
int sound_gain = 0;
void sound_update_buf_length()
{