Picovoice / orca

On-device streaming text-to-speech engine powered by deep learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orca Issue: male voice is not available in the python package

sassanh opened this issue · comments

Have you checked the docs and existing issues?

  • I have read all of the relevant Picovoice Orca docs
  • I have searched the existing issues for Orca

SDK

Python

Orca package version

0.1.4

Framework version

Python 3.11

Platform

macOS (x86_64, arm64)

OS/Browser version

macOS 14.4

Describe the bug

Male voice is not available in the installed package

Steps To Reproduce

$ ls lib/python3.11/site-packages/pvorca/
lib/common/
orca_params_female.pv

Expected Behavior

$ ls lib/python3.11/site-packages/pvorca/
lib/common/
orca_params_female.pv
orca_params_male.pv

@sassanh - that's correct, we only include a single default voice for convenience. We may add more voices in the future and we will be unable to ship them all with the package. If you would like to switch the voice to male you need to pass the orca_params_male.pv file on initialization as indicated in this section of the Orca docs.