Transcribable for Android available now for early access

descriptionStandard

Capture voice notes as text and share your transcriptions with other applications. Transcribable supports the conversion of speech to text using your Android device or Wear OS watch. The device application collates your transcriptions to a file allowing you to easily refer back to or export notes stored on your device.

Read more: Transcribable for Android available now for early access

Capture voice notes as text and share your transcriptions with other applications. Transcribable supports the conversion of speech to text using your Android device or Wear OS watch. The device application collates your transcriptions to a file allowing you to easily refer back to or export notes stored on your device.

Continue reading

Transcribable – A Speech to text application for Android and Wear OS

descriptionStandard

Transcribable is a speech-to-text application built for Android and enhanced with a companion application for Wear OS. Transcribable is a powerful and versatile speech-to-text application designed to make it easy to convert speech into text with your Android device or optional use of a Wear OS device. The Android application enables fast and reliable speech-to-text…

Transcribable is a speech-to-text application built for Android and enhanced with a companion application for Wear OS.

Transcribable is a powerful and versatile speech-to-text application designed to make it easy to convert speech into text with your Android device or optional use of a Wear OS device.

The Android application enables fast and reliable speech-to-text functionality, there is support for manually editing results. The application supports library management, allowing you to create one or more files, and share them with other applications as text or as a file.

Transcribable also includes a Wear OS companion application designed to further enrich the user experience, compile notes directly from your wrist. With similar support for speech-to-text the Wear OS companion transfers transcriptions created from your Wear OS device, saving them directly to the Android application for easy access and management. The editor area even renders speech transcribed from your watch, making it easier to review and edit your notes.

Transcribable is the perfect tool for anyone looking for a reliable and efficient speech-to-text solution. Download Transcribable now!

Android Application

Quickly capture speech as text and organise your transcriptions in to notes.

Material You – Adaptive Theme Support

Support FAQ

Below we have included information we think you may find helpful and/or to reference should you experience any issues (we hope not). If you continue to have any issues please reach out to us via our contact page and we will try to remedy your issue.

Built-in offline capable speech recogniser

Starting with version 1.12.17; Transcribable now includes a offline capable speech recogniser. Powered by Whisper.cpp and a custom implementation of Silero VAD (Voice activity detection). Performance will vary subject to how powerful your device is.

Where possible the Whisper.cpp is configured to try to use a variant optimised for instruction sets supported by your CPU. Higher end devices will perform better than lower end devices.

Try the tiny model first and if tiny is slow for you, then you will need a more powerful phone or use a different speech recogniser.

Development for this functionality was performed on the following devices; with both achieving acceptable transcription times:

  • Samsung S24 Ultra
  • Sony Xperia IV

I have a Samsung device how do I set Transcribable as the system default recogniser?

In short you can’t; this is a deliberate design choose from Samsung where they limit the system’s speech recogniser these values are hard coded to allow either:

  • Samsung STT
  • Or Google’s STT

We reached out to Samsung to query this decision and the response was a typical non-response. It appears Samsung prioritises games/themes/wallpaper type application on their App store.

You can still set the default speech reogniser used by Transcribable under settings.

Custom speech recogniser usage

Transcribable from version 1.08.03 allows users to customise the speech recogniser used by the application. This allows users to select and use third-party speech recognisers independently from the device default select. The new option under settings will list all installed speech recognisers that support (this should be most implementations):

  • android.speech.action.RECOGNIZE_SPEECH implicit intents

Known supported speech recognisers include (this is not comprehensive):

Supported (default):

  • com.google.android.tts
  • org.futo.voiceinput – Futo Voice Input package supports offline on-device speech recognition package

Transcribable also supports the SpeechRecognizer API; which is the default operation method this enables custom in-app implementations for handling speech recognition. However there doesn’t appear to be many speech recognisers that actually provide this API.

Supported (default):

  • com.google.android.tts

If you have tested any and would like to provide feedback please reach out to us.

How does the transcription feature work on my watch?

When making a transcription from your watch with Transcribable, please note that if your watch doesn’t have its own data connection, it will use the data connection from your phone. The process involves the watch sending the request via Bluetooth to your phone, which then uses its data connection to obtain the results and sends them back to the watch. This data flow remains the same regardless of the connectivity method your watch is using.

