Skip to content

Commit

Permalink
feat: sync whisper.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 21, 2024
1 parent fec8617 commit 053ef40
Show file tree
Hide file tree
Showing 39 changed files with 31,466 additions and 17,455 deletions.
9 changes: 7 additions & 2 deletions android/src/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ set(RNWHISPER_LIB_DIR ${CMAKE_SOURCE_DIR}/../../../cpp)
set(
SOURCE_FILES
${RNWHISPER_LIB_DIR}/ggml.c
${RNWHISPER_LIB_DIR}/ggml-cpu.c
${RNWHISPER_LIB_DIR}/ggml-aarch64.c
${RNWHISPER_LIB_DIR}/ggml-alloc.c
${RNWHISPER_LIB_DIR}/ggml-backend.cpp
${RNWHISPER_LIB_DIR}/ggml-backend-reg.cpp
${RNWHISPER_LIB_DIR}/ggml-cpu.c
${RNWHISPER_LIB_DIR}/ggml-cpu.cpp
${RNWHISPER_LIB_DIR}/ggml-cpu-aarch64.c
${RNWHISPER_LIB_DIR}/ggml-cpu-quants.c
${RNWHISPER_LIB_DIR}/ggml-threading.cpp
${RNWHISPER_LIB_DIR}/ggml-quants.c
${RNWHISPER_LIB_DIR}/ggml-aarch64.c
${RNWHISPER_LIB_DIR}/whisper.cpp
${RNWHISPER_LIB_DIR}/rn-audioutils.cpp
${RNWHISPER_LIB_DIR}/rn-whisper.cpp
Expand Down
Loading

0 comments on commit 053ef40

Please sign in to comment.