stekhn / transcribe

📝 Use Whisper speech-to-text models directly in your browser
https://stekhn.github.io/transcribe/
MIT License
4 stars 0 forks source link

Register app as share target for audio files #9

Open stekhn opened 2 months ago

stekhn commented 2 months ago

References:

stekhn commented 1 month ago

Work in progress, but not yet complete.

Transcribe does appear as a target in the share dialog on Android, and it opens when an audio file is shared. However, the audio file is not being loaded into the app after it's opened. Debugging this issue is quite challenging since it can't be simulated with the PWA running on localhost, and installing and uninstalling the app for testing is tedious.