Metadata-Version: 2.4
Name: friday-framework-speech
Version: 0.1.0a0
Summary: Speech services (TTS, wake word) for Friday
Project-URL: Homepage, https://github.com/CIChuck/agent-framework
Project-URL: Repository, https://github.com/CIChuck/agent-framework
Project-URL: Issues, https://github.com/CIChuck/agent-framework/issues
Project-URL: Documentation, https://github.com/CIChuck/agent-framework/tree/main/docs
Project-URL: Source, https://github.com/CIChuck/agent-framework/tree/main/packages/friday-speech
Author: Friday Team
License-Expression: MIT
Keywords: assistant,audio,speech,tts,wakeword
Requires-Python: >=3.10
Requires-Dist: friday-framework-core==0.1.0a0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pyyaml>=6.0.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Provides-Extra: elevenlabs
Requires-Dist: elevenlabs>=1.0.0; extra == 'elevenlabs'
Provides-Extra: picovoice
Requires-Dist: pvcobra>=2.0.0; extra == 'picovoice'
Requires-Dist: pvleopard>=2.0.0; extra == 'picovoice'
Requires-Dist: pvorca>=0.1.0; extra == 'picovoice'
Requires-Dist: pvporcupine>=3.0.0; extra == 'picovoice'
Requires-Dist: pvrecorder>=1.2.0; extra == 'picovoice'
Requires-Dist: pvrhino>=2.0.0; extra == 'picovoice'
Requires-Dist: pvspeaker>=0.1.0; extra == 'picovoice'
Description-Content-Type: text/markdown

# Friday Framework Speech

Speech service package for the Friday Framework.

This package provides speech service abstractions and optional text-to-speech,
wake-word, recording, playback, and speech-provider integrations.

## Install

```bash
pip install friday-framework-speech
```

Optional speech providers are available through extras such as `elevenlabs` and
`picovoice`.

## Import Package

```python
import friday_speech
```

## License

MIT
