whisper.cpp/examples/whisper.android.java/app
Daniel Bevenius 32cf4e2aba
whisper : add version function (#3289)
* whisper : add version function

This commit adds a version function to the whisper API.

The motivation for this is that it might be convenient to have a way to
programmatically check the version.

Example usage:
```c++
printf("Using whisper version: %s\n", whisper_version());
```
Will output:
```console
Using whisper version: 1.7.6
```

* examples : add version to android example CMakeLists.txt
2025-06-26 18:09:42 +02:00
..
src whisper : add version function (#3289) 2025-06-26 18:09:42 +02:00
.gitignore examples : add whisper.android.java for compatibility with older Android versions using Java (#1382) 2023-11-12 18:31:58 +02:00
build.gradle android : update CMakeLists.txt to use FetchContent for ggml (#3268) 2025-06-19 16:06:42 +02:00
proguard-rules.pro examples : add whisper.android.java for compatibility with older Android versions using Java (#1382) 2023-11-12 18:31:58 +02:00