[UPD] manifest mobile : ajout whisper.cpp (transcription audio locale)
Ajout remote ggerganov et projet whisper.cpp (clone shallow, revision master) dans le manifest Google Repo mobile. Chemin cible : mobile/erplibre_home_mobile/android/app/src/main/cpp/whisper Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e03befb28e
commit
4766fcb3b0
1 changed files with 11 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<manifest>
|
<manifest>
|
||||||
<remote name="TechnoLibre" fetch="https://github.com/TechnoLibre/" />
|
<remote name="TechnoLibre" fetch="https://github.com/TechnoLibre/" />
|
||||||
|
<remote name="ggerganov" fetch="https://github.com/ggerganov/" />
|
||||||
|
|
||||||
<project
|
<project
|
||||||
name="technolibre_home_mobile.git"
|
name="technolibre_home_mobile.git"
|
||||||
|
|
@ -9,4 +10,14 @@
|
||||||
revision="main"
|
revision="main"
|
||||||
groups="mobile"
|
groups="mobile"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<!-- whisper.cpp : moteur de transcription audio locale (NDK JNI) -->
|
||||||
|
<project
|
||||||
|
name="whisper.cpp"
|
||||||
|
path="mobile/erplibre_home_mobile/android/app/src/main/cpp/whisper"
|
||||||
|
remote="ggerganov"
|
||||||
|
revision="master"
|
||||||
|
clone-depth="1"
|
||||||
|
groups="mobile"
|
||||||
|
/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue