RealTimeSTT

View on PyPIReverse Dependencies (1)

0.3.93 RealtimeSTT-0.3.93-py3-none-any.whl

Wheel Details

Project: RealTimeSTT
Version: 0.3.93
Filename: RealtimeSTT-0.3.93-py3-none-any.whl
Download: [link]
Size: 60909
MD5: ad920a8744414d6c34577b4a522a9062
SHA256: a98f05271c57ea662de01c01d87a08b744599ce89b821503d4960be68fe04ee4
Uploaded: 2024-12-18 18:16:55 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: RealtimeSTT
Version: 0.3.93
Summary: A fast Voice Activity Detection and Transcription System
Author: Kolja Beigel
Author-Email: kolja.beigel[at]web.de
Home-Page: https://github.com/KoljaB/RealTimeSTT
Keywords: real-time,audio,transcription,speech-to-text,voice-activity-detection,VAD,real-time-transcription,ambient-noise-detection,microphone-input,faster_whisper,speech-recognition,voice-assistants,audio-processing,buffered-transcription,pyaudio,ambient-noise-level,voice-deactivity
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: PyAudio (==0.2.14)
Requires-Dist: faster-whisper (==1.1.0)
Requires-Dist: pvporcupine (==1.9.5)
Requires-Dist: webrtcvad-wheels (==2.0.14)
Requires-Dist: halo (==0.0.31)
Requires-Dist: torch
Requires-Dist: torchaudio
Requires-Dist: scipy (==1.14.1)
Requires-Dist: openwakeword (>=0.4.0)
Requires-Dist: websockets (==14.1)
Requires-Dist: websocket-client (==1.8.0)
Requires-Dist: numpy (<2.0.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 27582 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.1.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
RealtimeSTT/__init__.py sha256=QqfIKV6KcxCHp6CdM4yt9QU_ZUC531_P85NnalmXvPg 146
RealtimeSTT/audio_input.py sha256=FSCtBTq7L4MYdMQ7bSg0r4wnszwtaWff1MQb4qmtfuo 6588
RealtimeSTT/audio_recorder.py sha256=Gtb3m5ndCck7Z2fJeOwobFbSUdVKjjN7bX9OAVX1Urk 122264
RealtimeSTT/audio_recorder_client.py sha256=vwFXVKMmn2iTcnVVBXcNL2Q3E6w9IMhaYwYAZdIceRY 34537
RealtimeSTT_server/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
RealtimeSTT_server/install_packages.py sha256=Kas30Scw4-S67uzmpc5CWTQQM31_lJ8gTDTX8Bbz784 2457
RealtimeSTT_server/stt_cli_client.py sha256=nHItrVCYqIdMjTTEzsobk2z_JflQoqRgRqt3NTfPr-c 12432
RealtimeSTT_server/stt_server.py sha256=IM5N1L38dyFugHIW57J8iLFYrSBjtoOF4xrrmo9yZGs 45649
RealtimeSTT-0.3.93.dist-info/LICENSE sha256=BZo2O4lOSCIKSqehC75Kt-fSd0e13qHSneo_I8DWPec 1090
RealtimeSTT-0.3.93.dist-info/METADATA sha256=gGUG4TtOZCwBGg_4W-3P73FAnguJgxRe8_tFx2k5XuM 29331
RealtimeSTT-0.3.93.dist-info/WHEEL sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ 91
RealtimeSTT-0.3.93.dist-info/entry_points.txt sha256=VNXufFNKGxoXnSceb8kZ3Z9g_3NmZoHpg2ZqiOdm4qs 111
RealtimeSTT-0.3.93.dist-info/top_level.txt sha256=8Kb05Uk7tRrXzR3HNl8JQFiu5B47WTdWQmhodmnmhMg 31
RealtimeSTT-0.3.93.dist-info/RECORD

top_level.txt

RealtimeSTT
RealtimeSTT_server

entry_points.txt

stt = RealtimeSTT_server.stt_cli_client:main
stt-server = RealtimeSTT_server.stt_server:main