Metadata-Version: 2.1
Name: voice-annotation-tool
Version: 1.8.2
Summary: Utility to annotate short voice samples
Home-page: https://github.com/tud-zih-energy/voice-annotation-tool
Author: Feliks Weber
Author-email: feliks.weber@tu-dresden.de
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/tud-zih-energy/voice-annotation-tool/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Voice Annotation Tool

This program allows annotation of a list of audio files and exporting it in a similar format as [Mozilla's CommonVoice dataset](https://commonvoice.mozilla.org).

## Installation

Install the package system-wide:

```bash
git clone https://github.com/tud-zih-energy/voice-annotation-tool.git
pip3 install voice-annotation-tool
```

## Usage

Launching the program:

```bash
voice-annotation-tool
```

To get started, create a project by providing the folder with the audio samples and the location of the .tsv file in which the annotations will be stored.

The tsv file is exported when the project is saved. Samples added to the audio folder after the project is created are added when the project is opened.

## Translation

To generate the translation file, run the following command:

```bash
pyside6-lupdate src/voice_annotation_tool/* . -ts translations/<LANGUAGE>.ts
```

Then open the file in QT Linguist and update the missing fields. After reinstalling the package the translation is updated.


