/virlow-flutter-recorder

The Virlow Flutter Recorder is an open-source Flutter application that can transcribe recorded audio, plus it includes TL;DR and Short Hand Notes for your transcription. It also consists of a rich text editor that allows you to edit the transcription plus add any additional notes you require.

Primary LanguageDart

Virlow Flutter Recorder

Version 2.2.0-beta

The Virlow Flutter Recorder is an open-source Flutter application that can transcribe recorded audio, plus it includes TL;DR and Short Hand Notes for your transcription. It also consists of a rich text editor that allows you to edit the transcription plus add any additional notes you require.

Virlow Flutter Recorder has been tested for iOS.

Features

  • Voice recorder
  • Transcribe your recordings
  • TL;DR which helps you summarize your transcribed audio file into concise, easy-to-digest content so you can free yourself from information overload.
  • With Short Hand Notes, you can turn your transcribed audio file into concise notes for an easy-to-read summary.
  • Rich Text Editor
  • Locally saved files
  • Group your recordings

The Virlow Flutter Recorder leverages the Virlow Speech-to-Text API for transcription as well as TL;DR and Short Hand Notes. The Virlow API can automatically convert audio/video files and live audio streams to text with Virlow’s Speech-to-Text APIs. Powered by cutting edge AI models.

View the version on the Apple App Store

Getting Started with the OSS

  1. Find instructions for setting up your development machine with the Flutter framework on Flutter’s Get started page. The specific steps vary by platform

  2. This project uses the Virlow Speech-to-Text API. You will need to register and generate an API key to use this within your own project.

  3. To run your project, you’ll need to use one of the following options:

    • Run either iOS Simulator or an Android emulator.
    • Have an iOS or Android device set up for development
  4. Clone this repository.

  5. Update the assets/cfg/app_settings.json with your Virlow API key.

  6. Run flutter pub get.

  7. In VS Code select a platform — for example, the Pixel mobile emulator — and wait while the emulator launches.

  8. Once the emulator is ready, build and run by pressing F5, by selecting Debug ▸ Start Debugging from the menu or by clicking the triangular Play icon in the top right.

Change Log