Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel McKnight committed Sep 13, 2024
1 parent bcef725 commit 9fe0a6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion neon_audio/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

from threading import Event

from ovos_bus_client import Message
from ovos_utils.log import LOG, log_deprecation
from neon_audio.tts import TTSFactory
from neon_utils.messagebus_utils import get_messagebus
Expand Down
1 change: 1 addition & 0 deletions neon_audio/tts/neon.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def resume(self):

class WrappedTTS(TTS):
def __new__(cls, base_engine, *args, **kwargs):
LOG.info(f"Creating wrapped TTS object for {base_engine}")
base_engine.execute = cls.execute
base_engine.get_multiple_tts = cls.get_multiple_tts
# TODO: Below method is only to bridge compatibility
Expand Down

0 comments on commit 9fe0a6a

Please sign in to comment.