fix: ESP-HI audio sampling problem (#1207)

This commit is contained in:
Xiaoxia
2025-09-16 17:23:52 +08:00
committed by GitHub
parent 5018f6c03a
commit d188415949
7 changed files with 64 additions and 9 deletions

View File

@@ -37,6 +37,8 @@ public:
virtual void SetEmotion(const char* emotion) override;
virtual void SetStatus(const char* status) override;
virtual void SetChatMessage(const char* role, const char* content) override {}
anim::EmojiPlayer* GetPlayer()
{
return player_.get();