Skip to content

Commit

Permalink
reduce volume level, see #173
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Apr 9, 2024
1 parent 1d8b7f0 commit 08acbc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/intro/view/IntroScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ export default class IntroScreenView extends MeanShareAndBalanceScreenView {
{
playbackRateRange: new Range( 0.95, 1.05 ),
fadeTime: 0.1,
fadeStartDelay: 0.1
fadeStartDelay: 0.1,
initialOutputLevel: 0.1
}
);
soundManager.addSoundGenerator( this.predictMeanSoundGenerator );
Expand Down

0 comments on commit 08acbc4

Please sign in to comment.