Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When small frequency when there is no sound #33

Open
waterworms opened this issue Apr 3, 2014 · 0 comments
Open

When small frequency when there is no sound #33

waterworms opened this issue Apr 3, 2014 · 0 comments

Comments

@waterworms
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant