This package browser is in early development. Mind the rough edges.

nerd-dictation

Offline speech-to-text for desktop Linux

This package provides simple access speech to text for using in Linux without being tied to a desktop environment, using the vosk-api. The user configuration lets you manipulate text using Python string operations. It has zero overhead, as this relies on manual activation and there are no background processes. Dictation is accessed manually with nerd-dictation begin and nerd-dictation end commands.

Installation

Install the latest version of nerd-dictation as follows:

guix install nerd-dictation

Or install a particular version:

guix install nerd-dictation@0-1.0eb44b7

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of nerd-dictation about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/nerd-dictation'><img src='https://packages.guix.gnu.org/packages/nerd-dictation/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/nerd-dictation/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/nerd-dictation)

Example Org:

[[https://packages.guix.gnu.org/packages/nerd-dictation][https://packages.guix.gnu.org/packages/nerd-dictation/badges/latest-version.svg]]