If you are experiencing issues with transcriptions, it is likely related to data connectivity. You can check the signal strength on your devices using the standard feature on Android or consult the help documentation for your smartwatch for more specific instructions.

Clearing app caches on your watch may also help improve performance.

What are some tips for improving my experience with the app?

Here are some general tips that may enhance your experience with the app:

  • Avoid keeping your device in your pocket or concealed in something, as this can hinder data connectivity. Instead, place it in a high location, assuming it is sheltered, to optimise data connectivity.
  • Keep in mind that Bluetooth transmission distance is approximately 10 meters without obstructions.
  • If you are using a SIM on your smartwatch for data, be aware that having it on your wrist and being concealed in a shelter or similar environment may weaken the signal. It is recommended to rely on your phone’s connectivity whenever possible, as this can also improve the watch’s battery life.
  • Setting up a WiFi hotspot on your phone and connecting your smartwatch to it may provide better connectivity if you have a strong data signal on your phone. Please note that this option has not been extensively tested.

My Pro purchase is not activating/registering within the application.

Notice: from Transcribable version 1.09.00 all functionality was made available to all users as a perpetual trial. Pro purchases now help support continued development.

This issue can arise when there are multiple Google accounts present on the device; if for any reasons you have reinstalled the application recently and your purchase is not activating the issue is likely linked to installing the Transcribable application under the wrong account. Your Pro purchase is bound to the account it was purchased on.

Resolution: To fix the issue uninstall Transcribable from the devices and then under the Play Store before re-installation check and switch to the account which you made the Pro purchase under. Once you have confirmed the purchasing account, reinstall the Transcribable application; any data you had previously should be preserved.

Under Data Policy what does “App activity: Other user-generated content” mean?

In relation to Transcribable this relates to application install statistics, crash statistics and error log information which is collected by Google Play’s reporting services. Oddineers Ltd. does not store, process or handle in any transcriptions created with Transcribable. For more information please review:

Under Data Policy what does “Data can’t be deleted” mean?

No data is collected means that we cannot delete what we do not posses.

Legacy: What is the persistent foreground service?

Note this is only applicable if you’re using a legacy version on older devices (earlier than Android 9).

Inmost instances the persistent service is not required unless you wish to have a persistent notification linking to Transcribable always shown. The notification will show the last sent message received on the device. It is not essential for receiving notification from the Wear OS device to the Android device it is used to enhance the experience and provide some additional functions on older devices.

Older devices and devices struggling to keep background services open will find this functionality useful.

The persistent service will only start once it is enabled and when the application is not in the foreground (active). To test you can access preferences under Transcribable > Settings and manually start the persistent service.

Disclaimer & Notices

** Sharing support is subject to the available applications installed on the device and supported capabilities (intents).

Google Play and the Google Play logo are trademarks of Google LLC.

Our offline speech recognition service uses: Whisper.cpp (a C++ port of Whisper) and Silero VAD (via Onnx) and big thanks to the developers behind these projects.

Terms & Privacy Policy

Your use of the application: Transcribable from Oddineers Ltd. is subject to the following: Terms & Conditions and Privacy Policy.

Transcribable – Privacy Policy

descriptionStandard

Last updated: 12/08/2022 Privacy Policy Oddineers Ltd. built the Transcribe application as a Free app with optional in-app purchases. Transcribable is available on Google Play for Android and an optional companion application for Wear OS. This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if…

Last updated: 12/08/2022

Privacy Policy

Oddineers Ltd. built the Transcribe application as a Free app with optional in-app purchases. Transcribable is available on Google Play for Android and an optional companion application for Wear OS.

This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.

If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Transcribe unless otherwise defined in this Privacy Policy.

Information Collection and Use

For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information, including but not limited to: if you make an in-app purchase; your email address will be stored, we may periodically validate your in-app purchase transactions, otherwise no other data is collected. The information that we request will be retained by us and used as described in this privacy policy.

The app does use third party services that may collect information used to identify you.

Link to privacy policy of third party service providers used by the app

Log Data

We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics.

Cookies

Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device’s internal memory.

This Service does not use these “cookies” explicitly. However, the app may use third party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service.

Service Providers

We may employ third-party companies and individuals due to the following reasons:

  • To facilitate our Service;
  • To provide the Service on our behalf;
  • To perform Service-related services; or
  • To assist us in analyzing how our Service is used.

We want to inform users of this Service that these third parties have access to your Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose.

Security

We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security.

This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by us. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.

Children’s Privacy

These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13. In the case we discover that a child under 13 has provided us with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact us so that we will be able to do necessary actions.

Changes to This Privacy Policy

We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page.

Contact Us

If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us at info.apps@oddineers.co.uk.

Transcribable – Terms & Conditions

descriptionStandard

By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not allowed to copy, or modify the app, any part of the app, or our trademarks in any way. You’re not allowed to attempt to extract…

By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not allowed to copy, or modify the app, any part of the app, or our trademarks in any way. You’re not allowed to attempt to extract the source code of the app, and you also shouldn’t try to translate the app into other languages, or make derivative versions. The app itself, and all the trade marks, copyright, database rights and other intellectual property rights related to it, still belong to Oddineers Ltd.

Oddineers Ltd. is committed to ensuring that the app is as useful and efficient as possible. For that reason, we reserve the right to make changes to the app or to charge for its services, at any time and for any reason. We will never charge you for the app or its services without making it very clear to you exactly what you’re paying for.

The Oddineers Ltd. app stores and processes personal data that you have provided to us, in order to provide our Service. It’s your responsibility to keep your phone and access to the app secure. We therefore recommend that you do not jailbreak or root your phone, which is the process of removing software restrictions and limitations imposed by the official operating system of your device. It could make your phone vulnerable to malware/viruses/malicious programs, compromise your phone’s security features and it could mean that the app won’t work properly or at all.

The application does use third party services that declare their own Terms and Conditions.

You should be aware that there are certain things that Oddineers Ltd. will not take responsibility for. Certain functions of the app will require the app to have an active internet connection. The connection can be Wi-Fi, or provided by your mobile network provider, but Oddineers Ltd. cannot take responsibility for the app not working at full functionality if you don’t have access to Wi-Fi, and you don’t have any of your data allowance left.

If you’re using the app outside of an area with Wi-Fi, you should remember that your terms of the agreement with your mobile network provider will still apply. As a result, you may be charged by your mobile provider for the cost of data for the duration of the connection while accessing the app, or other third party charges. In using the app, you’re accepting responsibility for any such charges, including roaming data charges if you use the app outside of your home territory (i.e. region or country) without turning off data roaming. If you are not the bill payer for the device on which you’re using the app, please be aware that we assume that you have received permission from the bill payer for using the app.

Along the same lines, Oddineers Ltd. cannot always take responsibility for the way you use the app i.e. You need to make sure that your device stays charged – if it runs out of battery and you can’t turn it on to avail the Service, Oddineers Ltd. cannot accept responsibility.

With respect to Oddineers Ltd.’s responsibility for your use of the app, when you’re using the app, it’s important to bear in mind that although we endeavour to ensure that it is updated and correct at all times, we do rely on third parties to provide information to us so that we can make it available to you. Oddineers Ltd. accepts no liability for any loss, direct or indirect, you experience as a result of relying wholly on this functionality of the app.

At some point, we may wish to update the app. The app is currently available on Android – the requirements for system(and for any additional systems we decide to extend the availability of the app to) may change, and you’ll need to download the updates if you want to keep using the app. Oddineers Ltd. does not promise that it will always update the app so that it is relevant to you and/or works with the Android version that you have installed on your device. However, you promise to always accept updates to the application when offered to you, We may also wish to stop providing the app, and may terminate use of it at any time without giving notice of termination to you. Unless we tell you otherwise, upon any termination, (a) the rights and licenses granted to you in these terms will end; (b) you must stop using the app, and (if needed) delete it from your device.

Changes to This Terms and Conditions

We may update our Terms and Conditions from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Terms and Conditions on this page.

These terms and conditions are effective as of 24/07/2020.

Contact Us

If you have any questions or suggestions about our Terms and Conditions, do not hesitate to contact us at Oddineers Ltd.