open-speech-org / openspeechlib

4 stars 1 forks source link

openspeechlib

This is a package that includes several utilities to extract information from a speech signal, download open speech resources and others related speech activities.

Currently openspeechlib is in active development, if you have suggestion, requests of improvements please leave a issue using the Github Issue system for this repository

Some useful links

Logging

If you want verbose information of the process please use in your script

import logging
logging.basicConfig(level=logging.DEBUG)