Tasker plugin for Transcribable

descriptionStandard

This article demonstrates Transcribable’s Tasker plugin integration found in Transcribable v1.12.04 from open testing branch. It’s a preview for several new core function one of which allows integration in to Tasker. The integration allows users to send or retrieve text to Transcribable.

This will need the latest release: Transcribable v1.12.04 for Tasker to show the Transcribable plugin.

Send content to active or different file

Task: Send To Transcribable

A1: Variable Set [
     Name: %magic
     To: Beep beep
     Structure Output (JSON, etc): On ]

A2: Transcribable actions [
     Configuration: Configured to: store
     Content: Something that could be appended to the file could also include Tasker variables: %magic
     Filename: your_filename.txt
     Timeout (Seconds): 0
     Structure Output (JSON, etc): On ]

A3: [X] Flash [
     Text: From: %transcription
     Continue Task Immediately: On
     Dismiss On Click: On ]

Retrieve content from the currently active file

This uses a task to trigger the action which retrieves content from the active file. The results are returned via an Intent which can within Tasker be handled through a profile.

Task to trigger the retrieval task

Task: Retrieve From Transcribable

A1: [X] Flash [
     Text: Beep: %intent_data_content
     Continue Task Immediately: On
     Dismiss On Click: On ]

A2: Variable Set [
     Name: %temp
     To: %intent_data
     Structure Output (JSON, etc): On ]

A3: [X] Flash [
     Text: %temp.content
     Long: On
     Continue Task Immediately: On
     Dismiss On Click: On ]

Profile to handle the intent results from Transcribable

Profile: Transcribable Intent Handler
    Event: Intent Received [ Action:com.oddineers.transcribable.RESULT_ACTION Cat:Default Cat:None Scheme:* Mime Type:* ]

Enter Task: Retrieve From Transcribable

A1: Variable Set [
     Name: %temp
     To: %intent_data
     Structure Output (JSON, etc): On ]

A2: [X] Flash [
     Text: %temp.content
     Long: On
     Continue Task Immediately: On
     Dismiss On Click: On ]

Transcribable – Speech to Text is a utility developed by Oddineers Ltd. along side support for Tasker this update also introduced our offline capable speech recogniser uses Whisper.cpp and Silero VAD under the hood; read the release notes for more details: Transcribable v1.12.04

Leave a Reply

I'm pleased you have chosen to leave a comment and engage in a meaningful conversation. Please keep in mind that comments are moderated according to our privacy policy, links are set to nofollow.

Your email address will not be published. Required fields are marked *