This commit is contained in:
2026-01-27 16:28:17 +08:00
parent ce889e1ed0
commit 2b749cd2b0
26 changed files with 1092 additions and 128 deletions

View File

@@ -47,6 +47,12 @@ typedef NS_ENUM(NSInteger, KBAiRecordButtonState) {
/// 主色调
@property(nonatomic, strong) UIColor *tintColor;
/// 正常状态左侧图标
@property(nonatomic, strong, nullable) UIImage *normalIconImage;
/// 录音中状态图标(居中显示)
@property(nonatomic, strong, nullable) UIImage *recordingIconImage;
/// 更新音量(用于波形动画)
/// @param rms 音量 RMS 值 (0.0 - 1.0)
- (void)updateVolumeRMS:(float)rms;