Digipom

Results 43 comments of Digipom

Hi @michoael, for that you can use Storage Access Framework or Media Storage. Please see: https://developer.android.com/training/data-storage/shared/media

Oh, hmm... no you don't really need anything in CPP for this that is different than the current code. In function ```suspend fun transcribeData(data: FloatArray)``` you could pass in data...

@michoael Ah, I don't have any experience going in the reverse direction (from Kotlin + compose to Java + xml). What I can say is that Google is putting all...

You shouldn't have to do any changes on the C / JNI side (except function signatures, i.e. JNIEXPORT jlong JNICALL Java_com_example_whisper_WhisperLib_00024Companion_initContextFromFile). I think just converting libWhisper to Java would work....

Hmm, could you try from the main repo and see if that still happens? https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.android

These are the ones that seem relevant: https://github.com/AzureAD/microsoft-authentication-library-for-android/issues/1742 https://github.com/AzureAD/microsoft-authentication-library-for-android/issues/1475 (closed after user mentioned using deprecated method) These might also be relevant: https://github.com/AzureAD/microsoft-authentication-library-for-android/issues/1790

Basically, if not using the deprecated methods and using the builder methods instead, we get a "com.microsoft.identity.client.exception.MsalClientException: The signed in account does not match with the provided account.". It seems...

Are there any updates on this one? The methods are still deprecated but the new ones are still not a 1:1 replacement, due to the behavior of getPersistedCurrentAccount().

Are there any plans to improve the API to avoid the extra fetches? This still seems to be an issue with the latest version of the SDK (and is not...

Friendly bump -- would be nice to have this.