aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2020-06-04 14:23:51 -0700
committerGitHub <noreply@github.com>2020-06-04 14:23:51 -0700
commit0511540024f72376a671cf5447680756ae4b3b7c (patch)
tree03538cae1911010a6a23d1907a0d1c505c13bd05 /src
parentd2a3140856a91343a4b5a1c390ebcfa959feb215 (diff)
downloadoboe-0511540024f72376a671cf5447680756ae4b3b7c.tar.gz
link to resampler header
Diffstat (limited to 'src')
-rw-r--r--src/flowgraph/resampler/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flowgraph/resampler/README.md b/src/flowgraph/resampler/README.md
index 2633b6a7..2026773a 100644
--- a/src/flowgraph/resampler/README.md
+++ b/src/flowgraph/resampler/README.md
@@ -9,7 +9,7 @@ We found this had fewer artifacts than the more traditional Kaiser window.
## Creating a Resampler
-Include the main header for the resampler.
+Include the [main header](MultiChannelResampler.h) for the resampler.
#include "resampler/MultiChannelResampler.h"