Skip to content

sinapsis-speech v0.1.0

Choose a tag to compare

@Natalia-OsorioClavijo Natalia-OsorioClavijo released this 19 Mar 21:47
· 45 commits to main since this release
d675752

The sinapsis-speech monorepo provides a sinapsis-elevenlabs package with templates that provide a flexible and reusable framework for text-to-speech and voice generation workflows. This release introduces a core template system that allows developers to:

  1. Define Custom Templates: Create reusable blueprints for text-to-speech and voice synthesis tasks.
  2. Compose Complex Workflows: Combine multiple templates to build sophisticated data processing pipelines.
  3. Modify Attributes Dynamically: Update template attributes through a dedicated method while preserving metadata.
  4. Integrate with Data Containers: Process and transform data within a unified data container system.

The sinapsis-elevenlabs include templates to perform:

  • Text-to-speech: Template for converting text into speech using ElevenLabs' voice models.
  • Voice generation: Template for generating custom synthetic voices based on user-provided descriptions.