Extract text from .wav and .mp3 files.
Project description
voxscribe
Extract text from .wav and .mp3 files.
Install with:
pip install voxscribe
FFmpeg also needs to be installed and in your PATH.
It can be obtained here: https://ffmpeg.org/
Usage:
from voxscribe import get_text_from_url, get_text_from_WAV, get_text_from_MP3 # For web hosted audio (mp3 or wav needs to be specified in the second argument) text = get_text_from_url("https://github.com/matt-manes/voxscribeTestAudio/blob/main/testaudio.mp3?raw=true", '.mp3') #For local files text = get_text_from_MP3('some/filePath/someAudio.mp3') #or text = get_text_from_WAV('some/other/filePath/someOtherAudio.wav')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
voxscribe-1.1.2.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for voxscribe-1.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40205e6503446cdefd554174d88a80512bfa6ff08aa27f025c109f0c58572c0d |
|
MD5 | 8c6d4f386179e8193860c11d0833cfe3 |
|
BLAKE2b-256 | 5863ce378c0c7e086a2ac6cf16bdd2fcb6f6ec3d68bdd723888bc056c8837f2f |