Skip to content

Commit 2d69276

Browse files
committed
fix: nitpicks
1 parent e2204f3 commit 2d69276

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/audiodocs/docs/effects/iir-filter-node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ but if odd-ordered filters are needed or automation is not needed, then `IIRFilt
1919

2020
```jsx
2121
interface IIRFilterNodeOptions {
22-
22+
TODO:
2323
}
2424
```
2525

packages/react-native-audio-api/common/cpp/audioapi/core/AudioContext.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <audioapi/core/AudioContext.h>
88
#include <audioapi/core/destinations/AudioDestinationNode.h>
99
#include <audioapi/core/utils/AudioNodeManager.h>
10-
#include <iostream>
1110

1211
namespace audioapi {
1312
AudioContext::AudioContext(

0 commit comments

Comments
 (0)