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 details)
Built Distribution
File details
Details for the file voxscribe-1.1.2.tar.gz
.
File metadata
- Download URL: voxscribe-1.1.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ed1e391b1476a1c9309a982f3cef8e4db1c4636edd140eed5dabe7c1ec7ec65 |
|
MD5 | cfcce74328f13e1dfcaae2273a78416f |
|
BLAKE2b-256 | 7635ed974791cd2d8b8a4c10451cf123ee6c93a04330b3bd7738a3541471f2ff |
File details
Details for the file voxscribe-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: voxscribe-1.1.2-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40205e6503446cdefd554174d88a80512bfa6ff08aa27f025c109f0c58572c0d |
|
MD5 | 8c6d4f386179e8193860c11d0833cfe3 |
|
BLAKE2b-256 | 5863ce378c0c7e086a2ac6cf16bdd2fcb6f6ec3d68bdd723888bc056c8837f2f |