Skip to content

Conversation

rtoy
Copy link
Member

@rtoy rtoy commented Jun 2, 2017

IIRFilter.getFrequency should return NaN for invalid frequencies
just like BiquadFilter.getFrequency does.

Basically just copied the text from biquad to iirfilter.

Also took this opportunity to mark the computation as being
synchronous just like BiquadFilter.

`IIRFilter.getFrequency` should return NaN for invalid frequencies
just like `BiquadFilter.getFrequency` does.

Basically just copied the text from biquad to iirfilter.

Also took this opportunity to mark the computation as being
synchronous just like BiquadFilter.
@rtoy rtoy requested review from joeberkovitz and padenot June 2, 2017 15:45
index.html Outdated
<p>
Given the current filter parameter settings, calculates the
frequency response for the specified frequencies.
<span class="syncrhonous">Given the current filter parameter

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo on <span class="syncrhonous">

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@rtoy rtoy merged commit ad2b83f into WebAudio:gh-pages Jun 20, 2017
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

Successfully merging this pull request may close these issues.

2 participants