Docs fixes for 0.0.90 release
This commit is contained in:
@@ -50,6 +50,7 @@ autodoc_mock_imports = [
|
|||||||
# Krisp - has build issues on some platforms
|
# Krisp - has build issues on some platforms
|
||||||
"pipecat_ai_krisp",
|
"pipecat_ai_krisp",
|
||||||
"krisp",
|
"krisp",
|
||||||
|
"krisp_audio",
|
||||||
# System-specific GUI libraries
|
# System-specific GUI libraries
|
||||||
"_tkinter",
|
"_tkinter",
|
||||||
"tkinter",
|
"tkinter",
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ class HumeTTSService(TTSService):
|
|||||||
"""Hume Octave Text-to-Speech service.
|
"""Hume Octave Text-to-Speech service.
|
||||||
|
|
||||||
Streams PCM audio via Hume's HTTP output streaming (JSON chunks) endpoint
|
Streams PCM audio via Hume's HTTP output streaming (JSON chunks) endpoint
|
||||||
using the Python SDK and emits `TTSAudioRawFrame`s suitable for Pipecat transports.
|
using the Python SDK and emits ``TTSAudioRawFrame`` frames suitable for Pipecat transports.
|
||||||
|
|
||||||
Supported features:
|
Supported features:
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ class HumeTTSService(TTSService):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
api_key: Hume API key. If omitted, reads the ``HUME_API_KEY`` environment variable.
|
api_key: Hume API key. If omitted, reads the ``HUME_API_KEY`` environment variable.
|
||||||
voice_id: ID of the voice to use (ID-only; names are not supported here).
|
voice_id: ID of the voice to use. Only voice IDs are supported; voice names are not.
|
||||||
params: Optional synthesis controls (acting instructions, speed, trailing silence).
|
params: Optional synthesis controls (acting instructions, speed, trailing silence).
|
||||||
sample_rate: Output sample rate for emitted PCM frames. Defaults to 48_000 (Hume).
|
sample_rate: Output sample rate for emitted PCM frames. Defaults to 48_000 (Hume).
|
||||||
**kwargs: Additional arguments passed to the parent class.
|
**kwargs: Additional arguments passed to the parent class.
|
||||||
|
|||||||
Reference in New Issue
Block a user