Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/audiodocs/docs/effects/biquad-filter-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ import AudioNodePropsTable from "@site/src/components/AudioNodePropsTable"
import { ReadOnly } from '@site/src/components/Badges';
import InteractiveExample from '@site/src/components/InteractiveExample';
import AudioApiExample from '@site/src/components/AudioApiExample'
import VinylPlayer from '@site/src/components/RecordPlayerExample/VinylAnimation';


# BiquadFilterNode

The `BiquadFilterNode` interface represents a low-order filter. It is an [`AudioNode`](/docs/core/audio-node) used for tone controls, graphic equalizers, and other audio effects.
Multiple `BiquadFilterNode` instances can be combined to create more complex filtering chains.


import BiquadExample from '@site/src/examples/Biquad/BiquadExampleComponent';

<AudioApiExample component={BiquadExample} />
<VinylPlayer/>


#### [`AudioNode`](/docs/core/audio-node#read-only-properties) properties
Expand Down Expand Up @@ -93,4 +93,4 @@ Numerically: Q ≈ 770.63678.
- Positive values correspond to amplification; negative to attenuation.

#### `type`
- [`BiquadFilterType`](#biquadfiltertype-enumeration-description). Default: `"lowpass"`.
- [`BiquadFilterType`](#biquadfiltertype-enumeration-description). Default: `"lowpass"`.
2 changes: 2 additions & 0 deletions packages/audiodocs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@react-native-community/slider": "^5.0.1",
"@shopify/react-native-skia": "1.10.2",
"@swmansion/t-rex-ui": "1.0.0",
"@types/three": "^0.180.0",
"@vercel/og": "^0.6.2",
"babel-polyfill": "^6.26.0",
"babel-preset-expo": "^9.2.2",
Expand All @@ -56,6 +57,7 @@
"remark-math": "6",
"source-map": "^0.7.4",
"source-map-loader": "^4.0.1",
"three": "^0.180.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
Expand Down
Loading
Loading