Skip to main content

D-Bus service providing speech-to-text functionality for GNOME Shell

Project description

GNOME Speech2Text Service

A D-Bus service that provides speech-to-text functionality for the GNOME Shell Speech2Text extension.

Overview

This service handles the actual speech recognition processing using OpenAI's Whisper model locally. It runs as a D-Bus service and communicates with the GNOME Shell extension to provide seamless speech-to-text functionality.

Features

  • Real-time speech recognition using OpenAI Whisper
  • D-Bus integration for seamless desktop integration
  • Audio recording with configurable duration
  • Multiple output modes (clipboard, text insertion, preview)
  • Error handling and recovery
  • Session management for multiple concurrent recordings

Installation

System Dependencies

This service requires several system packages to be installed. See the main README.md for the complete list of system dependencies.

Service Installation

The service is available on PyPI and can be installed via pip:

pip install gnome-speech2text-service

PyPI Package: gnome-speech2text-service

Or from the source repository:

cd service/
pip install .

D-Bus Registration

After installation, you need to register the D-Bus service and desktop entry. Recommended options:

  1. Using the repository (local source install)
# From the repo root
./src/install-service.sh --local
  1. Using the bundled installer (PyPI install)
# From the repo root
./src/install-service.sh --pypi

The installer will:

  • Create a per-user virtual environment under ~/.local/share/gnome-speech2text-service/venv
  • Install the gnome-speech2text-service package
  • Register the D-Bus service at ~/.local/share/dbus-1/services/org.gnome.Shell.Extensions.Speech2Text.service
  • Create a desktop entry at ~/.local/share/applications/gnome-speech2text-service.desktop

Usage

Starting the Service

The service is D-Bus activated and starts automatically when requested by the extension. You can also start it manually:

# If the entry point is on PATH (pip install)
gnome-speech2text-service

# Or via the per-user wrapper created by the installer
~/.local/share/gnome-speech2text-service/gnome-speech2text-service

Configuration

The service uses OpenAI's Whisper model locally for speech recognition. No API key is required. All processing happens on your local machine for complete privacy.

D-Bus Interface

The service provides the following D-Bus methods:

  • StartRecording(duration, copy_to_clipboard, preview_mode)recording_id
  • StopRecording(recording_id)success
  • GetRecordingStatus(recording_id)status, progress
  • CancelRecording(recording_id)success

Signals:

  • TranscriptionReady(recording_id, text)
  • RecordingProgress(recording_id, progress)
  • RecordingError(recording_id, error_message)

Requirements

  • Python: 3.8 or higher
  • System: Linux with D-Bus support
  • Desktop: GNOME Shell (tested on GNOME 46+)

License

This project is licensed under the GPL-3.0-or-later license. See the LICENSE file for details.

Contributing

Contributions are welcome! Please see the main repository for contribution guidelines: https://github.com/kavehtehrani/gnome-speech2text

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gnome_speech2text_service-1.0.8.tar.gz (24.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gnome_speech2text_service-1.0.8-py3-none-any.whl (23.6 kB view details)

Uploaded Python 3

File details

Details for the file gnome_speech2text_service-1.0.8.tar.gz.

File metadata

File hashes

Hashes for gnome_speech2text_service-1.0.8.tar.gz
Algorithm Hash digest
SHA256 40f4bafd294f68fd424cefecd9fab01503cc6c55c1f9e05d9f177281c5ed0504
MD5 4c81d4006fbe44d32421e830e7287844
BLAKE2b-256 23568c04370cba3d9543be3e212169ad520dca2ad2da58dc228a8e60142b4e8d

See more details on using hashes here.

File details

Details for the file gnome_speech2text_service-1.0.8-py3-none-any.whl.

File metadata

File hashes

Hashes for gnome_speech2text_service-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 9673235a04f03364361c5829cb2dfac190e2a59e4eaef340c06b849897346dee
MD5 cfb7345f6cdaf3aa46bafb5a7c3b7945
BLAKE2b-256 49c329e6ad33da2e7d5c64e35122799b9096a8697fba9bfd0e6fd7c0a39cc4f7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page