You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
integrate ggml's excellent and amazing whisper.cpp to kantv ---- step7
various experiment and invesigation for asr performance on Xiaomi 14
asr performance from 21 secs to 2 secs on Xiaomi 14 by build optimization
refine regular codes and prepare for coding work of implment real-time
English subtile for online English TV
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ KanTV("Kan", aka Chinese PinYin "Kan" or Chinese HanZi "看" or English "watch/l
12
12
13
13
- Watch encrypted live stream(Google Widevine, Huawei WisePlay, ChinaDRM......)
14
14
15
-
- Real-time English subtitle by excellent&amazing <ahref="https://github.com/ggerganov/whisper.cpp">whisper.cpp</a> for unencrypted/clear online TV (not finished)
15
+
- Real-time English subtitle for online TV by excellent&amazing <ahref="https://github.com/ggerganov/whisper.cpp">whisper.cpp</a> (not finished)
16
16
17
17
- UI refactor
18
18
@@ -104,13 +104,13 @@ bazel is **NOT** used currently but put it here for further usage in the future.
104
104
[Android Studio 4.2.1](https://developer.android.google.cn/studio)
then put Android NDK-r21e into /opt/kantv-toolchain accordingly
110
+
then put Android NDK-r26c into /opt/kantv-toolchain accordingly
111
111
112
112
```
113
-
ls /opt/kantv-toolchain/android-ndk-r21e
113
+
ls /opt/kantv-toolchain/android-ndk-r26c
114
114
115
115
```
116
116
@@ -176,7 +176,7 @@ time ./build-all.sh
176
176
177
177
- Build APK from source code by Android Studio IDE manually
178
178
179
-
Please attention  which affect the running of the ASR demo and the size of the generated APK.
179
+
Please attention  which affect the running of the ASR demo and the size of the generated APK.
180
180
181
181
- Latest prebuit APK could be found here [](https://github.com/cdeos/kantv/raw/master/release/kantv-latest.apk)(the size of the prebuilt APK is about 90M because it contains **dependent model file of DeepSpeech** for purpose of make ASR demo happy).
182
182
@@ -192,11 +192,10 @@ The following is some English snapshots.
@@ -216,9 +215,9 @@ Changelog could be found <a href="https://github.com/cdeos/kantv/blob/master/rel
216
215
217
216
### Roadmap
218
217
219
-
- real-time English subtitle for online English TV on Xiaomi 14 by excellent and amazing 
218
+
- real-time English subtitle for online English TV on Xiaomi 14(because it contains a very powerful mobile SoC) by excellent and amazing 
220
219
221
-
- real-time Chinese subtitle for online English TV on Xiaomi 14 by excellent and amazing 
220
+
- real-time Chinese subtitle for online English TV on Xiaomi 14(because it contains a very powerful mobile SoC) by excellent and amazing 
222
221
223
222
- integrate  to project KanTV(<ahref="https://www.videolan.org/vlc/"target="_blank">VLC</a> is also excellent and gstreamer is more complicated than VLC but gstreamer was supported by many semiconductor companies. anyway, they are both born in/come from EU)
224
223
@@ -310,15 +309,16 @@ Report issue in various Android-based phone or even submit PR to this project is
310
309
311
310
### Acknowledgement
312
311
313
-
Many/sincerely thanks to all contributors of the great open source community, especially all original authors and all contributors of the great Linux & Android & FFmpeg and other excellent projects.
312
+
Many/sincerely thanks to all contributors of the great open source community, especially all original authors and all contributors of the great Linux & Android & FFmpeg && whisper.cpp and other excellent projects.
314
313
315
314
Project KanTV has used/tried following open-source projects(list in here is not incomplete):
0 commit comments