Skip to content

Commit

Permalink
docs related to #166
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jul 31, 2019
1 parent 5977505 commit f9a3a69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/gravity-force-lab-basics/view/ForceSoundGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ define( require => {
const PITCH_CENTER_OFFSET = 2;

// sounds

// The saturated sine loop is precisely optimized for good looping, which is why it is a .wav and not a .mp2 file
const forceSound = require( 'sound!GRAVITY_FORCE_LAB_BASICS/saturated-sine-loop-trimmed.wav' );

class ForceSoundGenerator extends SoundClip {
Expand Down

0 comments on commit f9a3a69

Please sign in to comment.