A Swift solution for streaming raw PCM audio data from Eleven Labs. This repository contains an AudioStreamer
class that handles real-time playback of incoming audio chunks using AVFoundation.
- Streams raw PCM audio data
- Supports pause, stop, and seek functionality
- Manages audio buffers for smooth playback
Import the AudioStreamer.swift
file into your project and initialize it to start streaming audio from Eleven Labs.
- Swift 5.0+
- iOS 13.0+ / macOS 10.15+
MIT License