Metadata-Version: 2.1
Name: generate_elan
Version: 1.1.0
Summary: Automatic ELAN generation package.
Home-page: UNKNOWN
Author: Md. Shahad Mahmud Chowdhury
Author-email: shahad9381@gmail.com
License: UNKNOWN
Keywords: STT,ASR,TTS,ELAN,annotation
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# GENERATE ELAN

This package reads all the audio files in the directory and generates an ELAN file for each audio file.

## Installing

You can install this package by running the following command from PyPi:

```bash
pip install generate-elan
```

## How to use

Generate ELAN files (with `.eaf` extension) from of audio files from a directory:

```bash
python -m generate_elan -d DIRECTORY
```

You can also specify some options:

```bash
-d DIRECTORY, --directory DIRECTORY
                        Directory containing audio files
-e EXTENSION, --extension EXTENSION
                        Audio extension
```


