Usage

Installation

The tool can be install using pip:

$ pip install voice-annotation-tool

To start the program you can use the command line script or execute the python module:

$ voice-annotation-tool
$ python -m voice_annotation_tool

Creating a Project

To get started, click the “Create Project” button. You will be prompted to open the project settings, where you can choose the folder with the audio samples and the location of the tsv file.

The TSV file is used to store the metadata of the audio samples, including the annotated text and the age, gender and accent of the speaker. More about the format can be found here: The CommonVoice TSV Format