This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex-mr_series-sherpa-onnx/lazarus-examples/generate_subtitles/README.md
2025-06-20 11:10:07 +08:00

20 lines
607 B
Markdown

# Introduction
Please refer to
https://k2-fsa.github.io/sherpa/onnx/lazarus/generate-subtitles.html
for how to build the project in this directory.
You can find pre-built APPs from this directory at
https://k2-fsa.github.io/sherpa/onnx/lazarus/pre-built-app.html
## notes for developers
By default, it uses static libs for Linux and macOS. To change that,
open Lazarus IDE, select `Project`, `Project options`, `Compiler options`,
change the `Build modes` to `Release-Linux`.
The `Release-Linux` mode is defined in the file `generate_subtitles.lpi`.
It defines a macro `SHERPA_ONNX_USE_SHARED_LIBS`.