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 getTextFromUrl, getTextFromWav, getTextFromMp3 # For web hosted audio (mp3 or wav needs to be specified in the second argument) text = getTextFromUrl('https://somewebsite.com/the-page-where-we-keep-sounds/guess-what-im-saying.mp3', '.mp3') #For local files text = getTextFromMp3('some/filePath/someAudio.mp3') #or text = getTextFromWav('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-0.1.2.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file voxscribe-0.1.2.tar.gz
.
File metadata
- Download URL: voxscribe-0.1.2.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1369d860530d9b39dad7f374e337f9939063707ed1cecc5da047415f2e1b17ef |
|
MD5 | bc541a7cf2b4b38121092498205551ce |
|
BLAKE2b-256 | 780755bb7e39d52f3bf9cdcb2154d5d925579a8c6f4bae24e3b640aae1b4d992 |
File details
Details for the file voxscribe-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: voxscribe-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.6 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 | dd37a943d6bbf167f9d698d1eea3f88c24f4adad76d6f57efb51e9707da77958 |
|
MD5 | 86c7f6b8272fce258ad9eb516bf9771d |
|
BLAKE2b-256 | 2cb8da39fb79a120f7262deb9475a657ed8d3bc1019467a8bff9e20fca3bcf50 |