whisper.cpp
VN uses whisper.cpp, an open source implementation of the OpenAI Whisper automatic speech recognition (ASR) model, to provide speech transcription features.
- Project: whisper.cpp
- Repository: https://github.com/ggml-org/whisper.cpp
- License: MIT License
MIT License
Copyright (c) The ggml authors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
ggml
VN uses ggml, an open source tensor library used by whisper.cpp for machine learning inference.
- Project: ggml
- Repository: https://github.com/ggml-org/ggml
- License: MIT License
The ggml library is licensed under the MIT License.
FFmpegKit
VN uses FFmpegKit for multimedia processing.
- Project: FFmpegKit
- Repository: https://github.com/arthenica/ffmpeg-kit
- Package: ffmpeg-kit-ios-min-gpl
FFmpegKit includes FFmpeg and related libraries that are distributed under their respective open source licenses. For more information, including applicable license terms and source code, please visit the official FFmpegKit project repository.
libwebp
VN uses libwebp for encoding and decoding WebP images.
- Project: libwebp
- Repository: https://github.com/webmproject/libwebp
- License: BSD 3-Clause License
libwebp is distributed under the BSD 3-Clause License. For more information, including the full license text and source code, please visit the official libwebp project repository.
OpenAI Whisper Model
VN uses the OpenAI Whisper speech recognition model (base.en) for speech transcription features.
- Project: Whisper
- Model: base.en
- Repository: https://github.com/openai/whisper
The Whisper model is developed by OpenAI. VN uses the official Whisper model with whisper.cpp for on-device speech transcription.
OpenAI and Whisper are trademarks or registered trademarks of their respective owners.





















