Skip to content

Conversation

pblazej
Copy link
Contributor

@pblazej pblazej commented May 7, 2025

  • Moves agent vs worker dilemma to ParticipantView
  • Fixes Swift 6 stuff

import LiveKit

public class AudioProcessor: ObservableObject, AudioRenderer {
@MainActor
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This main actor looks scary, but audio processing will run in background anyway, it's mostly about publishing and mutating bands (which is on main anyways).

@pblazej pblazej marked this pull request as ready for review May 12, 2025 08:57
@pblazej pblazej requested review from hiroshihorie and bcherry May 12, 2025 09:35
@pblazej pblazej merged commit 15a8022 into main May 15, 2025
15 checks passed
@pblazej pblazej deleted the blaze/extract-agent-components branch May 15, 2025 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants