Skip to content

Commit

Permalink
Replace _get_tts patching to resolve unit test failure (marked for …
Browse files Browse the repository at this point in the history
…deprecation before next stable release)
  • Loading branch information
NeonDaniel committed Feb 12, 2025
1 parent 9edc247 commit 019f31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_audio/tts/neon.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def __new__(cls, base_engine, *args, **kwargs):
base_engine.execute = cls.execute
base_engine.get_multiple_tts = cls.get_multiple_tts
# TODO: Below method is only to bridge compatibility
# base_engine._get_tts = cls._get_tts
base_engine._get_tts = cls._get_tts
base_engine._init_playback = cls._init_playback
base_engine.lang = cls.lang
return cls._init_neon(base_engine, *args, **kwargs)
Expand Down

0 comments on commit 019f31a

Please sign in to comment.