Metadata-Version: 2.4
Name: wirepod_vector_sdk_audio
Version: 0.9.0
Summary: Vector SDK with real-time audio streaming support via wirepod websocket API.
Home-page: https://github.com/kercre123/wirepod-vector-python-sdk
Author: Anki, Inc
Author-email: developer@anki.com
License: Apache License, Version 2.0
Keywords: anki,wire,pod,wire-pod,vector,robot,robotics,sdk,ai,vision,audio,streaming,microphone
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
License-File: LICENSE.txt
Requires-Dist: aiogrpc>=1.4
Requires-Dist: cryptography
Requires-Dist: flask
Requires-Dist: googleapis-common-protos
Requires-Dist: numpy>=1.11
Requires-Dist: Pillow>=3.3
Requires-Dist: requests
Requires-Dist: websockets>=12.0
Provides-Extra: 3dviewer
Requires-Dist: PyOpenGL>=3.1; extra == "3dviewer"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: sphinx_autodoc_typehints; extra == "docs"
Provides-Extra: experimental
Requires-Dist: keras; extra == "experimental"
Requires-Dist: scikit-learn; extra == "experimental"
Requires-Dist: scipy; extra == "experimental"
Requires-Dist: tensorflow; extra == "experimental"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: requests; extra == "test"
Requires-Dist: requests_toolbelt; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary


Anki/DDL Vector - Python SDK with Audio Streaming:
    Fork with real-time microphone audio streaming via wirepod

## With support for Production, wire-pod and OSKR robots! ##
This fork extends the wirepod Vector Python SDK with real-time audio
streaming capabilities via wirepod's websocket API.

NEW FEATURES:
    * Real-time microphone audio streaming from Vector
    * AudioStreamClient for websocket-based audio capture
    * Trigger Vector to listen without "Hey Vector" wake word
    * Save audio recordings as WAV files

REQUIREMENTS:
    * A modified wirepod server with audio streaming support
    * websockets library (automatically installed)

The Vector SDK gives you direct access to Vector's unprecedented set of
advanced sensors, AI capabilities, and robotics technologies including
computer vision, intelligent mapping and navigation, and a groundbreaking
collection of expressive animations.

Requirements:
    * Python 3.7+
    * wirepod server with audio streaming enabled
