Skip to main content

A real-time speech-to-text clipboard tool.

Project description

asr2clip -- Speech-to-Text Clipboard Tool

中文

This tool is designed to recognize speech in real-time, convert it to text, and automatically copy the text to the system clipboard. The tool leverages API services for speech recognition and uses Python libraries for audio capture and clipboard management.

Prerequisites

Before you begin, ensure you have the following ready:

  • Python 3.8 or higher: The tool is written in Python, so you'll need Python installed on your system.
  • API Key: You will need an API key from a speech recognition service (e.g., OpenAI/Whisper API or a compatible ASR API, such as FunAudioLLM/SenseVoiceSmall at siliconflow or xinference). Make sure you have the necessary credentials.

Installation

Option 1: Install via pip or pipx

You can install asr2clip directly from PyPI using pip or pipx:

# Install using pip
pip install asr2clip

# Alternatively, install using pipx (recommended for isolated environments)
pipx install asr2clip

Option 2: Install from source

  1. Clone the repository (if applicable):
git clone https://github.com/Oaklight/asr2clip.git
cd asr2clip
  1. Install the required Python packages:
pip install -r requirements.txt

Option 3: Install using Conda

If you are using Conda, you can create an environment using the provided environment.yaml file:

conda env create -f environment.yaml
conda activate asr
  1. Set up your API key:
    • Create a asr2clip.conf file in the root directory of the project or in your ~/.config/ directory. A sample file asr2clip.conf.example is provided.
    • Add your API key to the asr2clip.conf file in YAML format:
api_key: your_api_key_here
api_base_url: https://api.openai.com/v1
model_name: whisper-1
  1. Note for Linux users: If you are using pyperclip on Linux, make sure to install xclip or xsel. You can install them using the following commands:
sudo apt-get install xsel # Basic clipboard functionality
sudo apt-get install xclip # More advanced functionality

Usage

  1. Run the tool:
asr2clip
  1. Start speaking:

    • The tool will start capturing audio from your microphone.
    • It will send the audio to the API for speech recognition.
    • The recognized text will be automatically copied to your system clipboard.
  2. Stop the tool:

    • Press Ctrl+C to stop the tool.

Additional Options

  • Transcribe from a file: You can transcribe an audio file directly by specifying the file path. The tool supports any audio format that pydub can handle (e.g., MP3, WAV, FLAC, AAC):
asr2clip --input /path/to/audio/file.mp3
  • Read audio data from stdin: You can also pipe audio data directly into the tool:
cat /path/to/audio/file.wav | asr2clip --stdin
  • Set recording duration: You can specify the duration of the recording in seconds:
asr2clip --duration 10

Configuration

You can customize the tool by modifying the asr2clip.conf file. For example, you can change the API endpoint, audio sampling rate, or other parameters depending on the API service you are using.

Example

$ ./asr2clip.py --duration 5
Recording for 5 seconds...
Recording complete.
Transcribing audio...
Transcribed Text:
-----------------
1,2,3,3,2,1. This is the English test.
The transcribed text has been copied to the clipboard.

Troubleshooting

  • Audio not captured: Ensure your microphone is properly connected and configured.
  • API errors: Check your API key and ensure you have sufficient credits or permissions.
  • Clipboard issues: Ensure pyperclip is correctly installed and compatible with your operating system. Linux users need to install xclip or xsel.

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request. We welcome any improvements or new features!

License

This project is licensed under the GNU Affero General Public License v3.0. See the LICENSE file for details.

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

asr2clip-0.3.0.tar.gz (17.5 kB view details)

Uploaded Source

Built Distribution

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

asr2clip-0.3.0-py3-none-any.whl (18.1 kB view details)

Uploaded Python 3

File details

Details for the file asr2clip-0.3.0.tar.gz.

File metadata

  • Download URL: asr2clip-0.3.0.tar.gz
  • Upload date:
  • Size: 17.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.20

File hashes

Hashes for asr2clip-0.3.0.tar.gz
Algorithm Hash digest
SHA256 4157e5346f307a651ed8d1d5fda472763b4a493a2785c98297cc2752bf3cae64
MD5 677ebf3079abb8a16aa82602bdd3245f
BLAKE2b-256 3e4559f5e580447fb8b5dd7762805dc15e980aa07cfaa25348298220d7630900

See more details on using hashes here.

File details

Details for the file asr2clip-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: asr2clip-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 18.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.20

File hashes

Hashes for asr2clip-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 854d0520cf6085708ec29461976d765f2247a76acb11ecacca0b9a55c113365a
MD5 4818743e37843a43f6e1aaf405f62c96
BLAKE2b-256 fc4ebe5eb2676d81e32a93d52657c1fcb2bea1112f1dab595d4b9f2130a6fbfe

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