Skip to content

Commit

Permalink
restore music audio
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkolos committed Mar 28, 2021
1 parent b434d96 commit c56b841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/audio/audio-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const sounds: SoundData[] = [

const musicData = {
path: SOUND_DIR_PATH + 'quadproquo.mp3',
volumeNormalization: 0.025,
volumeNormalization: 0.040,
}

const soundsByIdEntries: [SoundId, SoundData][] = sounds.map(s => [s.id, s]);
Expand Down

0 comments on commit c56b841

Please sign in to comment.