FLUTTER ECOSYSTEM

virlow-voice/virlow-flutter-recorder

O Virlow Flutter Recorder é um aplicativo de código aberto em Flutter que pode transcrever áudio gravado, além de incluir resumos (TL;DR) e anotações rápidas para sua transcrição. Ele também possui um editor de texto rico que permite editar a transcrição e adicionar quaisquer notas adicionais que você precisar.

Capa do projeto Gravador Flutter Virlow
Stars
44
Forks
7
Último push (UTC)
25 de jun. de 2022
Status do projeto
Ativo
virlow-voice GitHub avatar
GITHUB User

virlow-voice ↗

LinguagensDartC++CMakeHTMLRubyCSwiftKotlinObjective-C

Pacotes e exemplos relacionados

Dependências usadas

Lista de dependências 30 itens

Categorias de apps

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

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.

https://raw.githubusercontent.com/virlow-voice/virlow-flutter-recorder/HEAD/virlow.gif

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