Skip to content

Commit

Permalink
[beauty] wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kelzr committed Sep 12, 2023
1 parent a637bbd commit ff80b13
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

### 创建 iOS 项目

在 Xcode 中进行以下操作,在你的 app 中实现秀场直播功能
在 Xcode 中进行以下操作,在你的 app 中实现场景化美颜功能

1. [创建一个新的项目](https://help.apple.com/xcode/mac/current/#/dev07db0e578)**Application** 选择 **App****Interface** 选择 **Storyboard****Language** 选择 **Swift**

Expand Down Expand Up @@ -55,7 +55,8 @@

6. 将声网场景化 API 集成到你的项目中。添加 [iOS/BeautyAPi/BeautyAPI](https://github.com/AgoraIO-Community/BeautyAPI/tree/1.0.1.1/iOS/BeautyAPi/BeautyAPI) 目录下的文件到项目中,具体文件如下:

- `Render/FURender` 文件
- `Render/SenseRender` 文件夹
- `SenseRender` 文件夹
- `BeautyAPI.h` 文件
- `BeautyAPI.m` 文件
- `BeautyConfig.h` 文件
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@ RtcEngine.destroy()

### API 时序图

![](https://web-cdn.agora.io/docs-files/1692947832362) //TODO 根据 1.0.1.1 画一个 wsd
![](https://web-cdn.agora.io/docs-files/1692947832362)
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

### 创建 iOS 项目

在 Xcode 中进行以下操作,在你的 app 中实现秀场直播功能
在 Xcode 中进行以下操作,在你的 app 中实现场景化美颜功能

1. [创建一个新的项目](https://help.apple.com/xcode/mac/current/#/dev07db0e578)**Application** 选择 **App****Interface** 选择 **Storyboard****Language** 选择 **Swift**

Expand Down
2 changes: 1 addition & 1 deletion markdown/beauty/字节/beauty_integration_bytedance_ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

### 创建 iOS 项目

在 Xcode 中进行以下操作,在你的 app 中实现秀场直播功能
在 Xcode 中进行以下操作,在你的 app 中实现场景化美颜功能

1. [创建一个新的项目](https://help.apple.com/xcode/mac/current/#/dev07db0e578)**Application** 选择 **App****Interface** 选择 **Storyboard****Language** 选择 **Swift**

Expand Down
2 changes: 1 addition & 1 deletion markdown/beauty/相芯/beauty_integration_faceunity_ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

### 创建 iOS 项目

在 Xcode 中进行以下操作,在你的 app 中实现秀场直播功能
在 Xcode 中进行以下操作,在你的 app 中实现场景化美颜功能

1. [创建一个新的项目](https://help.apple.com/xcode/mac/current/#/dev07db0e578)**Application** 选择 **App****Interface** 选择 **Storyboard****Language** 选择 **Swift**

Expand Down

0 comments on commit ff80b13

Please sign in to comment.