Whispering

screenshot of Whispering
svelte
tailwind

Overview

Whispering is an open-source project that aims to streamline the voice-to-text experience by utilizing the OpenAI Whisper API. This project allows for seamless integration with ChatGPT, enabling users to record and transcribe voice directly in the chat. Additionally, it offers the ability to record and transcribe across any website with a global keyboard shortcut. The transcription is automatically copied to the clipboard and can be configured to automatically paste.

Features

  • Seamless integration with ChatGPT: Whispering adds a recording button to the ChatGPT website, allowing users to record and generate transcriptions from their voice directly in the chat interface.
  • Record and transcribe across any website: Whispering provides a global keyboard shortcut that enables users to record and transcribe voice across any website. The transcription is automatically copied to the clipboard and can be set to automatically paste.
  • Chrome Extension: Whispering offers a Chrome extension that can be installed from the Chrome Web Store.
  • Web App: Whispering provides a web app for easy access and usage of the voice-to-text functionality.
  • Desktop App: Whispering offers a desktop app for even more convenience in using the voice-to-text features.
  • Pause on development: Currently, development of Whispering is on hold due to academic commitments, but future plans include implementing changes with the new Svelte 5 API.
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.