Mentioning the iOS client inside the changelog and fixing the readme.

This commit is contained in:
Filipi Fuchter
2025-04-07 16:54:26 -03:00
parent b2ce1d9378
commit 3bbc75110a
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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