Mentioning the iOS client inside the changelog and fixing the readme.
This commit is contained in:
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Added a new iOS client option to the `SmallWebRTCTransport` **video-transform** example.
|
||||||
|
|
||||||
- Added new processors `ProducerProcessor` and `ConsumerProcessor`. The
|
- Added new processors `ProducerProcessor` and `ConsumerProcessor`. The
|
||||||
producer processor processes frames from the pipeline and decides whether the
|
producer processor processes frames from the pipeline and decides whether the
|
||||||
consumers should consume it or not. If so, the same frame that is received by
|
consumers should consume it or not. If so, the same frame that is received by
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Basic implementation using the [Pipecat iOS SDK](https://docs.pipecat.ai/client/
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
1. Run the bot server. See the [server README](../../server).
|
1. Run the bot server. See the [server README](../../server).
|
||||||
2. Install [Xcode 15](https://developer.apple.com/xcode/), and set up your device [to run your own applications](https://developer.apple.com/documentation/xcode/distributing-your-app-to-registered-devices).
|
2. Install [Xcode](https://developer.apple.com/xcode/), and set up your device [to run your own applications](https://developer.apple.com/documentation/xcode/distributing-your-app-to-registered-devices).
|
||||||
|
|
||||||
## Running locally
|
## Running locally
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user