mirror of
https://github.com/pstrueb/piper.git
synced 2026-05-10 15:28:01 +00:00
Merge branch 'master' of https://github.com/rhasspy/piper
This commit is contained in:
@@ -87,7 +87,7 @@ class Piper:
|
||||
dtype=np.float32,
|
||||
)
|
||||
|
||||
if (self.config.num_speakers > 1) and (speaker_id is not None):
|
||||
if (self.config.num_speakers > 1) and (speaker_id is None):
|
||||
# Default speaker
|
||||
speaker_id = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user