You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: