Skip to content

Commit 6d8d35d

Browse files
committed
add crepe fork as submodule, include sweep.wav
1 parent 3e2c3cf commit 6d8d35d

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "deps/queue"]
88
path = deps/queue
99
url = https://github.com/cameron314/readerwriterqueue.git
10+
[submodule "deps/crepe"]
11+
path = deps/crepe
12+
url = https://github.com/joeloftusdev/crepe

deps/crepe

Submodule crepe added at 0bfbac9

src-test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(CMAKE_CXX_FLAGS_RELEASE "-O3 -march=native -ffast-math -flto -fno-signed-zer
1515
target_compile_definitions(crepe_test PRIVATE)
1616

1717
configure_file(
18-
${CMAKE_SOURCE_DIR}/external/sweep.wav
18+
${CMAKE_SOURCE_DIR}/src-test/sweep.wav
1919
${CMAKE_CURRENT_BINARY_DIR}/sweep.wav
2020
COPYONLY
2121
)

src-test/sweep.wav

345 KB
Binary file not shown.

0 commit comments

Comments
 (0)