Skip to content

Commit

Permalink
adjust sound levels, see #216
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Nov 26, 2019
1 parent fff0ec8 commit cb51c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/moleculesandlight/view/MoleculesAndLightScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ define( require => {

// molecule rotating sound
const rotateSound = new SoundClip( rotationSoundInfo, {
initialOutputLevel: 0.05,
initialOutputLevel: 0.15,
loop: true,
enableControlProperties: [ photonAbsorptionModel.runningProperty ]
} );
Expand Down
Binary file modified sounds/break-apart-v2.mp3
Binary file not shown.

0 comments on commit cb51c77

Please sign in to comment.