maxl0rd / standingwave3

Flash ActionScript3 dynamic audio library
http://www.noteflight.com
160 stars 25 forks source link

When small frequency when there is no sound #33

Open waterworms opened 10 years ago

waterworms commented 10 years ago

var A0:Number =27.50; var baseSound1:IAudioSource = new SoundSource(Sounds_s1,new AudioDescriptor()); var C4Note:IAudioSource = new new ResamplingFilter(baseSound1,A0); var keyboardPlayer:AudioPlayer = new AudioPlayer(); keyboardPlayer.play(C4Note);

When small frequency when there is no sound