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

FadeInFilter Bug #7

Open
Iosyf opened this issue Oct 25, 2010 · 1 comment
Open

FadeInFilter Bug #7

Iosyf opened this issue Oct 25, 2010 · 1 comment

Comments

@Iosyf
Copy link

Iosyf commented Oct 25, 2010

Hi, first of all 10x for the most optimized AS3 DSP solution on the web!
The bug I found is that FadeInFilter doesn't work properly but only creates glitch sounds out of my mp3 loop. The code is like:

var desc:AudioDescriptor = new AudioDescriptor();
var src:IAudioSource = new SoundSource(new Loop); //Loop is my Sound class
var amp:IAudioSource = new FadeInFilter(src, 4);
player.play(amp);

I tried assigning 'amp' var with:
AmpFilter(src, new ADSREnvelopeGenerator(desc, 2, 0, 1, 0.7, 3));

In this case I get silence in attack phase while decay, hold and release work correctly.

Any suggestions?

@konungwolf
Copy link

I have it, too.
Also, there are some problems with ResamplingFilter.
The outgoing sound is terrible. glitches and gabling... Is it feature?

Another problem is a very long pause (and my HDD goes mad) before I hear the sound when I use play(src) at first time.

Hope your help and excuse me for my English. ;)

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

2 participants