voxscribe

1from .voxscribe import (clean_up, get_text_from_base64, get_text_from_MP3,
2                        get_text_from_url, get_text_from_WAV)
3
4""" FFMPEG needs to be installed and in your PATH for this module to work. """
5clean_up(max_age=5)