zyc 689fa8936b Integrate Volcengine realtime voice + Live2D mouth driving
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 15:39:23 +08:00

18 lines
274 B
Objective-C

//
// UniTTSViewController.h
// SpeechDemo
//
// Created by ByteDance on 2025/7/3.
// Copyright © 2025 ByteDance. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UniTTSViewController : UIViewController
@end
NS_ASSUME_NONNULL_END