Files
pipecat/examples/simple-chatbot/client/ios
Paul Kompfner 156fffe6fc In iOS SimpleChatbot demo, add clarifying note to Audio Settings section header explaining that "(No selection = system default)".
Ideally we could add a row showing that the system default is selected, but this is OK as a short-term fix. Also, the presence of that row might suggest that "system default" is selectable, but it's not: this is currently a limitation in the Pipecat Client.
2025-01-16 10:32:55 -05:00
..

iOS implementation

Basic implementation using the Pipecat iOS SDK.

Prerequisites

  1. Run the bot server. See the server README.
  2. Install Xcode 15, and set up your device to run your own applications.

Running locally

  1. Clone this repository locally.
  2. Open the SimpleChatbot.xcodeproj in Xcode.
  3. Tell Xcode to update its Package Dependencies by clicking File -> Packages -> Update to Latest Package Versions.
  4. Build the project.
  5. Run the project on your device.
  6. Connect to the URL you are testing.