Adriel Café
Adriel Café
Hi @saifrahmed, Indeed It's a great feature. There are at least two ways to implement: 1. **Realtime transcription**: as I'm speaking the words are being transcripted and displayed; 2. **WAV...
I'm focusing on fixing the known bugs to release a stable `1.0.0`. After that will start working on new features like this one.
I'm rethinking all the Android integration. My initial idea was to implement my own `LifecycleOwner`, `ViewModelStoreOwner` and `SavedStateRegistryOwner`, but there's always [something missing](https://github.com/adrielcafe/voyager/issues/42#issuecomment-1114046356). I'm trying to integrate directly with the...
[1.0.0-rc02](https://github.com/adrielcafe/voyager/releases/tag/1.0.0-rc02) now provides a `LocalLifecycleOwner` and emits onPause/onStop/onDestroy states when using `AndroidScreen`. I think it isn't enough yet. Seems I also need to provide a `LocalSaveableStateRegistry` but the Android implementation,...
Nice! Just tried that but got the error `Abstract Composable functions cannot have parameters with default values`. I'll try to find another way, suggestions are welcome.
I've commented on #66 about a refactoring I'm doing that should solve all Android related issues (including configuration changes). It may take a while but will be worth it.
Hi @sixman9 , I have no experience with Kotlin/JS. I'll take a look when I have time, but can't promisse, ok?
Thanks for your suggestion, I'll work on it!
The provided info was not enough to reproduce. Feel free to reopen the issue with more details or a reproducible sample project.
This issue seems more related to KSP and Gradle than this library. On [1.5.0](https://github.com/adrielcafe/lyricist/releases/tag/1.5.0) I've updated them, maybe this help with your issue?