Skip to content

Commit

Permalink
adjusted level based on feedback received during sound design meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Aug 25, 2020
1 parent 26cd64e commit bf32343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/shared-sound-players/pushButtonSoundPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import tambo from '../tambo.js';

// create the shared sound instance
const pushButtonSoundPlayer = new SharedSoundClip( pushButtonSound, {
soundClipOptions: { initialOutputLevel: 0.7 },
soundClipOptions: { initialOutputLevel: 0.5 },
soundManagerOptions: { categoryName: 'user-interface' }
} );

Expand Down

0 comments on commit bf32343

Please sign in to comment.