whisper.cpp/examples/whisper.android/app
Syahmi Azhar 1512545149
whisper : add loader class to allow loading from buffer and others (#353)
* whisper : add loader to allow loading from other than file

* whisper : rename whisper_init to whisper_init_from_file

* whisper : add whisper_init_from_buffer

* android : Delete local.properties

* android : load models directly from assets

* whisper : adding <stddef.h> needed for size_t + code style

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2023-01-08 13:03:33 +02:00
..
src whisper : add loader class to allow loading from buffer and others (#353) 2023-01-08 13:03:33 +02:00
.gitignore Add Android sample (#277) 2022-12-16 19:20:13 +02:00
build.gradle Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled for armv7a. 2022-12-22 16:47:54 +02:00
proguard-rules.pro Add Android sample (#277) 2022-12-16 19:20:13 +02:00