Metadata-Version: 2.1
Name: soyla
Version: 0.0.1
Summary: Simple terminal program to record tts dataset
Home-page: https://github.com/bazukas/soyla
Author: Azat Khasanshin
Author-email: azatkhasanshin@gmail.com
License: UNKNOWN
Description: # About
        
        This is a simple client application for recording speech dataset given a file with text lines.
        I made this program for myself so it might not suit your needs, feel free to open an issue
        to request a feature.
        
        ![Program interface](img/soyla.png)
        
        ## Features
        
        * record audio
        * play audio
        * edit text
        * keep track of recorded lines
        
        # Installing
        
        `pip3 install soyla`
        
        # Using
        
        `python3 -m soyla `*`path_to_lines_file`*` `*`path_to_wavs_dir`*
        
        # Warning
        
        This program has not been tested thoroughly, so if you're going to use it,
        then make sure to back up your lines file, since the program rewrites that
        file each time you make changes to a text.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
