Real time speech to text
Project description
Listener
Listener is a Python library for real-time speech to text conversion.
Installation
Use the package manager pip to install foobar.
pip install py-listener
Basic Usage
from listener import Listener
# prints what the speaker is saying, look at all
# parameters of the constructor to find out more features
listener = Listener(speech_handler=print)
# start listening
listener.listen()
# stops listening
listener.stop()
# start listening again
# listener.listen()
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py_listener-0.1.0.tar.gz
(6.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_listener-0.1.0.tar.gz.
File metadata
- Download URL: py_listener-0.1.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f4468f6a02ffd38f23322d69b44499c8869160f06d0e15ac1141de509a95dcc
|
|
| MD5 |
bce02de2194728214dc0aab83aa3855a
|
|
| BLAKE2b-256 |
246ff8e961d8435476d8b5ba68d88a096e382c9882a40706feb036de76c3e7bf
|
File details
Details for the file py_listener-0.1.0-py3-none-any.whl.
File metadata
- Download URL: py_listener-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19303355613f33f71186962b6aaf1a7e167672ae2a2510f54a14dbe9ec722de0
|
|
| MD5 |
63d362668d128d28ce6e650bee63f898
|
|
| BLAKE2b-256 |
f346628e8d706b27ef43d986cdbb79ce64569615ca42f5f84b0dd97b8b1e383a
|