Increase OPL3 volume 4x, which is about what it needs with this core and these instruments.

CQTexperiment
Christopher Snowhill 2016-11-21 21:00:02 -08:00
parent 87c90c4019
commit af69cd53c3
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ void MSPlayer::send_event(uint32_t b)
void MSPlayer::render(float * out, unsigned long count) void MSPlayer::render(float * out, unsigned long count)
{ {
float const scaler = 1.0f / 32768.0f; float const scaler = 1.0f / 8192.0f;
short buffer[512]; short buffer[512];
while (count) while (count)
{ {