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.1.tar.gz
(36.6 kB
view details)
Built Distribution
File details
Details for the file voxscribe-1.1.1.tar.gz
.
File metadata
- Download URL: voxscribe-1.1.1.tar.gz
- Upload date:
- Size: 36.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a75c9ab0b23df34a2df234aa8a8463b4595b473b8fe3826665be4dab22b39de |
|
MD5 | 4e81ebc5704c315297da71b3f1f888d4 |
|
BLAKE2b-256 | d20c81607e8aff390d8ad53563de111c1f19eecb68ff8c58fdc415a16f317967 |
Provenance
File details
Details for the file voxscribe-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: voxscribe-1.1.1-py3-none-any.whl
- Upload date:
- Size: 3.8 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 | 9e989dd0f21afd96e2cd31473c2981435763712bb70af83e46255b7f0e5bfe1e |
|
MD5 | dce96837383ab6d8758facaacb3bf39b |
|
BLAKE2b-256 | 03797a01bba14e713dfb6f087189d8372044487ed082f8b9fb1cfab294eedb6f |