Stypox

Results 480 comments of Stypox

@Shura0 can you download the wake word model? The wake word model comes from GitHub, and GitHub's certificates might still be accepted by Android 7, while the Vosk model is...

If you have access to app data, choose a model from [here](https://github.com/Stypox/dicio-android/blob/e2f5cda9ddfd3f5b6de5ee7b007c14730981819a/app/src/main/kotlin/org/stypox/dicio/io/input/vosk/VoskInputDevice.kt#L465) according to your language, download it, move it to `/data/data/org.stypox.dicio/files/`, and rename it to `vosk-model.zip`. Also create a...

> Hi @Stypox , > I check the source code and see that most values are from 0-500 as you mentioned above. > Before fixing this, I want to make...

@Novmbrain all of the functions from `util/AnimationUtils.java` have been moved to `ktx/View.kt`. But I would not add constants to `View.kt`, as Kotlin would interpret them as fields in the `View`...

@ChristoJobyAntony the UI is being rewritten and the View animation code is not going to be used anymore, so it may be better if you work on something else, e.g....

I think implementing something like this in NewPipe would be too broad

Yeah now that YouTube provides auto-translated subtitles themselves, this can be done, see https://github.com/TeamNewPipe/NewPipeExtractor/pull/997

@Inhishonor sorry for the late reply. I think using an API is fine as an initial implementation, however it would be good if it supported multiple languages. The dictionary-files implementation...

> Please don’t review for “kotlin style”, there’s a lot more commits that are already done that do the fixup of the kotlin style. Ooops I read this only now,...

Conflicts fixed by looking at https://github.com/TeamNewPipe/NewPipe/compare/006b4c9ae17e063e0b105759c20c46a7e1f7710c...refactor, where 006b4c9ae17e063e0b105759c20c46a7e1f7710c is the commit this PR was based on. These are the differences in the three files with conflicts: